/* CSS Document */

BODY {
	margin: 0px;
	padding: 0px;
	background-image:url(../00_img/hintergrund.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#container #content H1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#container #content H2 {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#container #content P {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#container #content UL {
	margin: 0px;
	padding: 0px;
}

#container #content UL LI {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	list-style-type: square;
	list-style-position: inside;
}

#container #footer P {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#container #footer P A {
	color: #00ad7d;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#container #footer P A:hover {
	color: #000000;
}

