/* ausrichtung */
body {
           font: 100.01%;
           background-color: #666666;
           font-family: Arial, Verdana, san-serif;
	       font-size: 12px;
	       letter-spacing: 0.1em;
	       color: #000000;
	     
	       text-align: center;
}           
#container  {
           position: absolute;
           top: 50%;
           left: 50%;
           margin-top: -24em;
           margin-left: -34em;
           width: 68em;
           height: 50em;   
           text-align: left;
           
} 

#logo  {
       position: absolute;
       top: 1%;
       left: 90%;
       margin-top: -35px;
     
}


#box1 {
       
           border: 1px;
           border-style: solid;
           border-color: #000000;
           padding: 3em;  
           height: 35em;
           background-color: #ffffff;   

}
#titel  {
         font-family: monospace;
         font-size: 3.5em;
         letter-spacing: 0.5em;
         color: #ffffff;
}          
           
#inhalt  {
          position: absolute;
          top: 7em;
          right: 5em;
}


#navigation {
             width: 19%;
             float: left;  
             font-weight: bold;   
          
             

             
             

                             
}
#box2   {
position: absolute;
margin-left: -5.5em;

}


#navigation a:link, a:visited {
           color: #ffffff;
           text-decoration: none;
           background-image: url(buttongrau.gif);
background-repeat: no-repeat;
 
       
}
#navigation a:link, #navigation a:visited {

display: block;

padding: 3px 25px 3px 15px;
border-left: 1px solid #666666;
border-top: 1px solid #cccccc;
border-right: 2px solid #666666;
border-bottom: 2px solid #333333;
background-color: #666666; 




}

#navigation a:hover {

             color: #666666;
             border-left: 2px solid #666666;
             border-top: 2px solid #666666;
             border-right: 1px solid #cccccc;
             border-bottom: 1px solid #666666; 
             background-color: #666666;         
}

#navigation ul {
           list-style-type: none;
           padding:0em;
           margin: 0em;
           
           
}

#navigation li { padding-bottom: 0.3em;

}
#navigation li a {
           
     
}

#navigation li a.erste {
           
}
#navigation a.aktiveH {
           text-decoration: none;
           color: #339933;
         
}


img {
  border: 1px;
  border-style: solid;
 
  
}
#ohne {
       border: 0pt;
}









