html, body 	{
				background-color:#666;
				}
#page 		{
				background-color:white;
		 		margin:0 auto;
		 		width:900px;	
				min-height:350px;	
				}
#top-box		{
				height:50px; 
                background-color:#922;
                text-align:center;
				}
#menue-box	{
				width:125px;
				float:left;
				}
#menue		{
				
				}
#content-box {
			   margin-left:125px;
			   border-left: 1px solid black;
			   min-height:350px;	
				}

#content 	{
				padding:8px;
				}

#content p 	{
                font-family:Arial;
		    	line-height: 110%;
		    	font-size: 9pt;
			 	}

#content ul {
    			font-family:Arial;
                font-size:14pt;
                list-style-type: none;
                line-height: 160%;
				}

#content ul a {
    			color:black;
				}
				
#blaettern {
			   margin-left:74px;
			}
label {
		font-family:Arial;
		font-size:10pt;
		width:100px;
		float:left;
		}
input {
		font-family:Arial;
		font-size:10pt;
		background-color:#ccc;
		border:1px solid #222;
		margin: 5px 0 3px 0;
		}
.fehler { color:red;
		}
.dringend { color:red;
		}