@charset "utf-8";
/* CSS Document */


* { padding: 0; margin: 0; }

body {
 font-family:'Archivo Narrow', sans-serif;
 font-size: 16px;
}
#wrapper {
	margin: 0 auto;
	width: 901px;
	background-image:url(../images/header_new.jpg);
	box-shadow: 2px 2px 8px grey;
}
#header {
 width: 901px;
 color: #333;
 border: 1px solid #ccc;
 height:300px;
 visibility:hidden;
 z-index:1;
 position:absolute; 

}

#hauptnavi {
	width:575;
	height:50px;
	position:absolut;
	padding-top:218px;
	margin-left:325px;
	color:#fff;
	z-index:2;
	}

#content { 
 width: 901px;
 color: #333;
 background-image:url(../images/main.jpg);
 height: 370px;
 margin-top:27px;
}

#textbox {
	width: 650px;
	height: auto;

	margin-top: 27px;
	padding-top: 13px;
	margin-left: 50px;
}

#textbox_imprint {
	width: 650px;
	height: 240px;
	margin-top: 0px;
	padding-top: 13px;
	margin-left: 0px;
	padding-bottom: 13px;
	overflow-x:none;
	overflow-y:scroll;
}

#footer { 
 width: 901px;
 height:74px;
 background:#FFF;
 margin: 0px 0px 10px 0px;
}

#footer_text {
	width:900px;
	margin:auto;
}

#impressum {
	float: right;
	margin-right: 55px;
	margin-top: 25px;
}
#schnellkontakt {
	float: left;
	margin-left: 55px;
	margin-top: 25px;
}


img#homebutton {
	position: absolute;
	margin:auto;
	margin: -25px 0 0 450px;
}

/* Navi*/

#navi, #navi ul {
	margin:0;
 	padding:0;
 	list-style:none;
 	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	}
	
#navi li {
	width:190px;
	height:36px;
	float:left;
	padding-top:17px;
	padding-bottom:5px;
	padding-left:2px;
	font-size:18px;
	font-weight:bold;
	color:#999;
	background-color:#fff;
	
	
	}
	
#navi li ul	{
	display:none;
		}
	
#navi li:hover ul {
	display:block;
		}
		
#navi li:hover	{
	background-color:#ccc;
	font-weight:bold;
	}


/************ Klassen **********/

.gradient {
background: #eee;
background: -moz-linear-gradient(top, #EEE, #FFF);    
background: -webkit-linear-gradient(top, #eee, #fff);
background: -ms-linear-gradient(top, #eee, #fff);
background: -o-linear-gradient(top, #eee, #fff);
box-shadow: 0px 2px 4px rgba(0,0,0, .2);
}
	
.navi_textfarbe	{
	color:#fedc05;
		}
		
.main_textfarbe	{
	color:#CCC;
		}
		
.mittig  {
	vertical-align:middle;
	padding-right: 0px;
	width: 0px;
	}
		
#navi li.active {
	background:#999;
}
		
#navi li.active a {
	font-weight:bolder;
	display:block;
}

.ueberschriften {
	font-size:24px;
	font-weight:normal;
	color:#666;
}

.sub_ueberschriften {
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#FFF;
	text-shadow:#333 2px 2px 3px;
}
.headline {
	font-size: 55px;
	letter-spacing: 0.05em;
	font-weight: bolder;
	text-transform: uppercase;
	color:#666;
	}
	
.headline_impressum {
	font-size: 50px;
	letter-spacing: 0.05em;
	font-weight: bolder;
	text-transform: uppercase;
	color:#666;
	}
	
.fliesstext {
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#666;
}

.fliesstext_impressum {
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#666;
}
	
.stong_navistrich {
	font-weight:bold;
	color:#999;
	font-size:24px;
	}
/*****************************
*	LINKS			 	 */
	
	
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#FFF;
}

a img {
	border:none;
}

td { vertical-align: middle; }
