/* CSS Document */
BODY {
	margin:0px;
	padding:0px;
	background-color:#BDBEB3;
}
.page {
width:100%;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	line-height: 16px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 16px;
}
.text A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 18px;
	text-decoration: bold;
	}
.text A:link {
	text-decoration: bold;
	}
.text A:hover {
	text-decoration:underline;
	}
.text A:active {
	text-decoration: none;
	}
.text A:visited {
	text-decoration: none;
	}
	
.hauptnavi {
	width:900px;
	height:30px;
}

.hauptnavicontainer {
	margin-left:195px;
	margin-right:-20px;
	width:900px;
	height:32px;
}

.hauptnavicontainer UL {
	margin: 0 0 0 5px;
	display:block;
	list-style:none;
}
.hauptnavicontainer UL LI {
	display:block;
	float:left;
	padding-top:7px;
}
.hauptnavicontainer UL LI A {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 16px;
	text-decoration:none;
	color: #555555;
}
	
.hauptnavicontainer UL LI A:hover {
	margin-left: 0px;
	font-weight:bold;
	padding-top:6px;
	color: #333333;
}


.content {
	margin-top:0px;
	margin-left:30px;
	margin-bottom:10px;
	width:100%;
}

.contentcontainer {
	width:1100px;
	--height:300px;
}
