
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	background-color: #FFF;
	background-image: url(../images/hg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgl{
	width: 50%;
	height: 277px;
	background-image: url(../images/hg-bodyleft.gif);
	background-repeat: repeat-x;	
}

#wrap{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 50%;
	width: 748px;
	margin: 0 0 0 -374px;
	background-image: url(../images/hg-wrap.jpg);
	background-repeat: no-repeat;
	background-position: 0px 96px;
}

h1#logo{
	margin: 0;
	padding: 0;
}
h1#logo a{
	display: block;
	overflow:hidden;
	width: 223px;
	height: 1px;
	padding-top: 113px;
	margin: 0;
	background-image: url(../images/logo_eitler.gif);
	background-repeat: no-repeat;
}

#nav{
	margin: 10px 0px 0px 25px;
	padding: 0;
	width: 177px;
	list-style-type: none;
	border-top: 3px solid #e9eef3;
}
#nav li{
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li a{
	display: block;
	height: 21px;
	padding: 4px 0px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d7002a;
	text-decoration: none;
	border-bottom: 3px solid #e9eef3;
}
#nav li a:hover{
	background: #e9eef3;
}

p#siegel{
	position: absolute;
	z-index: 2;
	top: 164px;
	left: 372px;
	margin: 0;
}

#content{
	padding: 28px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#content a{
	color: #333333;
}
#content a:hover{
	color: #d7002a;
}

#content p, #content td, #content li{
	line-height: 21px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #d7002a;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.right{
	float: right;
}
.left{
	float: left;
}

.ulBig{
	margin-left: 12px;
	padding-left: 0;
}
.ulBig li{
	margin-bottom: 8px;
}

.ulLogos{
	float: right;
	width: 147px;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.ulLogos li{
	text-align: center;
	margin: 0 0 24px 0;
	padding: 0;
}
.ulLogos img{
	border: none;
}

#flvPreview{
	border: 3px solid #e9eef3;
	margin: 0px 20px 20px 0px;
}

.gallery{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
.gallery li{
	display: inline;
}
.gallery a{
	display: block;
	float: left;
	border: 2px solid #e9eef3;
	background: #FFF;
	width: 160px;
	height: 107px;
	text-align: center;
	padding: 10px;
	margin: 1px 11px 11px 1px;
}
.gallery a:hover{
	border: 3px solid #c4cad1;
	margin: 0px 10px 10px 0px;
}
.gallery img{
	border: none;
}

.clear{
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#fAnfrage{
	float: right;
	width: 400px;
}

#fAnfrage p{
	margin: 0 0 4px 0;
}


#fAnfrage label{
	display: block;
	float: left;
	width: 100px;
}

.formOk{
	padding: 8px;
	background: #dcf7c6;
	border: 2px solid #bee89e;
	font-size: 90%;
}
.formError{
	padding: 6px;
	background: #feffc9;
	border: 2px solid #ffd941;
	font-size: 90%;
}

/*----------------------------   FOOTER   ----------------------------*/

#footer{
	border-top: 6px solid #e9eef3;
	padding: 4px;
}
#footer, #footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b0b5b9;
	text-decoration: none;	
}
#footer img{
	border: none;
	vertical-align: -2px;
}