* { 	font-family:'Verdana','Times New Roman', 'Arial', 'Times',serif; }
/* Definition des HTML-Tag */
html {
	height:100%;

}
/* Definition des BODY-Tag */
body {
	margin: 0px;
	padding: 0px;
	background-color:#b4b4b4; 
	height:100%;
		
}
/* Inhalt zentrieren */
div#distance { 
	position: relative;
	width:100%;
	height:50%;
	background-color:#b4b4b4;
  margin-bottom:-23.3em; /*half of container's height */
	float:left;
	vertical-align: middle;
}
div#center-content {
	position:relative;
	width: 1010px;
	height: 560px;
	margin: 0 auto 0 auto;
	
	background-image: url(../pics/bg_index.jpg);
	background-repeat:no-repeat;
	vertical-align: middle;
	clear:left;
}
/* Text Beschreibung allgemein*/
div.desc_text {
	
	text-align: left;
	position: relative;
	width:300px;
	height:97px; 
	height:120px;
	top:100px;
	left:30px;
  clear: left;
}
div.desc_text * { font-family:'Verdana','Times New Roman', 'Arial', 'Times',serif; color:black;   margin: 0px; padding: 0px;  }
div.desc_text_2 {
	font-weight:normal;
	text-align: left;
	position: relative;
	width:300px;
	height:100px; 
	top:135px;
	left:30px;
clear: left;
}
div.desc_text_2 * { font-family:'Verdana','Times New Roman', 'Arial', 'Times',serif; color:black;  margin: 0px; 	padding: 0px; }
/* header navi buttons */
div.header {
	text-align: center;
	position: absolute; 
	font-size: small;
	color: black;
	font-weight:bold;
 display:block;
}
div#headA {
	top:190px;
	left:412Px;
} 
div#headB {
	top:190px;
	left:592Px;
} 
div#headC {
	top:190px;
	left:736Px;
} 
a.links:visited { 
	text-decoration: none; 
	color: black;
}
.links {
	padding: 0px; margin: 0px; 
	text-decoration:none;
	color: black; 
}
span#LinkPicA{
  cursor: pointer;
  position: absolute;
	width:125px;
	height:202px;
	left:376px;
	top:204px;
	background-image: url(../pics/btn3_1.png);
	background-repeat:no-repeat;
	background-position: 0px 30px;
	z-index:2
}
span#LinkPicB{
	cursor: pointer;
  position: absolute;
	width:125px;
	height:202px;
	left:561px;
	top:204px;
	background-image: url(../pics/btn1_1.png);
	background-repeat:no-repeat;
	background-position: 0px 30px;
	z-index:2
}
span#LinkPicC{
	cursor: pointer;
  position: absolute;
	width:125px;
	height:202px;
	left:746px;
	top:204px;
	background-image: url(../pics/btn2_1.png);
	background-repeat:no-repeat;
	background-position: 0px 30px;
	z-index:2
}
/* Text Beschreibung Links*/
div#descA {
	text-align: center;
	position: absolute; 
	top:360px;
	left:360px;
	display: none;
}
div#descB {
	text-align: center;
	position: absolute; 
	top:360px;
	left:530px;
	display: none;
	padding: 10px;
}
div#descC {
	text-align: center;
	position: absolute; 
	top:358px;
	left:707px;
	display: none;
}

p.desc {
	color: black;
	font-weight: bold;
	text-align: center;
}


div#footer {
	text-align: center;
	position: absolute;
	top:538px;
	left:105px;
	
}
div#footer span#contact {
text-decoration: underline;
position: relative;
color: black;
left:125px;
}
div#footer span#contact:hover {color:red;}

div#footer span#impressum {
text-decoration: underline;
position: relative;
color: black;
left:320px;
}
div#footer span#impressum:hover {color:red;}

div#footer span#links  {
text-decoration: underline;
position: relative;
left:505px;
color: black;
}
div#footer span#links:hover {color:red;}