.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c40b21;
	font-size: 14px;
    line-height:20px;
	font-weight: bold;
}

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height:13px;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	line-height:25px;
	text-decoration: none;
	
}
.kleintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height:13px;
	text-decoration: none;
	
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
    line-height:20px;
	font-weight: bold;
	padding-bottom:5px;
}

/* CSS Document */
*{
	margin:0;	
	padding:0;
}


/*--- HYPERLINKS ---*/
a:link, a:visited {	color: #333333;	text-decoration: none; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:hover, a:active {	color: #333333;	text-decoration: underline; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* BOXES */

#wrapper {
	width:998px; 
	margin:auto;
	height: 100%;
	background: #fff;
}
		
#slider {
	position:relative;
	height:392px;
	width:998px;
	background-repeat: no-repeat;
}
#logo {
	position:absolute;
	width:156px; 
	top:0px;
	left:800px; 
	z-index:1000;
}   
	
/* Navi oben */
.menu{
	position:absolute;
	top:36px;
	left:-1px;
	width : 755px;
	height:155px;
	margin:0px;
	padding:0px;
	z-index:1001;
	filter:Chroma(color=#000001);
}

.menu ul{ 
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	border-left:1px solid #000;
	float:left;
	padding:0px 2px 0px 2px;
	margin-top:8px;
	margin-left:10px;
	height:10px;
	line-height:10px;
}
.menu li:first-child {
	border-left:none;
}


/* nächste Boxenreihe*/	
.linie{border-bottom:1px solid #999;}
.clear{ clear:both; height:25px;}
#inhalt{
	float : left;
	width : 998px;
	height :auto;
	background-repeat: no-repeat;
	background-image: url(../material/backround/bg_box.jpg);

	
	}
#box_links{float:left; width:250px;}
#box_text_klein{margin:28px; margin-right:50px; font-size:9px; list-style:inside square; color:#999;}	

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#navi_links { 
	float:left; 
	margin: 10px 35px 35px 25px;
}

#navi_links ul li {  
	margin: 8px 8px 5px 8px; 
	list-style-position:inside; 
	color:#000000; 
	list-style:none; 
	line-height:19px;
}

#navi_links ul li:hover {
	background-image:url(../bilder/navibutton.png);
	background-repeat: no-repeat;
	margin: 8px 8px 5px 8px;
	list-style:none;
	list-style-position:inside;
	color:#CC0000;
	background-position: 10px;
}

#navi_links .besuchter_link a{font-weight:bold;color:#CC0000;}

#box_rechts{float:left; width:980px;  height:100%; font-size:11px; list-style-position:inside; }
#box_rechts a{color:#cc0000; }
#box_rechts a:hover{color:#000000; }

/* nächste Boxenreihe*/	

#footer{position:fixed;
    bottom:0px;
	height:25px;
	background:#bc0000;
    text-align:center;
    width:100%;color:#FFFFFF;
}
#footer a{color:#FFFFFF; }
#footer a:hover{color:#FFFFFF; text-decoration:underline;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #wrapper {
    padding:0;
    height:95%;
    overflow:auto;
}

* html #footer {
    background:#efefef;
    height:5%;
    text-align:center;
    padding-top:1%;
}
