@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:800px;
	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: 800px;
    margin: 0 0 0 -400px;
    position: relative;
    background-color: #EFEFEF;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Für moderne Browser */
    height: 100%; /* "Mindesthöhe" für IE <7 */

}

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

#text {
    padding-top: 80px; 
    background-color: #EFEFEF;
    text-align: justify; 
    padding-left: 50px; 
    padding-right: 50px;
}

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

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