@charset "UTF-8";
html {
  overflow-y: scroll;  
}

body  {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;                                                                                                                                  
	color: #989898; 
	background-color:#FFFFFF; 
	min-width:1250px;
	height:101%;
	
    }
      
a:link { font-weight:normal  ; color:#989898; text-decoration:none; }
a:visited { font-weight:normal ; color:#989898; text-decoration:none; }
a:focus { font-weight:normal ; color:#989898; text-decoration:none; }
a:hover { font-weight:normal ; color:#989898; text-decoration:underline; }
a:active { font-weight:normal ; color:#989898; text-decoration:underline; }

#mitteln {
    left: 50%;
    width: 1200px;
    margin: 0 0 0 -580px;
    position: relative;
    background-color: #FFFFFF;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Für moderne Browser */
    height: 100%; /* "Mindesthöhe" für IE <7 */

}

#hintergrund {
   margin-top: 0px; 
   margin-right: -20px;
   position: relative;
   background-color: #FFFFFF; 
   z-index: 1;
    
    
}

#titel {
   margin-top: -55px;
   margin-left: -200px;
   position: relative;
   z-index: 2;
    text-align: center;
    width:1200px;
    padding-bottom: 30px;
}




#unter_titel {
    width: 740px;
    padding: 0px 25px 25px 25px;
    background-color: #EFEFEF;
}

#text {
    padding-top: 0px; 
    text-align: justify; 
    padding-left: 50px; 
    padding-right: 50px;
    position: relative;
    margin-top: -700px;
    z-index: 7;
    height:450px;
    width: 770px;
}

#inlay {
    padding-top: 80px;
    padding-left: 60px; 
}

.tab-top {
   vertical-align:top;   
}                                              

.tab-down {
   vertical-align:bottom;
}