* {
	margin: 0; padding: 0;
}
body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
/* Seitenlayout */
#page {
	width: 100%;
	text-align: center;
}
#header {
	width: 900px;
	height: 150px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
#header .logo {
	text-align: left;
	width: 900px;
	height: 100px;
}
#header .menu {
	width: 710px;
	text-align: left;
	height: 40px ! important;
	margin: 10 0 0 190px;
	padding: 0;
}
#clear {
	width: 100%;
	clear: both;
	height: 1px;
}
#main {
	width: 900px;
	margin: auto;
	margin-top: 40px;
}

/* Menü */
#header .menu .level1 DIV {
float: left;
	margin: 0px 20px 0 0;
	padding: 0;
}
#header .menu DIV A {
	color: #999;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#header .menu DIV.cur A:HOVER, #header .menu DIV.cur A {
	color: #333;
}
#header .menu DIV A:HOVER, #header .menu DIV.cur A {
	color: #333;
}
#header .menu .level1 DIV DIV {
	margin-top: 5px;
}
#header .menu .level1 DIV DIV.no2 A {
	color: #999;
	font-weight: normal ! important;
}
#header .menu .level1 DIV DIV.cur2 A {
	font-weight: normal ! important;
}

/* Inhalt */
#main .content {
	width: 750px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	min-height: 400px;
}
#main .content H1 {
	font-size: 14px;
	color: #333;
	padding-bottom: 20px;
}
#main .content .bodytext {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	text-align: justify;
}

#main .content .align-center{
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}