/* CSS Document */

body{
	background-color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
}

.master{
	width:800px;
	text-align:left;
	background-color:#FFFFFF;
	color:#666666;
}

.wichtig{
	color:#000099;
}

.header{
	width:800px;
	height:101px;
	background-image:url(bilder/header_neu_back.jpg);
	background-repeat:repeat-x;
}

.headerlogo{
	padding: 18px 0px 0px 10px;
	height:101px;
	width:190px;
}

.headerbody{
	float:right;
	height:101px;
	width:580px;
	font-size:20px;
	padding:18px 10px 0px 10px;
}

.content{
	width:800px;
	clear:both;
}
.content img{
	padding-left:10px;
}

a {
	color:#666666;
	text-decoration:underline;
}

a:hover{
	color:#0000CC;
	text-decoration:none;
}

/********************************************* Navbar *************************************************/
.navbar{
	width:200px;
	float:left;	
	background-image:url(bilder/navi.jpg);
	background-repeat:no-repeat;
}
.navbar img{
	border:none;
	padding:0px 0px 10px 10px;
}

.navlink{
	padding:5px 10px 5px 20px;
	width:130px;
	height:10px;
	border-bottom:1px solid #0000CC;
}
.navlink a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;	
}

.navlink a:hover{
	color:#0000CC;
}

.newsbereich{
	width:135px;
	margin:10px;
	padding:6px;
	border-top:#0000CC solid 1px;
	border-left:#0000CC solid 1px;
	border-right:#0000CC solid 1px;
	border-bottom:#0000CC solid 1px;
}
.newsbereich h1{
	font-size:16px;
	padding:0px 0px 10px 0px;
	margin:0px;
}

/********************************************* Sub Navbar *************************************************/
.subnavlink{
	padding:5px 0px 5px 30px;
	width:130px;
	height:10px;
	border-bottom:1px solid #0000CC;
}
.subnavlink a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;	
}

.subnavlink a:hover{
	color:#0000CC;
}

/******************************************************************************************************************/

.contenttext{
	width:580px;
	float:right;
	padding:10px;
		
}

.footer{
	clear:both;
	width:800px;
	height:12px;
	background-image:url(bilder/footer.jpg);
	background-repeat:no-repeat;
}