@charset "utf-8";
/* CSS Document */

a:link { text-decoration:none; font-size:15px; color:#939496; 	font-weight:bold;  }

a:visited { text-decoration:none;  font-size:15px; color:#939496; 	font-weight:bold; 	  }
a:hover { text-decoration:none;  font-size:15px; color:#939496; 	font-weight:bold; 	  }

img {border:0px;}


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:13px;
	line-height:1.7;
	/* background-image:url(bilder/bg.jpg); muss 818px */
	background-image:url(bilder/bg.jpg);
	background-repeat:repeat-x;	
	background-color:#ffffff;
	margin:0px;	
}

.seitemittig { 
  position:absolute;
  top:100px;
  left:50%;
  margin-left:-500px;
   height:708px;
  width:1000px;
   background-image:url(bilder/hintergrund.jpg);
  background-repeat:no-repeat;
 }

#head{
  height:155px;
 }
#head #logo{
 position: absolute;
top:113px;
left:0px;
}

 
#abstand{
	height:47px;

}
 

 
#text2{
position:absolute;
top:400px;
left:360px;
	height:282px;
	width:100px;
	padding-right:50px;
	
	/*border:1px solid blue;*/
	margin-left:41px;
 z-index:40;
}
  

#text_klein{
	font-size:12px;
	line-height:16px;
	margin-bottom:16px;
 z-index:40;


}
 

.impressum{
	/*border:1px solid green;*/
	position:absolute;
top:640px;
left: 46px;
	/*border:1px solid yellow;*/
	z-index:40;
}

 
 
  
.homepage{
	visibility: hidden;
}




























  
