* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


body {
background-color: #eee;
font: 80%/1.1 Arial, Verdana, Helvetica, sans-serif;
margin:0  auto;
min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
height: auto !important; /* important Behel (bei modernen Browsern */
height: 100%; /* IE soll wie gewünscht interpretieren */
}
/* ~~ Element-/Tag-Selektoren Listenelemente ~~ */

ul, ol, dl {
	padding: 0;
	margin: 0;
}


a {text-decoration:none;
color:#00F;}
a:visited {text-decoration:none;
color:#00F;}
a:hover {color: #000000;
text-decoration:underline;}
a:active { color:#000000;}

a.navi {text-decoration:none;
color:#000;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
h1 {
	font-size: 20px;
	text-decoration:none;
	text-align: left;
	color:rgb(244,105,17); 
	font-weight:bold;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
	color: #393939;
}
h3 {
	font-size: 16px;
	text-decoration:none;
	font-weight: normal;
	color: #393939;
}

p {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}

#navi_text {
	font-size: 20px;
	color: #000;
	line-height: 2.4;
	text-align: left;
}

a img { /*entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird */
	border: none;

}
	
/* ----------header for logo-------------- */
header {
	background-image:url(../layout/top.jpg);
	width: 1008px;
	height:230px; 
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -504px;
	z-index:2;
}

/* ----------------- navi--------------------- */

.navi {
	position: fixed;
	background-image:url(../layout/bg_navi.jpg);
	background-repeat:no-repeat;
	background-color: #bfddff;
	left:50%;
	margin:230px 0 0 -504px;
	width: 210px;
	height:100%;
	padding: 150px 0px 0px 15px;
	z-index:2;
}

.schatten_oben {
	background-image:url(../layout/schatten_oben.png);
	background-repeat:no-repeat;
	width: 798px;
	position: fixed;
	top: 230px;
	height:50px;
	left: 50%;
	margin-left: -294px;
	z-index:2;
}

.schatten_unten {
	background-image:url(../layout/schatten_unten.png);
	background-repeat:no-repeat;
	width: 798px;
	position: fixed;
	bottom: 50px;
	height:50px;
	left: 50%;
	margin-left: -294px;
	z-index:2;
}

/* ----------------- content--------------------- #deeeff*/
.content_bg {
	z-index:0;
	position:fixed;
	width:1008px;
	left: 50%;
	margin-left: -504px;
	background-color: #deeefe;
	height:100%;
}

.content {
background-color: #deeefe;
width: 1008px;
margin:0  auto;
height:100%;
min-height:100%;
padding: 270px 20px 100px 225px;
z-index:2;
}

.slider{
	height: 357px;
	width: 500px;
	margin: 20px 0px 0px 0px;
	z-index:1;
}

/* -----------footer--------------------------- */

footer {
	background: #48a1ff;
	width: 1008px;
	height:50px; 
	position: fixed;
	bottom: 0;
	left: 50%;
	padding-top:3px;
	margin-left: -504px;
	z-index:2;
	}
	
/* -----------mail--------------------------- */

input#email_address, label[for="email_address"] {
    display:none;
}