/* main structure */
	
*{padding:0; margin:0;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
display: inline;
}  

* html .clearfix {height: 100%;}
.clearfix {display: block;}

body {
	background:url(/Files/Billeder/body_bg.jpg) repeat-x; 
	color:#000; 
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	
}
img{border:0px; }
ul{ list-style:none;}
ul li{
	padding:0px;
	margin:0px;
}

#wrapper{
	background: url(/Files/Billeder/bg.png) no-repeat;
	border:0px solid red;
	width:963px;
	height:685px;
}
#wrapper_sub{	
	width:963px;
	min-height:680px;	
	height:850px;
	background: url(/Files/Billeder/bg2.png) repeat-y;
	border:0px solid red;
}

#logo{	
	float:left;
	width:250px;
	margin-left:10px;	
	margin-right:15px;	
	height:88px;	
    border:0px solid #660066;
}



 /*---------------3 level nav---@start------*/

#navcontainer {		
	width: 660px;
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:25px;
	margin-left: 250px;
	display: block;
	border:0px solid red;
	text-transform:capitalize;
	text-align:left;
	z-index: 500;
	
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}
/* Parent - Level 0 */
#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
}


#navcontainer li {
	position: relative;
	/*min-width: 100px;*/
	padding-left:10px;
	padding-right:10px;
	display: inline;
	float: left;
	
}



#navcontainer a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #005f2a;
	/*min-width: 100px;*/
	text-align: center;
	padding-top: 0px;
	height: 25px;
}




#navcontainer a.firstitem{
	padding-left:0px;

}
#navcontainer a#activeitem{
	text-decoration:none;
	color:#005f2a;
	font-weight:bold;

}


/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a {float: left; height: 25px; }
/* End */


#navcontainer a:visited {
	text-decoration: none;
/*color: #008fc1;*/
}


#navcontainer a:hover
{
	color:#023318;
	
}



#navcontainer a#current
{
	color:#999999;
}

/* @end */
/* ---------- End of Menu ------------- */

#content_top{
	clear:both;
	width:963px;
	height:42px;
	border:0px solid blue;
}
#main_content{
	width:946px;
	min-height:300px;	
	text-align:left;
	border:0px solid black;
}
#left_content{
	float:left;
	width:270px;
	min-height:350px;
	padding-left:5px;
	padding-top:15px; 
	border:0px solid red;	
}

.left_BotLogo{
	clear:both; 
	border:0px solid blue;
	margin-left:40px;
	padding-top:10px;
}

#navigation{
	float:left;
	width:260px;	
	text-align:left;
	border-right:0px solid #9f9f9e;	
	margin-left:25px;
	font-size:10px;
	font-weight:bold;	
	
}

#navigation ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
	
}



#navigation li {	
	position: relative;
	min-width: 145px;
	width:145px;	
	float: left;
	list-style:none;
	border-left:0px solid #faae70;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
}




#navigation a{	
	text-decoration: none;
	color: #87888a;	
	font-size:10px;
	font-weight:bold;
}

#navigation a#activeitem{
	text-decoration:none;
	color:orange;

}



#navigation a:hover
{
	text-decoration:none;
	color: orange;
}


.context{
	float:left;	
	width:670px;
	height:527px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border:0px solid blue;
	font-size:13px;
	/*background:url(/Files/Billeder/context_bg.png) no-repeat;*/
}

.context h1{
	padding:0px;	
	font-size:26px;
	color:#a30d16;
}

.context h2{
	padding-top:0px;
	padding-bottom:5px;
	font-size:17px;
	font-weight:bold;
	color:#a30d16;
}
.context p{
	padding-bottom:10px;
}

.context_sub{
	float:left;
	width:580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:25px;
	padding-right:0px;
	border:0px solid blue;
	font-size:13px;
}

.context_sub h1{
	padding-top:0px;
	padding-bottom:10px;
	font-size:26px;
	color:#f08a00;
}
.context_sub p{
	padding-bottom:10px;
}


.contentheading{
	width:100%;
	padding-top:30px;
	padding-bottom:10px;
	font-size:16px;
}



.context p{
	padding:0px;
	font-size:13px;
	color:#000;
	margin-top:5px;
}


.context_content_top{
	background:url(/Files/Billeder/context_top.png) no-repeat;
	width:647px;
	height:15px;
}
.context_content_body{
	
	width:716px;
}

.context_content_bottom{
	clear:both;
	background:url(/Files/Billeder/context_bottom.png) no-repeat;
	width:647px;
	height:14px;
}

.context_content_body .subcontent{
	float:left;
	background:#ffffff;
	border:0px solid red;
	text-align:left;
	padding-left:30px;
	padding-right:30px; 
	width:586px; 
	min-height:600px;
}

.newsitem{
	border-bottom:1px solid #f08a00;	
	padding-bottom:5px;
}


.newsitem a{	
	color:#000;
}

.news_current{
		padding-bottom:10px;
}
