*
{
margin: 0;
padding: 0;
border: 0;
font-size: 100.01%;
}
#container {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	height: 650px;
	width: 800px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#head {
	background-image:  url(Bilder/head_neu_2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	background-position: center;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-top: 5px;
}
#content {
	height: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	clear: both;
}
#navi {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	border: none;
	height: auto;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	background-color: #E6E6E6;
	background-image: url(Bilder/navi_back.gif);

}
#content_right {
	background-color: #FFFFFF;
	float: right;
	height: auto;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-image: url(Bilder/leiter.gif);
	background-repeat: no-repeat;
	background-position: 430px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#clear {
	clear: both;
	width: 780px;
	height: auto;
	padding: 5px;
}
