body { 
	background-color: #70808f;
	width: 100%px;
	margin: 0 auto;
}

a { 
	color: #2c5c7a;
	cursor: pointer;
}
a:hover  { 
	color: #ff6e03;
	cursor: pointer;
}

#container {
	width: 1000px;
	margin: 0 auto;
}
		
#mainbody {
	width: 1000px;
	position: top-center;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url('../images/logavak800.swf');
	width: 800px;
	height: 200px;
	position: relative;
	float: center;
	background-color: #2c5c7a;
	margin-left: auto;
	margin-right: auto;
}


#nav {
	width: 800px; 
	height: 30px; 
	color: #161616;
	position: relative;
	margin: 0 auto;
	font-family: futura, helvetica, arial, sansserif;
	font-size: 13px;
	background-color: #2c5c7a;
}

#nav  a{
	color: #000000;
	text-decoration: none;
}

#menu-element 		{ 	
	height: 30px;	
	width: 119px;
	display: block; 
	float: left;
	padding:6px;
	color: #fff;
	text-align: center;
}

#menu-element:hover 		{ 	
	background: url('../images/knopb.png');
	height: 18px;	
	width: 119px;
	padding: 6px;
	cursor: hand;	
	display: block;
	text-align: center;
	}

#menu-element  a 	{ 	
	display: block;  
	color: #ff6e03;
}

#menu-element  a:hover	{ 
	color: #fff;
	display: block;  
	}

#menu-element-rechts	{ 	
	height: 30px;	
	width: 119px;
	display: block; 
	float: right;
	padding:6px;
	color: #ff6e03;
	text-align: center;
}

#menu-element-rechts:hover 		{ 	
	background: url('../images/knopb.png');
	height: 18px;	
	width: 119px;
	padding: 6px;
	cursor: hand;	
	display: block;
	text-align: center;
	color: #fff;
	}

#menu-element-rechts  a 	{ 	
	display: block;  
	color: #fff;
}

#menu-element-rechts  a:hover	{ 
	color: #fff;
	display: block;  
	}	

#bg-content { 
	background: url('../images/bgside.png');
	width: 900px; 
	min-height: 400px;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	Width: 560px;
	font-family: helvetica, tahoma, arial;
	font-size: 12px;
	position: relative;
	padding: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

}

#titel {
	font-family: helvetica, tahoma, arial;
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
	color: #ff6e03;
	
}

#footer{
	background: url('../images/footer.png');
	width: 900px;
	height: 107px;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, helvetica;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
#footer a { 
	color: #ff6e03;
	cursor: pointer;
}
#footer a:hover  { 
	color: #fff;
	cursor: pointer;


