html, body
{
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-family: Tahoma, Verdana, arial;
	color: #323232;
	font-size: 9pt;
	height: 100%;
}

a, a:link, a:visited 
{ 
	color: #FF6600;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:active
{
	color: #FFFFFF;
 	background-color: #FF6600;
 	text-decoration: none;
 	cursor: pointer;
}



h1
{
	color: #323232;
	font-weight: normal;
	font-size: 16pt;
}

h2
{
	color: #323232;
	font-weight: normal;
	font-size: 14pt;
}

h3
{
	color: #323232;
	font-weight: bold;
	font-size: 12pt;
}


/* en alle losse divjes */
div.content
{
	padding: 10px;
}
div.topspacer
{
	width: 924px; height: 50px; margin: 0 auto;
}
div.header
{
	width: 920px; 
	background-image: url("../img/header_bg.jpg"); 
	text-align: left; 
	padding: 0; 
	margin: 0 auto; 
	border: 2px solid #111151;
}
div.contentcontainer
{
	width: 922px; 
	border: 0; 
	border-bottom: 2px solid #111151; 
	border-right: 2px solid #111151;  
	background-image: url("../img/containerbg.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
}
div.contact
{
	width: 211px; 
	float: left; 
	color: white; 
	text-align: left;
}
div.main_site_content
{
	width: 705px; 
	float: left; 
	text-align: left;
}
div.footer
{
	width: 924px; 
	height: 50px; 
	margin: 0 auto; 
	text-align: left; 
	padding-top: 3px;
}
div.copyright
{
	width: 186px; 
	float: left; 
	text-align: left;
}
div.bottommenu
{
	width: 530px; 
	float: left; 
	text-align: right;
}


/* menu */
ul#nav {
	border-top: 1px solid white;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#nav li {
	display: block;
	color: white;
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid white;
}
ul#nav li a {
	color: white;
	display: block;
	padding: 5px;
	font-weight: bold;
}
ul#nav li a:hover {

}

/* submenu */
ul#nav li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid white;
}
ul#nav li ul li {
	

}
ul#nav li ul li a {
	color: black;
	display: block;
	padding: 5px;
	font-weight: normal;
	background-color: #DCDCDC;
}
ul#nav li ul li a:hover {
	background-color: #FF6600;
	color: white;
}

ul#nav li a.active {
	border-left: 8px solid #FF6600;
}











