body {
	text-align:center;
	background:#7a9f74;
}

#komplett {
	margin:30px auto;
	width:863px;
	text-align:left;
}

#yearmenu {
	align:center;
	height:50px;
	text-align:center;
	background-color:#7a9f74;

}	

#header {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	height:auto;
	border:5px solid #000000;
	background-color:#1874CD;

}
#menuline {
	height:24px;
	text-align:center;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#1874CD;
	padding-top:0px;
	padding-bottom:1px;
	padding-left:90px;
}

#left {
	width:137px;
	float:left;
	border-left:5px solid #000000;
	border-right:1px solid #000000;
	padding-left:3px;
	padding-top:3px;
}
#content {
	background-color:#d3d3d3;
	width:494px;
	float:left;
	min-height:200px;
	padding: 10px;
}
#right {
	background-color:#d3d3d3;
	width:197px;
	float:left;
	border-left:1px solid #000000;
	border-right:5px solid #000000;
	font-size:10px;	
	text-align:justify
}

#footer {
	text-align:center;
    	height:19px;
	clear:left;
	padding:2px;
	border-top:1px solid #000000;
	border-bottom:5px solid #000000;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	background-color:#1874CD;
}

