body { 	
	background: #464646;
	font-family: Verdana;
	font-size:11px;
	color:#333333;
	margin:0px;
}


td,th {
	font-family: Verdana;
	font-size:11px;
	color:#333333;
	line-height:16px;
}


td form{
	display: inline;
}

select.slim{
	font-size:11px;height:16px;margin-bottom:1px;
}


P {
	font-family: Verdana;
	font-size:11px;
	color:#333333;
	line-height:16px;
	margin-top:0px;
	margin-bottom:16px;

}

DIV {
	font-family: Verdana;
	font-size:11px;
	color:#333333;
	line-height:16px;
	margin-top:0px;

}

.menutext P{
color:#FFFFFF;

}

a {
	text-decoration: none;
	color:#000000;
}

a:hover {
	text-decoration: none;
	color:#000000;
	border-bottom:1px dotted #333333;
}


.footer P, .footer td, .footer A {
color:#9a9a9a;
text-decoration:none;
font-size:10px;
}

.footer a:hover {
color:#9a9a9a;
text-decoration:none;
font-size:10px;
border-bottom:1px dotted #ffffff;

}

.footer h1, footer h1 a {
font-family: Verdana;
font-size:11px;
font-weight:bold;
color:#cacaca;
text-decoration:none;
margin-top:0px;
margin-bottom:0px;
padding:0px;
line-height:normal;
}

.footer .csc-mailform{
border:0;
padding:0;
margin:0;
}

.footer input {border: 1px solid #cdd9de; width:200px; }


.navbar, .navbar a{
font-family: Verdana;
font-size:10px;
font-weight:normal;
color:#cdd9de;
text-decoration:none;
}

.navbar a:hover{
font-family: Verdana;
font-size:10px;
font-weight:normal;
color:#b9df34;
text-decoration:none;
}

.copy, .copy a{
font-family: Verdana;
font-size:10px;
font-weight:normal;
color:#456f71;
text-decoration:none;
}

.copy a:hover{
font-family: Verdana;
font-size:10px;
font-weight:normal;
color:#333333;
text-decoration:none;
}

h1,h3,h4{
font-family: Verdana;
font-size:16px;
font-weight:normal;
color:#f89938;
text-decoration:none;
margin-top:0px;
margin-bottom:10px;
padding:0px;
line-height:normal;
}

h2{
font-family: Verdana;
font-size:13px;
font-weight:normal;
color:#f89938;
text-decoration:none;
margin-top:0px;
margin-bottom:10px;
padding:0px;
line-height:normal;
}

.overskrift-hvid{
font-family: Verdana;
font-size:12px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
}

.nyheder{
font-family: Verdana;
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.menushort {
	font-family: Verdana;
	font-size: 10px;
	color: #5d5f61;
	line-height:normal;
	text-decoration:none;
}

.menushort A {
	font-family: Verdana;
	font-size: 10px;
	color: #5d5f61;
	line-height:normal;
	text-decoration:none;
}

.menushort A:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #5d5f61;
	line-height:normal;
	text-decoration:underline;
}


/* Top menu */
.topnav {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;

} 
.topnav a:link {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration: none;
   padding-left:25px;
   padding-right:25px;
   border:0;

}
.topnav a:visited {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration: none;
   padding-left:25px;
   padding-right:25px;
   border:0;


}
.topnav a:active {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration: none;
   padding-left:25px;
   padding-right:25px;
   border:0;


}
.topnav a:hover {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#000000;
   text-decoration: none;
   padding-left:25px;
   padding-right:25px;
   border:0;

}

.topnav_act {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#000000;

} 
.topnav_act a:link {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#000000;
   text-decoration: none;
   padding-left:25px;
   padding-right:25px;
   border:0;


}

.topnav_act a:visited {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#000000;
   text-decoration: none;
   padding-left:25px;
   padding-right:25px;
   border:0;
}






.topmenul1, .topmenul2 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
}

.topmenul1 li {
	padding:0;
	float:left;				/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
	text-align:left;
}

