body
	{
		margin: 0;
		padding: 0;
		background-color:#9E9A9A;
		background:url(bilder1/body_bg.jpg) repeat-x;
		background-color:#9E9A9A;
	}
	#container
	{
		margin: 0em auto;
		width: 602px;
		text-align: left;
		}
	#header
	{
		height: 152px;}
	#pix
	{
		height: 92px;
	}
	#navi
	{
		height: 31px;
	}
	#co
	{
		height: 21px;
	}
	
	#cu
	{
		height: 21px;
	}

	#content	
	{
		margin-left: 0px;
		margin-right: 0px;
		background-color:white;
		font-size:10px;
		font-family: Verdana, sans serif;
		
	}
	
	#footer	
	{
		clear: both;
		height: 52px;
	}
	a:link{font-size:10px;
		font-family: Verdana, sans serif;
		color:black;
		text-decoration:none;
		font-weight:bold;
		}
	a:visited{font-size:10px;
		font-family: Verdana, sans serif;
		color:green;
		text-decoration:none;
		font-weight:bold;
		}
	a:hover{font-size:10px;
		font-family: Verdana, sans serif;
		text-decoration:none;
		font-weight:bold;
		color:red;
		}
	a:active{font-size:10px;
		font-family: Verdana, sans serif;
		color:orange;
		text-decoration:none;
		font-weight:bold;
		}
		
		
