@charset "UTF-8";

*{
        margin: 0;
        padding: 0;


}

 body {

        font-family:Verdana, Arial, sans-serif;
        background-color:#FFFFFF;
        color:#000;
        font-size:63%;
        width:100%;
        text-align: center;

}

#container {
                margin:0 auto;
                background-image: url(../img/schatten.gif);
                background-position: top;
                background-repeat:repeat-y;
                width:790px;
                padding-top:0px;

}



#mitte {

	   position:relative;
       width:720px;
       margin:auto;

}

#head {
       background-image:url(../img/header.gif);
       background-repeat:no-repeat;
       background-position:bottom;
       height:72px;
       width:720px;
       margin:auto;
       padding-top:6px;



}

#bild {

       height:150px;
       width:720px;
       margin:0;
       padding-top:1px;

}


#content  {
         text-align:left;
         color:#414960;
         line-height: 18px;
         padding:25px;


}

#content a {
         text-decoration:none;
         color:#414960;
         font-weight:bold;


}
#scroll {
         width:695px;
		 height:360px;
		 overflow:auto;
		 
}



p         {

          padding-top:15px;

}

h2         {

          font-size:120%;
		  font-weight:bold;
		  line-height:25px;

}
p.ueberh2         {

          font-size:120%;
		  font-weight:bold;
		  line-height:25px;
}
p.ueber         {

          padding-top:10px;
		  line-height: 23px;
		  font-size:105%;
		  font-weight:bold;
}

p.text         {

          padding-top:5px;
		  line-height: 18px;
		  font-size:102%;
		  
}
p.textb         {

          padding-top:5px;
		  line-height: 18px;
		  font-size:102%;
		  font-weight:bold;
		  
		  
}

#left {
          
		  width:40%;
		  float:left;
		  
		  

}
#right {
          width:60%;
		  float:left;
		  
		  

}
p.textbox_ccc         {
		  	
          padding:5px;
		  font-size:102%;
		  font-weight:bold;
		  background-color:#dedfdf;
		  
		  /*border: 1px solid #999;*/
		  
		  
}



p.textbox_ddd         {
          
          padding:5px;
		  font-size:102%;
		  font-weight:bold;
		  background-color:#eef1f1;
		  
		  
		 
		 /*border: 1px solid #999;*/
		  
}






hr { 
   background-color: #ccc; 
   border: none; 
   height: 1px; 
   margin-top:20px;
}



#unten   {

       background-image: url(../img/schatten_unten.gif);
       background-repeat:no repeat;
       background-position: bottom;
       width:790px;
       height:39px;
	   text-decoration:none;
	   color:#fff;
	   line-height:20px;
}
	   
#unten a  {

       
	   text-decoration:none;
	   color:#fff;
	   line-height:20px;
}	   


