html, body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-size:10pt;
	font-family: Verdana, sans-serif;
	text-align:center;
}

a,
a:link,
a:visited {
	outline-style: none;
}

#top_content{
	position:absolute; 
	top:0; 
	left:0;
	background:#F8F7F1;
	height:85%;
	width:100%;
	margin:0;
	padding:0;
	overflow:auto;
}

#content {
	width:750px;
	margin:auto;
}

#navigation {
	height: 175px;
}

	#navigation .menu {
		display:block;
		width:482px;
		float:left;
		font-family: Georgia, "Times New Roman", serif;
		height: 158px;
	}
	
	.menu ul.nav1st {
		margin:10px 0 0 0;
		padding:0;
	}
	
	#navigation .submenu {
		display:block;
		float:left;
		font-family: Georgia, "Times New Roman", serif;
		margin: 10px 0;
	}
	
	#navigation .logo {
		display:block;
		width:268px;
		float:left;
		position:relative;
		top:30px;
	}
	
	.logo a img {
		border:none;
		
	}
	
	.logo a {
		outline-style: none;
	}

#header {
	height: 20px;
	clear:both;
	padding: 0;
	background: #C9103F;
	color: #fff;
	font-weight:bold;
	text-align:left;
	text-transform: uppercase;
	padding: 4px 0 0 10px;
}
	
#inhalt {
	clear:both;
	padding:15px 0 15px 10px;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", serif;
	line-height:1.4em;
	text-align:left;
}

#news{
	background:url(muster.gif) repeat 0px -9px;
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%;
	height:15%;
	margin:0;
	padding:0;
}

	.news_box {
		float:left;
		width: 155px;
		margin: 10px 12px 10px 0;
		padding:0;
		font-family: Verdana, sans-serif;
		font-size: 0.85em;
		text-align:left;
	}
	
	#nb3 {
		margin: 10px 0 10px 0;
	}
	
	.news_box .kat {
		display:block;
		width: 90px;
		margin: 0;
		padding:2px 0 2px 5px;
		background: #C9103F;
		color: #fff;
		font-size: 0.8em;
		text-transform: uppercase;
		font-weight:bold;
	}
	
	.news_box h3 {
		margin: 0;
		padding:0;
		background: #fff;
		color: #000;
		font-size: 1.0em;
		font-weight:bold;
	}
	
	.news_box .n_text {
		display:block;
		margin: 0;
		padding:5px;
		background: #fff;
		color: #000;
		font-weight:normal;
		height: 110px;
	}
	
	.news_box a,
	.news_box a:link,
	.news_box a:visited {
		color:#C9103F;
		background:inherit;
		text-decoration:none;
	}
	.news_box a:hover {
		color:#333;
		background:inherit;
		text-decoration:none;
	}
	
.metanavigation {
	float:right;
	padding:0 3px 2px 3px;
	margin: 10px 0;
	background: #fff;
	color: #000;
}
	.metanavigation a,
	.metanavigation a:link,
	.metanavigation a:visited {
		font-size:0.8em;
		padding:0 3px;
		color:#C9103F;
		background:inherit;
		text-decoration:none;
		font-family: Verdana, sans-serif;
	}
	.metanavigation a:hover {
		color:#333;
		background:inherit;
		text-decoration:none;
	}
	
