@charset "UTF-8";
#container {
	height: 600px;
	width: 800px;
	border: 1px dotted #FF6600;
	background-color: #333333;
}
body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}
#top {
	float: left;
	height: 89px;
	width: 790px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}
#vmenu {
	float: left;
	height: 490px;
	width: 139px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF6600;
	padding: 5px;
}
#indhold {
	float: left;
	height: 490px;
	width: 489px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF6600;
	padding: 5px;
	overflow: auto;
}
#hmenu {
	float: left;
	height: 490px;
	width: 140px;
	padding: 5px;
}
#indhold h1 {
	font-size: 20px;
	line-height: 24px;
}
#vmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#vmenu a:visited {
	color: #FF6600;
	text-decoration: none;
}
#vmenu a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#vmenu a:active {
	color: #000000;
	text-decoration: none;
}

#top #l_billede {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
}
#indhold a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#indhold a:visited {
	color: #FF6600;
	text-decoration: none;
}
#indhold a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#indhold a:active {
	color: #000000;
	text-decoration: none;
}

