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


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

#container{
	margin: 0px auto 0px auto;
	text-align: left;
	/*border: 2px solid #ebebeb;*/
}


/* Head/banner */

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


/* Main table for expandable content */
#main_table{
	border-collapse: collapse;
	clear: both;
	width: 100%;
	background: url(../images/content_bg.jpg) center repeat-y;
}


/* Menu layout - as list-elements */
.side_box{
	margin: 0px 10px 0px 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{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
}
#menu ul li a{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: #21408d;
	text-align: left;
	text-decoration: none;
	background: none;
	border: solid #ebebeb;
	border-width: 0px 0px 1px 0px;
}
#menu ul li a:hover{
	background: #dae5e8;
	color: black;
}
#menu ul li .selected{
	background: #dae5e8;
	color: #21408d;
}

/* SUBPAGES */
#menu ul li ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#menu ul li ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#menu ul li ul li a{
	text-indent: 10px;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #21408d;
	text-align: left;
	text-decoration: none;
	background: none;
}
#menu ul li ul li a:hover{
	background: none;
	color: black;
	font-weight: bold;
}
#menu ul li ul li .selected{
	background: none;
	color: #21408d;
	font-weight: bold;
}




/* NEWS BOX */
.news_box{
	margin: 0px 10px 0px 0px;
}
.news_box ul{
	list-style: none;
}
.news_box ul li{
	padding: 5px 10px 5px 0px;
}
.news_box h1{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.news_box h2{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.news_box p{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.news_box a, .news_box a:visited{
	text-decoration: none;
	color: #21408d;
}
.news_box a:hover{
	text-decoration: underline;
	color: blue;
}


/* LINK BOX */

.link_box{
	margin: 10px 0px 10px 0px;
	background: silver;
}
.link_box ul{
	list-style: none;
}
.link_box ul li{
	padding: 5px 10px 5px 10px;
}
.link_box h1{
	font-size: 10px;
	font-weight: bold;
}
.link_box h2{
	font-size: 10px;
	font-weight: normal;
}
.link_box p{
	font-size: 10px;
	font-weight: normal;
}


/* Images */

.right_pic p{
	text-align: center;
}


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


/* 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;
}



/* FOOTER */

#foot{
	width: 100%;
	height: 80px;
	text-align: right;
	clear: both;
	background: url(../images/foot.jpg) top center repeat-x;
}
#foot p{
	padding: 35px 20px 5px 0px;
}
#foot a{
	padding: 5px 0px 5px 0px;
}



/* COPYRIGHT */

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

