html, body { height:100%; }

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1050px;
	background-color:#999999;
	font-size:14px;
	font-family:'Trebuchet MS', Verdana, Helvetica, Arial, Sans-serif, sans-serif;
	color:#000000;
}

td {
	font-size:14px;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-serif,sans-serif;
	color: #000000;

}

hr {
	height: 0px;
	border-top: solid #CCCCCC 1px;
	border-bottom: #FFFFFF 0px;
	border-left: #FFFFFF 0px;
	border-right: #FFFFFF 0px;
}

h1 {
	padding-left:2px;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	margin:0;
}

h2 {
	padding-left:2px;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	margin:0;
}

h3 {
	padding-left:2px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin:0;
}

li {
	margin-bottom:5px;
	font-size:14px;
}


a { color:#666666; text-decoration:none; }
a:hover { text-decoration:underline; color:#000000; }

.navitop {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}

.navitop a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 5px;
	text-decoration: none;
	border-right: 2px solid #FFFFFF;
}

.navitop_cur a {
	font-size: 14px;
	padding: 5px;
	float: left;
	text-decoration: none;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #3366CC;
}

.navitop a:hover {
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
}

.navileft a {
	width:150;
	font-size: 14px;
	float: left;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 0px;
}

.navileft a:hover {
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
}


.navileft_cur {
	width:150;
	font-size: 14px;
	font-weight: bold;
	float: left;
	background:url("../bilder/navi_pfeil_rechts.gif") no-repeat;
	background-position:right;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 0px;
}