/* First level colors for link tags */
.topmenul1 a {
	color:#;
	padding:0px 10px 0px 10px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	text-decoration:none;
	color:#FFFFFF;
	font-family: Verdana;
    font-size: 13px;
    font-weight:bold;
	border:0;

}

.topmenul1 a:hover {
	text-decoration:none;
	color:#000000;
	border:0;
}

li.firstlevellinkACT a {
	text-decoration:none;
	color:#000000; 
}

/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:175px;				/* Default width for sub-menu's */
	z-index:10;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:0px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:16px !important;
	top:16px;
	border:1px solid #666;
	left:16px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:150px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.topmenul1 .topmenul2 li {
	width:100%;
	border:0;

}

.topmenul1 .topmenul2 a {
	display:block;				/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:4px;
	text-transform:none;
	line-height:14px;
	background-color:#ffffff;
	color:#666666;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */
	color:#000000; 
	
}

/* Little arrows for the menus */
.topmenul1-ifsub,.topmenul2-ifsub {

}
.topmenul2-ifsub {

}


.topmenul1 .hoveratag {

}





/* Left Navigation Menu */
.leftnav {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration:none;
   line-height:normal;   
} 
.leftnav a:link {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration:none;
   border:0;


}
.leftnav a:visited {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration:none;
   border:0;


}
.leftnav a:active {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#ffffff;
   text-decoration:none;
   border:0;


}
.leftnav a:hover {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#939393;
   text-decoration:none;
   border:0;


}

.leftnav_act {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#939393;
   text-decoration:none;
   line-height:normal;

} 
.leftnav_act a:link {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#939393;
   text-decoration:none;
   border:0;


}

.leftnav_act a:visited {
   font-family: Verdana, sans-serif;
   font-size: 13px;
   font-weight:bold;
   color:#939393;
   text-decoration:none;
   border:0;

}


/* Left Navigation Menu 1 */
.leftnav1 {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   line-height:normal;   
} 
.leftnav1 a:link {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   text-decoration: none;
   display:block;
   text-indent:10px;
   border:0;


}
.leftnav1 a:visited {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   text-decoration: none;
   display:block;
   text-indent:10px;
   border:0;

}
.leftnav1 a:active {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   text-decoration: none;
   display:block;
   text-indent:10px;
   border:0;

}
.leftnav1 a:hover {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   text-decoration: none;
   display:block;
   text-indent:10px;
   border:0;

}

.leftnav_act1 {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   line-height:normal;

} 
.leftnav_act1 a:link {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   text-decoration: none;
   display:block;
   text-indent:10px;
   border:0;

}

.leftnav_act1 a:visited {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   text-decoration: none;
   display:block;
   text-indent:10px;
   border:0;
}



/* Left Navigation Menu 2 */
.leftnav2 {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   line-height:normal;   
   
} 
.leftnav2 a:link {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   text-decoration: none;
   display:block;
   text-indent:20px;
   border:0;

}
.leftnav2 a:visited {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   text-decoration: none;
   display:block;
   text-indent:20px;
   border:0;

}
.leftnav2 a:active {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#ffffff;
   text-decoration: none;
   display:block;
   text-indent:20px;
   border:0;

}
.leftnav2 a:hover {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   text-decoration: none;
   display:block;
   text-indent:20px;
   border:0;

}

.leftnav_act2 {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   line-height:normal;
} 
.leftnav_act2 a:link {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   text-decoration: none;
   display:block;
   text-indent:20px;
   border:0;

}

.leftnav_act2 a:visited {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color:#939393;
   text-decoration: none;
   display:block;
   text-indent:20px;
   border:0;
}



radio {border:0px;}
text { border: 1px solid #939393;}
check {border: 0px;}
select {border:0 none;}
input {border: 1px solid #939393;   }
textarea {border: 1px solid #939393; overflow:auto; }
submit {color: #ffffff; background-color: #cdd9de; border: 0px;}

a.button{
    background: none repeat scroll 0 0 #C5C1B9;
    border: 1px solid #939393;
    color: #333333;
    font-family: Verdana;
    font-size: 13.333333px;
    line-height: 30px;
    padding: 1px 10px;
     white-space: nowrap;
}
