@charset "utf-8";
/* CSS Document */
html, body {margin:0; padding:0; width:100%; height:100%; overflow-x: hidden;}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
h3 {
font-size:16px;
}
.newstitle {
font-size:14px;
color:#c01e24;
font-weight:bold;
margin-bottom:20px;
}
.newsinhalt {
font-size:12px;
margin-bottom:20px;
margin-right:10px;
}
.newsdetails {
font-size:12px;
margin-bottom:20px;
color:#999999;
margin-top:-10px;
}
.newslesen {
color:#c01e24;
font-weight:bold;
text-decoration:none;
}
.newslesen:hover {
color:#c01e24;
font-weight:bold;
text-decoration:underline;
}
.newsaddon {
color:#c01e24;
font-weight:bold;
}
.newsaddonlink {
color:#999999;
font-weight:bold;
text-decoration:none;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-292px; /* half of container's height */
		float:left;
		z-index:-10001;
}
		
		
#container
	{
	border: 0px #B7B1A6 solid;
	width: 826px;

	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	z-index:1;
	}
#background{position:absolute; z-index:-10000; width:100%; height:100%;}
#header {
position: relative; width: 826px;
height: 84px; z-index:5;
background: url(images/header_koch.png) top no-repeat;
}
#main {
width:824px;
left:1px;
height:auto;
min-height:510px;
position: relative;
z-index:3;
border: #c01e24 solid;
border-width: 0 1px 0 1px;
background: #FFFFFF;
	display: block
}
#text {
width: 600px;
border: #333333 0px solid;
float:left;

margin-left:50px;
z-index:2px;
display:block;
text-align:justify;
}
#footer {
position: relative;
width: 826px;
left:1px;
height: 100px;
border: #c01e24 solid;
border-width: 0 0px 0 0px;
background: url(images/footer.png) top left no-repeat;
z-index:10;
clear:both;
}
.rahmen {
border: 1px dotted #e80101;
}
 
#fixed {
position:relative; top:0px; left:0px; width:100%; height:30px; background: #c01e24; border:1px solid #FFF;
color: #FFFFFF;
line-height:2.5em;
z-index:1000;
}
.link { 
font-size: 10px; font-weight:bold; color: #fff;
text-decoration:none;
}
.link a:hover {
text-decoration:underline;
}


#menu dl {width: 150px; background: #c01e24;}
#menu dt {margin:0; padding: 10px; font-size: 1.4em; font-weight:bold; color: #fff; border-bottom:1px solid #fff;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; border-bottom:1px solid #fff; background: #47a;}
#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: #c01e24 url(arrow.gif) no-repeat 10px 10px; width:125px;
}
#gallery a:hover {background: #FFFFFF url(arrowr.gif) no-repeat; color:#c01e24; border: #c01e24 solid;
border-width: 0px 0px 0px 0px; }

#menu {margin-top:50px; float: left; width:150px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; }