@charset "utf-8";

BODY
	{
		scrollbar-face-color:rgb(50,175,9); //#00A050;
		scrollbar-arrow-color:#A8ACA8;
		scrollbar-track-color:#EAEAEA;
		scrollbar-shadow-color:#000000;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-3dlight-color:#A0A0A0;
		scrollbar-darkshadow-Color:#606060;
		text-align:center;
  	}
			
	#haupt 
	{
	word-spacing:1px;
	border-width:1px;
	border-color:#A8ACA8;
	border-style:solid;
	width:1257px;
	height:600px;
	position:absolute;
	left:6px;
	top:6px;
	z-index:1;
	}

	#haed
	{
		border-width:1px; 
		border-color:#A8ACA8; 
		border-style:solid; 
		width:500px; 
		height:89; 
		position:absolute; 
		left:152px; 
		top:8px; 
		z-index:2;
	}
	
	info
	{
		background-color:white; 
		width:795px; 
		height:648px; 
		position:absolute; 
		left:153px; 
		top:87px; 
		z-index:1;
	}

  	div#hauptnavi ul,   div#hauptnavi li 
  	{ 
		list-style-type:none;
		margin:0; 
		padding:0;
	}
  	div#hauptnavi li 
  	{ 
		border:1px solid #555; 
		padding:1px; 
		width:120px; 
		margin-bottom:5px; 
		background-color:#ccc;
	}
  
  	div#hauptnavi a 
  	{ 
  		color:#000;
		background-color:rgb(50,175,9); 
		padding:1px;
		text-decoration:none;
		display:block;
	}	
  	div#hauptnavi a:hover 
  	{ 	
	 	background-color:#66cc66; 
		font-weight:bold; 
	 	color:#fff;
	}
	
  	div#hauptnavi a.current
  	{ 	
	 	background-color:#669900; 
	 	font-weight:bold; 
	 	color:#fff;
	}
