body{
	background: #0e3646; /*#103a4a*/
	background-image:url(../images/design/page.jpg);
	background-repeat:repeat-x;
	margin:0;
	border:0;
	color:#444444;
	font-family:tahoma;
	font-size:12px;
	line-height: 19px;
}
h2 {
	text-transform:uppercase;

}
*{
	font-family:tahoma;
}
td{
}
p{
}
#sprog{
	color:#FFFFFF;
	font-size:10px;
	font-family:tahoma;
}
#sprog a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#slidemenu{
	width:100%;
}

#slidemenu ul li ul li{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-top:0px;
}
#slidemenu a{
	text-decoration:none;
	color:#006581;
	text-transform:uppercase;
}
#slidemenu li.topmenu_selected{
	background-image:url(../images/design/menu-selected.png);
	background-repeat:repeat-x;
}
#slidemenu li.topmenu_selected a{
	color:#006581;
}
#slidemenu li.topmenu_selected ul li a{
	color:#000000;
}

#main h1{
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-family:tahoma;
	font-size:12px;
	line-height: 19px;
	font-weight:bold;
	color:#b1b10a;
}
#main{
	margin-top:23px;
	font-family:tahoma;
	color:#444444;
	line-height: 19px;
	font-size:12px;
}
#main a:link, #main a:visited, #main a:hover{
	color:#006581;
	text-decoration:none;
}


#main *{
	font-family:tahoma;
	color:#444444;
	line-height: 19px;
	font-size:12px;
}
#footer *{
	font-family:tahoma;
	color:#899fa7;
	font-size:11px;
}

.boksContent *{
	font-family:tahoma;
	line-height: 19px;
	font-size:12px;
	color:#444444;
}
.boksContent p{
	margin:0;
	margin-bottom:14px;
	margin-top:10px;
}
.boksContent h1{
	color:#b1b10a;
	text-transform:uppercase;
}
.boksContent a, .boksContent a:link, .boksContent a:hover{
	color:#225f71;
	text-decoration:none;
}
.boksContent .text{
	background:#dcdcdc;
	border:0;
	width:205px;
	padding:4px;
}
#main a.pager_selected{
	color:#444444;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}	
.white_content{
	display: none;
	position: absolute;
	width: 670px;
/*	top: 0px;	 */
	padding: 16px;	
/*	background-color: #FFFFFF;		*/
	z-index:1002;		
	overflow: auto;
}

input { border: 1px solid #006581; }
textarea { border: 1px solid #006581; }
.checkbox { border: none;}