/* CSS Document */


#Menue {
   position:absolute;
   top:146px;
   left:2px;
   background-image:url(images/menue.jpg);
   width:206px;
   height:554px;
   padding-top:4px;
   }
   
   #Logo{
   position:absolute;
   top:0px;
   left:2px;
   background-image:url(images/logo.jpg);
   width:206px;
   height:143px;
   }
   
   #Headline{
   position:absolute;
   top:149px;
   left:221px;
   width:272px;
   z-index:2;
   
   
   }
   
   #Linie{
   position:absolute;
   top:143px;
   left:2px;
   width:1024px;
   height:29px;
   background-image:url(images/linie.jpg);
   }
   
   #Linie2{
   position:absolute;
   top:0px;
   left:208px;
   height:700px;
   width:3px;
   background-image:url(images/strichzwei.jpg);
   }
   #Linie3{
   position:absolute;
   top:-1px;
   left:1025px;
   height:700px;
   width:3px;
   background-image:url(images/strichzwei.jpg);
   }
   #Linie4{
   position:absolute;
   top:-1px;
   left:0px;
   height:700px;
   width:3px;
   background-image:url(images/strichzwei.jpg);
   }
   
   #Kopf
   {
	position:absolute;
	width:812px;
	height:143px;
	left: 212px;
	top: 0px;
	background-color:#FFFFFF;
   }
   
   
   
   
   #textfeld{
   padding-left:10px;
   padding-right:10px;
   padding-bottom:10px;
   position:absolute;
   top:171px;
   left:211px;
   width:794px;
   background-color:#eaebec;
   }
   

