#container {
	height: 620px;
	width: 760px;
	background-color: #FFFFFF;
	float: none;
	margin: auto;
}
#disclaimer {
	background-color: #FFFFFF;
	height: 40px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: fixed;
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#header {
	height: 100px;
	width: 760px;
	background-position: center center;
	margin: auto;
	background-color: #FFFFFF;
}
#mainnav {
	height: 300px;
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/navi.png);
}
#menu {
	float: left;
	height: 30px;
	width: 760px;
}
#contents {
	margin-top: 25px;
	margin-left: 25px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	border: 1px solid #CCCCCC;
	height: 241px;
	padding: 10px;
}
#contents2 {
	height: 230px;
	margin-top: 25px;
	margin-left: 25px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	float: left;
	width: 250px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 8px;
	background-color: #FFFFFF;
	color: #FF3300;
	top: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	width: 132px;
}

.navigation:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	display: block;
	padding: 8px;
	width: 132px;
	background-color: #FF3300;
	color: #FFFFFF;
	outline-color: #FFFFFF;
}

.titel_fenster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background-color: #FF3300;
	color: #FFFFFF;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	display: block;
	padding: 8px;
	width: 132px;
	background-color: #FF3300;
	color: #FFFFFF;
}



#footer {
	height: 30px;
	width: 760px;
	clear: both;
	text-align: center;
}


