#Container {
	height: 768px;
	width: 1024px;
	margin: auto;
}
#header {
	height: 200px;
	width: 1024px;
	float: left;
	background-image: url(images/bannerb.jpg);
}
#venstre {
	float: left;
	height: 528px;
	width: 300px;
	background-image: url(images/menu.jpg);
	padding-top: 40px;
	font-family: Verdana, Geneva, sans-serif;
}
#indhold {
	float: left;
	height: 568px;
	width: 694px;
	background-image: url(images/indhold.jpg);
	padding-right: 30px;
	overflow: auto;
	font-size: 12px;
}
body {
	background-image: none;
	background-repeat: repeat-x;
}
#menu ul{
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
#menu ul li{
	display: block;
	padding-top: 30px;
	padding-left: 47px;
}
#menu ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 200px;
}
#menu ul li a:hover{
	color: #000;
	background-image: url(images/hover12.jpg);
}
.aktiv{
	background-image: url(images/hover12.jpg);
}
#top_space {
	width:724px;
	height:35px;
}
#tekst {
	float: left;
	height: 418px;
	width: 524px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	overflow: auto;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 100px;
	font-size: 14px;
}
