a:link { color: #646464; text-decoration: none;}
a:visited { color: #646464; text-decoration: none;}
a:active {color: #ff0000;  text-decoration: none;}
a:hover {color: #ff0000;  text-decoration: none;}
body, html, #container,  #navigation,  #hauptfenster, #balken, #top{ 
           margin: 0;
           padding: 0;
           background-color: #252525;           
}
body {
            font: 100.01% helvetia;
           
}
#container{
             width: 1024px;
             height: 100%;
             background-color: #252525;
             color: #646464;
             
             margin: 0 auto;
}
#top {
           height: 80px;
           background-color: #252525;
           color: #646464;
           padding: 10px;
           font-size: 80px;
           letter-spacing: 25;
           text-align: center;		  
}
#balken {
           height: 1px;
           background-color: #ff0000;
}
#navigation {          
           background-color: #252525;
           color: #646464;
           		   
}
#inhalt {
           background-color: #252525;
		   width: 1024;
		   height: 663px;


           text-align: left;
		   
		   

}
