/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
	text-align: left;
	width:494px;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	background-color: #F3F2F2;
	font-family: 'arial', 'lucida sans', lucida, verdana;
	font-size:12px;
	text-align: center;
	color:#1C1C4B;
	background-image: url(/media/74/bg-polymer.jpg);
	background-repeat: repeat-x;
	}

/* HEADERS */
h2 {
	font-size:30px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 158px;
	height: 456px;
	float: right;
	padding-left: 10px;
	background-image: url(/media/204/nyhed.gif);
	background-repeat: repeat-x;
	background-color: #F3F2F2;
	z-index: 2;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

/* IE6 Only */
* html #header {
margin-top : -3px;
}



/* header */
#header {
width: 900px;
height: 100px;
margin: 0;
padding: 0;
display: block;
background-color: #233b77;
border-top: 1px solid #FFFFFF;
}

/* Navigation */

#secondLevelNavigation {
    float: right;
    width: 224px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    float:right;
    margin: 0;
    width:224px;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    font-size:11px;
    width: 164px;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background-image: url(/media/1041/knap1.gif);
}

#secondLevelNavigation a:hover {
    background-image: url(/media/1036/knap1_over.gif);
}
#lvl3 a {
    display: block;
    font-size:11px;
    width: 164px;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background-image: url(/media/3018/knap3.jpg);
}

#lvl3 a:hover {
    background-image: url(/media/3013/knap3_over.jpg);
}
#naviHolder{
    	float: left;
    	padding: 0;
	margin: 0;
    	width:900px;
    	height: 44px;
	display: block;
	border-top: 1px solid #FFFFFF;
	background-image: url(/media/88/menu_bar.jpg);
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#naviList li {
    width:96px;
    height: 34px;
	 float: right;

}

#naviList .selected {
	font-weight: bold;
}

#naviList a{
    padding: 8px 0;
	 width: 96px;
	 height: 28px;
    text-align: center;
    text-decoration:none;
    color:#000066;
	background-image: url(/media/100/knap.gif);
    display: block;
}

#naviList a:hover{
    color:#000066;
	background-image: url(/media/105/knap_over.gif);
}
/* Pull */
#level2{
	float: right;
	position: relative;
	padding: 8px 0;
	width: 96px;
	height: 44px;
	text-align: center;
	cursor: default;
}
#level2 a:hover{
}
#level2 a {
	padding: 8px 0;
	width: 96px;
	height: 28px;
	text-align: center;
	text-decoration:none;
    	color:#000000;
    	display: block;
}
#level3 a:hover{
	background-image: url();
}
#level3 a {
	padding: 4px 0;
	width: 96px;
	height: 10px;
	text-align: center;
	text-decoration:none;
    	color:#333366;
    	display: block;
}
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}
/*
#nav a:hover {
	color: white;
*/	 
}

#nav li li a {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #333366;
	background-color:#FFFFFF;
	padding: 0.5em 0;
}

#nav li {
	float: right;
	position: relative;
	width: 96px;
	text-align: center;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}

li>ul {
	top: auto;
	left: 0%;
}

li li {
	padding: 4px 0;
	width: 96px;
	height: 14px;
	text-align: center;
	text-decoration:none;
    	color:#333366;
    	display: block;
	background-color:#FFFFFF;
}

li:hover ul, li.over ul {
	display: block;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

/* BOXES */
a {
color:#333366;
}

#textContent {
	width: 488px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 456px;
	height:100%;
	text-align: left;
	background-image: url(/media/199/indhold2.gif);
	background-repeat: no-repeat;
	
}

#bottomInfo {
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}

#container {
	margin:0 auto;
	width: 900px;

}

#main {
	width:900px;
	margin:0;
	padding:0;
	text-align:left;
}

#bottom {
	clear: both;
	width:100%;
	margin:0 0 0 0;
	padding:5px 0;
	text-align:center;
	font-weight: bold;
	font-size:11px;
	color:#ffffff;
	background-color: #233B77;
}

#content {
	float: left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;}

#content img {
margin:0 0 20px 20px;
}

#flagtop {
	width: 900px;
	height: 20px;
	margin:0;
	padding:0;
}
#leftcontent{
	width: 224px;
	height: 200px;
	float: left;
}
#newsletterH {
	font-size:14px;
	font-weight:bold;
}
div#textContent * img{
	margin: 5px;
}
#txtFlash {
	padding-left:10px;
}

@media print {
_#leftcontent {display:none;}
_#newsBox {display:none;}
}

/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

