
/* No strange spaces please */
*{
	margin: 0px;
	padding: 0px;
}


/* Basic layout */
body{
	width: 100%;
	height: 100%;
	text-align: center;
	background: #3f3f3f ;

}

#container{
	margin: 10px auto 0px auto;
	text-align: left;
	background: url(../images/content_tile.jpg) bottom center repeat-y;
}


/* Head/banner */
#head{
	width: 100%;
	height: 110px;
	clear: both;
	background: url(../images/head.jpg) top center no-repeat;
}

#head p{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	padding: 10px;	
}

/* Spacer element for gfx */
/*.spacer{
	width: 100%;
	height: 20px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	background: white;
}*/


/* Main table for expandable content */
#main_table{
	border-collapse: collapse;
	clear: both;
	width: 960px;
	height: 430px;
	background: url(../images/content.jpg) top center no-repeat;
}


/* Menu layout - as list-elements */
.side_box{
	background: none;
	margin: 10px 10px 10px 10px;
	
}
.side_box .right img{
	border: 2px solid #da5900;
}
.side_box p{
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #888888;
}


/* HORIZONTAL NAVIGATION */
/* MAINPAGES */

#menu{
	clear: both;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 200px;
	background: url(../images/menu.jpg) top center no-repeat;
}
#menu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 90px; /* VIGTIG */
}
#menu ul li a{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: black;
	text-align: left;
	text-decoration: none;
	background: none;
}
#menu ul li a:hover{
	background: none;
	color: white;
}
#menu ul li .selected{
	background: none;
	color: black;
}

	/* DROP DOWN PART OF MENU */
	
	#menu ul li ul {
		position: absolute;
		display: none;
		width: 160px; /* Vigtig! */ 
		top: 140px;
		border: solid #292929;
		border-width: 0px 1px 1px 1px;
		}
	#menu ul li ul li {
		width: 160px; /* Vigtig! */
		margin-top: 0px;
		}
	#menu ul li ul li a {
		padding: 7px 0px 7px 7px;
		background: #969696;
		text-align: left;
		color: white;
		}
	#menu ul li ul li a:hover {
		background: #505050;
		color: white;
		}
	#menu li:hover ul, #menu li.over ul { 
		display: block;
		}
	
	#menu li ul li .selected{
		color: black;
		background: #505050;
		color: white;
		}




/* LINK BOX */
/* Linkbox is used for everything */

.link_box{
	margin: 50px 0px 0px 0px;
}
.link_box ul{
	list-style: none;
}
.link_box ul li{
	padding: 5px 0px 5px 30px;
}
.link_box a:link, .link_box a:active, .link_box a:visited{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}
.link_box a:hover{
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.link_box h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}
.link_box p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	margin: 0px 0px 5px 0px;
}
.light{
	background: #ebebeb;
}
.heavy{
	background: silver;
}


/* Images */

.right_pic p{
	text-align: center;
}


/* CONTENT FIELDS */
#content{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.content_paddings{
	padding: 18px 10px 10px 195px;
}


/* CONTACT FORM */
#contact_form{
	width: 100%;
}
#contact_form input{
	margin: 3px 0px 3px 0px;
}
#contact_form textarea{
	margin: 3px 0px 3px 0px;
}


/* LISTER */
/* Billede liste */

.img_list_item{
	padding: 6px;
	background: #ebebeb;
	border: 1px solid silver;
	float: left;
	margin: 0px 10px 10px 0px;
}
.img_list_item img{
	width: 140px;
	height: 100px;
	border: 1px solid silver;
}


/* SITEMAP LIST */

#sitemap_list{
	margin: 20px;
}
#sitemap_list ul{
	margin-left: 15px;
	list-style: none;
}
#sitemap_list li{
	margin: 5px;
}
#sitemap_list ul li ul li{
	margin: 5px;
}



/* FOKUS PUNKTER */
#focus_points{
	width: 100%;
	clear: both;
	border-top: 1px solid silver;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.focus_point_box{
	margin: 0px;
	width: 250px;
	float: left;
	text-align: left;
	border-collapse: collapse;
}
.focus_point_box tr td{
	vertical-align: top;
	padding: 10px;
	background: none;
}

.focus_img{
	width: 80px;
	border: none;
}

#focus_points tr td h1{
	font-size: 11px;
	color: #ca5600;
	margin: 0px 0px 5px 0px;
}
#focus_points p{
	font-size: 10px;
}
#focus_points a{
	color: #ca5600;
	text-decoration: none;
}
#focus_points a:hover{
	color: #666666;
	text-decoration: underline;
}

/* SEARCH */
#search_field{
	width: 150px;
	margin: 0px 10px 0px 15px;
	clear: both;
	height: 30px;
	text-align: left;
}

/* FOOTER */

#foot{
	width: 100%;
	height: 40px;
	text-align: center;
	clear: both;
	background: url(../images/foot.jpg) bottom center no-repeat;
}
#foot p{
	padding: 15px 0px 5px 0px;
}
#foot a{
	padding: 5px 0px 5px 0px;
}



/* COPYRIGHT */

#copyright{
	width: 100%;
	height: 40px;
	text-align: center;
	clear: both;
}
#copyright p{
	padding: 5px 0px 5px 0px;
}
#copyright a{
	padding: 5px 0px 5px 0px;
}
