body {
    width: auto;
	margin: 0 auto;
	background-color: #DEDEDE;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #404040;
}

p {
margin: 10px 0;
line-height: 20px;
}

a {color: blue;}
a:hover {text-decoration: none;}
ol, ul {
list-style: none;
margin-top: 10px; padding: 0 0 0 20px;
list-style-position: outside;
}
ul li {
padding-left: 10px;
margin-bottom: 10px;
margin-left: 10px;
list-style: square;
}
ol li {
padding-left: 15px;
margin-bottom: 10px;
list-style-type:decimal;
}
h1 {
text-transform: uppercase;
text-decoration: none;
font-size: 30px;
text-shadow: 1px 1px 5px black;
font-weight: normal;
}
h2 {
font-size: 24px;
font-weight: bold;
line-height: 26px;
}
h3 {
font-size: 20px;
font-weight: bold;
line-height: 26px;
margin-top: 20px;
}
strong {font-weight: bold;}
p.small {font-size: 11px; line-height: 13px;}
#wrapper {
width: 980px;
height: auto;
margin: 20px auto;
position: relative;
}

#rahmen {
width: 100%;
height: auto;
margin: 0;
float: left;
text-align: left;
}

.content {
width: 100%;
padding: 10px;
padding-left: 20px;
margin: 20px 0px;  /* oben+unten rechts+links*/
float: left; /*right;*/
display: inline;
background-color:white;
border-radius: 20px;
position: relative;
}

.menue {
width: 100%;
height: 160px;
padding: 10px;
/*padding: 100px 0 0 300px;*/
border-radius: 20px;
background: #a90329; /* Old browsers */
 background: -moz-linear-gradient(top,  #a90329 0%, #DAA520 100%); /* FF3.6+ */
background: -ms-linear-gradient(top,  #a90329 0%,#DAA520 100%); /* IE10+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#DAA520 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90329 0%,#DAA520 100%); /* Opera 11.10+ */

}

.menue ul, .menue ul li  {
margin: 0;
padding: 10px 5px;
float: left;
list-style: none;
}

.menue ul li a {
color: #fff;
margin-right: 18px;
text-decoration: none;
float: left;
padding: 10px 5px;
}

.menue ul li a:hover {
color: #000;
text-decoration: none;
background: white; /*d4862a*/
border-radius: 10px;
}

.menue ul li .aktiv {
color: #000;
text-decoration: none;
background: white;  /*d4862a*/
border-radius: 10px;
padding: 10px 5px;}

.Witz {
background: #DAA520;
padding: 40px;
margin: 0 100px;
border-radius: 20px;

}

#kopfbereich h1 {
    font-size: 25px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#kopfbereich p {
    font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	color: #A8A8A8;
}

#kopfbereich img {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 15px;
}

#content {
    float: left;
	margin-top: 10px;
	margin-left: 42px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 818px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#content h2 {
    margin-top: 15px;
    margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
}

#content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #000000;
}

#fussbereich {
    float: left;
	width: 922px;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}

#fussbereich a {
    border: none;
    color: #000000;
}

#fussbereich a:hover {
    color: #4E4E4E;
}

#fussbereich p {
    padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
