/* CSS Document */
body {
	background:			#675A60;
	margin:				0;
	padding:			20px 0 0 0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#000000;
	font-size:			10px;
}
h1 {
	font-size:			13px;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#E3010E;
}
h2, th {
	font-size:			11px;
	font-weight:		bold;
	border-bottom:		1px solid #CCCCCC;
	text-align:			center;
	padding:			4px 0 0 0;
	margin:				0 0 4px 0;
}
th {
	text-align:			left;
}
a {
	text-decoration:	none;
	color:				#E3010E;
}
a:hover {
	text-decoration:	underline;
}
input, textarea {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#000000;
	font-size:			10px;
	border:				1px solid #000000;
	background-color:	#ffffff;
}
#navi {
	position:			relative;
	height:				22px;
	width:				600px;
	margin:				0 auto 0 auto;
	padding:			148px 0 0 200px;
	background:			url(bilder/back.jpg) no-repeat top center;	
}
#navi a {
	font-size:			11px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#000000;
}
#navi a:hover {
	color:				#E3010E;
}
table {
	padding:			0;
	margin:				0;
}
#content {
	position:			relative;
	height:				500px;
	width:				760px;
	margin:				0 auto 0 auto;
	padding:			20px 20px 0 20px;
	background:			#ffffff url(bilder/back1.jpg) no-repeat top left;	
	overflow:			auto;
}
#links {
	position:			absolute;
	width:				156px;
	height:				auto;
	border:				1px solid #CCCCCC;
	top:				75px;
	margin:				0;
	padding:			2px;
}
#links p {
	margin:				0;
	padding:			3px;
}
#links a, a.pfeil {
	background:			url("bilder/pfeili1.gif") no-repeat center left;
	padding:			0 0 0 12px;
	color:				#000000;
	line-height:		17px;
}
#links a:hover, a.pfeil:hover {
	background:			url("bilder/pfeili2.gif") no-repeat center left;
	color:				#E3010E;
	text-decoration:	none;
}
#rechts {
	position:			absolute;
	width:				580px;
	height:				auto;
	left:				190px;
	border-left:		1px dashed #CCCCCC;
	padding:			0 0 0 7px;
}
#rechts td {
	padding:			2px;
}
#rechts img {
	border:				1px solid #CCCCCC;
}
.gruen {
	background-color:	#F0F4E5;
	vertical-align:		top;
}
.weiss {
	vertical-align:		top;
}
	
#foot {
	position:			relative;
	height:				18px;
	width:				800px;
	margin:				0 auto 0 auto;
	background:			url(bilder/back2.jpg) no-repeat top center;	
}
ul {
	margin:				5px 0 0 0;
	padding:			0;
}
li {
	background:			url("bilder/line.gif") no-repeat top left;
	padding:			0 0 0 12px;
	list-style:			none;
}
