@charset "UTF-8";
/* CSS Document */
body, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	margin: 0px;
	background-color: #999999;
}
a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}
#topnav {
	height: 27px;
	width: 944px;
	background-color: #999;
}
#topnav ul li {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 24px;
	width: 74px;
	padding-top: 3px;
	padding-left: 8px;
	list-style-type: none;
	float: left;
}
#topnav ul li a {
	width: 74px;
	color: #FFFFFF;
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0;
}
#container {
	background-color: #999999;
	height: 728px;
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 74px;
	width: 944px;
	background-color: #999999;
}
#abstand {
	height: 27px;
	width: 394px;
	float: left;
	background-color: #999999;
}
#leftnav ul li a {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
}
ul li ul ul li a {
	font-weight: lighter;
	color: #CC0066;
}
#leftnav ul li {
	color: #333333;
	font-size: 20px;
}
#leftnav ul li ul li {
	font-weight: normal;
	color: #FFFFFF;
}
#leftbox #leftnav ul {
	height: 50px;
	width: 250px;
	margin: 10px;
}
ul { /* Diese Regel entfernt den Punkt in ul-Listen. */
	list-style-type: none;
	font-size: 17px;
}
#line {
	background-color: #999999;
	height: 67px;
	width: 944px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#content {
	float: left;
	height: 466px;
	width: 645px;
	margin: 0px;
	padding: 0px;
}
#leftbox {
	background-color: #999999;
	float: left;
	height: 519px;
	width: 299px;
	padding-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
#leftnav {
	float: left;
	width: 239px;
	background-color: #999999;
	color: #FFF;
	height: 396px;
	text-decoration: none;
	margin: 0;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 45px;
}
#backforward {
	text-align: center;
	height: 57px;
	float: left;
	width: 645px;
	background-color: #999;
	padding-top: 12px;
}
#footer {
	height: 17px;
	width: 944px;
	font-size: 11px;
	text-align: right;
	font-style: italic;
	margin: 0px;
	float: left;
	padding-top: 4px;
	color: #CCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.clear {
	clear: both;
}


