@charset "utf-8";
#baggrund {
	background-color:#001A49;
}
#container {
	width:1000px;
	height:800px;
	margin:0px auto;
	background-color:#001A49;
}
#header {
	width:980px;
	height:235px;
	margin:0px auto;
	background-image:url(header.png);
}
#logo{
	position:absolute;
	left:510px;
	top:5px;
}
#menuleft {
	width:1000px;
	height:20px;
	padding-bottom:13px;
}
#menuleft ul {
	list-style-type:none;
	margin-right:10px;
}
#menuleft ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	float:left;
	margin-left:20px;
}
#maincontent {
	width:970px;
	height:400px;
	background-color:#FFF;
	margin:0px auto 0px auto;
	background-image:url(contentgradient.png);
	background-repeat:repeat-x;
}
#contentbottom {
	width:970px;
	height:43px;
	margin:0px auto 0px auto;
	background-image:url(contentbottom.png);
}