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

html,body {
height: 100%;
overflow: hidden;

}

body {
	margin: 0px;
	background-color: #F8F8F8;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3d556e;
	text-decoration: none;
	padding-top:6px;
}
#box{
	z-index: 1;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #CCD0D5;
	text-align: left;
	margin: 0 auto;      /*** horizontale Zentrierung ***/
	width: 800px;
	height:90%;
	overflow-x:hidden;
	overflow-y:auto;
	top: 10px;
	bottom: 5px;

	}

#head_balken {
	z-index: 2;
	position:relative;
	left: 0px;
	height: 120px;
	top: 0px;
	background-color: #A7B4BD;

}
#head {
	z-index: 3;
	position:relative;
	width: 400px;
	left: 0px;
	height: 68px;
	top: 50px;
}
#allcontent {
	z-index: 4;
	position:relative;
	width: 100%;
	height: auto;
	top: 0px;
}
#pics {
	position:relative;
	width: 150px;
	left: 0px;
	height:100px;
	top: 0px;
	background-image:url(../img/bg/auge_klein.jpg);
}
#headline {
	z-index: 5;
	position:relative;
	width: 340px;
	left: 230px;
	height: 30px;
	top: 50px;
}
#linie {
	z-index: 6;
	position:absolute;
	left: 0px;
	right: 0px;
	height: 1px;
	top: 1px;
	background-color: #CCD0D5;
}

#start {
	z-index: 7;
	position:absolute;
	width: 350px;
	left: 25%;
	height: auto;
	top: 120px;
}

#impressum {
	z-index: 7;
	position:absolute;
	width: 600px;
	left: 25%;
	height: auto;
	top: 120px;
}

#service {
	z-index: 8;
	position:absolute;
	width: 500px;
	left: 210px;
	height: 450px;
	top: 120px;
	background-image:url(../img/bg/gang.jpg);
	/*	border: 1px solid #d7dbe1;
*/	padding:20px;
}
#kontakt {
	z-index: 9;
	position:absolute;
	width: 500px;
	left: 210px;
	height: 400px;
	top: 120px;
	/*	border: 1px solid #d7dbe1;
*/	padding:20px;
}
#impressum {
	z-index: 10;
	position:absolute;
	width: 700px;
	left: 20px;
	height: auto;
	top: 20px;
	padding:20px;
	overflow: scroll;
}
#content {
	z-index: 11;
	position:absolute;
	width: 500px;
	left: 230px;
	height: 100%;
	top: 100px;
}
#thumb {
	z-index: 15;
	position:relative;
	width: 250px;
	left: 0px;
	height: 210px;
	top: 10px;
	padding:2px;
	border-bottom: 1px solid #CCD0D5;

}
#text_thumb {
	z-index: 16;
	position:relative;
	width: 300px;
	left: 0px;
	height: 60px;
	top: 10px;
	padding-top:20px;
}
#text_thumb_big {
	z-index: 17;
	position:relative;
	width: 300px;
	left: 0px;
	height: 85px;
	top: 10px;
	padding-top:20px;
}
#footer{
	z-index: 18;
	position:relative;
	margin: 0 auto;      /*** horizontale Zentrierung ***/
	bottom: 0px;
    background-image:url(../img/bg/bg_bottom.png);	
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	height: 25px;
	width:800px;
	font-size: 8pt;
	

}
#balken_unten {
	position:relative;
	margin: 0 auto;      /*** horizontale Zentrierung ***/
	width: 800px;
	height: 25px;
	top: 13px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	border: 1px solid #CCD0D5;
	background-color: #ffffff;	
}




/********** TEXTFORMATIERUNG **********/


/* * * * HAUPTNAVIGATION * * * */


#nav {
	font-family: Verdana, Arial;
	display: block;
	position:relative;
	width:100px;
	height:250px;
	top: 100px;
	margin-left: 0px;
	left: 20px;
	float:left;
	
}
ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#nav li a {
	color: #1D354F;
	text-decoration: none;
}
#nav li a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #1D354F;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
    width: 80px;
	border-bottom: 1px solid #d4d8dc;
}
.nav {
	font-size: 8pt;
	font-weight: normal;
	color: #1D354F;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:5px;

}
.aktiv {
	font-size: 8pt;
	font-weight: normal;
	color: #1D354F;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;    width: 90px;
	height:15px;
	border-bottom: 1px solid #d4d8dc;
}
.headline {
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #1D354F;
	text-decoration: none;

}
.underhead {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #1D354F;
	text-decoration: none;

}
.impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3d556e;
	text-decoration: none;
}
.formularfelder {
  font-family:  Verdana, Arial, Helvetica, "sans serif"; 
  border: 1px solid #CCD0D5;; 
  width:250px;
  font-size: 10pt;
}


/* * * * LINKS * * * */

a.li:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#3d556e;
}
a.li:visited {
	text-decoration:none;
	color:#3d556e;
}
a.li:hover {
	text-decoration:underline;
	color:#990000;
}
