body {
	text-align: left;
	background-position: center center;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #333333;
	font-weight: bold;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	font-style: italic;
}
h2 {
	color: #333333;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	color: #333333;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}




p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#333333;
	font-style: normal;
	text-indent: 0px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../Bilder/listenpunktorange.png);
}


.fett{
font-weight: bold;
}
.rot {
	color: #FF0000;
}


a:link  {
	color: #007119;
	font-weight: bold;
	font-family: Arial, Verdana, "sans serif";
	text-decoration: none;
}

a:visited  {
	color: #006D11;
	font-weight: bold;
	font-family: Arial, Verdana, "sans serif";
	text-decoration: none;
}

a:hover  {
	color: #E2001A;
	font-weight: bold;
	font-family: Arial, Verdana, "sans serif";
	text-decoration: none;
}

a:active  {
	color: #E2001A;
	font-weight: bold;
	font-family: Arial, Verdana, "sans serif";
	text-decoration: none;
}
#wrapper {
	margin: auto;
	height: 2500px;
	min-height: 100%;
	width: 945px;
	background-position: center top;
	position: relative;
	background-color: #BBEAAF;
	background-image: url(../Bilder/HG.png);
	background-repeat: repeat-x;
	top: -10px;
}
#kopf {
	background-position: left top;
	height: 250px;
	width: 945px;
	position: absolute;
	left: 0px;
	top: 15px;
	color: #E2001A;
	text-align: center;
}
#menue {
	height: 328px;
	width: 180px;
	position: absolute;
	top: 300px;
	left: 20px;
	vertical-align: top;
}

#inhalt {
	height: auto;
	width: 680px;
	position: absolute;
	left: 220px;
	text-align: left;
	vertical-align: top;
	top: 268px;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 5px 5px 2px #666666;
}
