body 
           	{
             		background: #000000;              
           	}

#container 	{ 
			position: absolute;
			top: 150px;   			
   			height: 500px;
			width: 100%;
			clear: both;				
		
   			border-top:2px dotted #EEEEEE;
			border-bottom:2px dotted #EEEEEE;
           	}

#links 
           	{
			float: left;
			width:200px;
			height: 100%;
			border-right: 2px dotted #EEEEEE;    
           	}

#mitte 
           	{
			float: left;
      			width: auto;
			color: #EEEEEE;
			
           	}

#mitte #menu li 
		{ 	
			float: left;
			margin:  0;
			padding: 0;
			list-style-type: none;
			color: red;
		}

#rechts 
           	{
			float: right;
			height: 100%;
      			width: 200px;
			border-left: 2px dotted #EEEEEE;
			
           	}

#footer		{
			width: 100%;
		}

