	/*	* {
		margin-top:0px;
		}*/
		
		html { 
 		scrollbar-3dlight-color:  #e8e8e8; 
 		scrollbar-darkshadow-color:  #e8e8e8; 
 		scrollbar-highlight-color:  #e8e8e8; 
 		scrollbar-shadow-color:   #cc0099; 
 		scrollbar-arrow-color:   #e8e8e8; 
 		scrollbar-base-color:   #e8e8e8; 
 		scrollbar-face-color:   #e8e8e8; 
 		scrollbar-track-color:   #e8e8e8; 
}
		
				
		#container {
			width: 950px;
			/*border: 1px solid pink;*/
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
		padding: 0px;
		}

		#kopf {
			border-bottom: solid 5px #f3f3f3;
			padding: 5px;
			line-height:110px;
			vertical-align:middle;
			height: 110px;
			background-color: #e8e8e8;
			margin-bottom: ;
		}

		#inhalt {
			align: center;
			padding: 5px;
			height: 380px;
			margin-left: ;
			margin-right: ;
			background-color: #e8e8e8;
		}

		#hauptinhalt {
			overflow: auto;
			padding: 5px;
			margin-left: 10px;
			margin-right: 10px;
			background-color: #e8e8e8;
			height:370px;
		/*	background-image: url(../bilder/haende.gif);
			background-repeat: no-repeat;
			background-position: center center;*/
		}

		#navlinks {
			float: left;
			width: 150px;
			height: 380px;
			margin: 0;
			margin-right: ;
			padding: 5px;
			background-color: #e8e8e8;
		}

		#navrechts {
			float: right;
			width: 150px;
			height: 380px;
			margin: 0;
			margin-left: ;
			padding: 5px;
			background-image: url(../bilder/navigationre.jpg);
			/*background-color: #0000ff;*/
		}

		#fuss {
			clear: both;
			padding: 5px;
			margin-top: ;
			height: 30px;
			background-color: #e8e8e8;
			border-top: solid 5px #f3f3f3;

		}


