/* GENERAL STYLES */
body {
	background-image: url(/css/images/site_background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;

}
.Export {
	
	height: 55px;
	padding: 25px 0px 25px 50px;
	margin: 0px 0px 20px 20px;
	color: #1a1a1a;
	font-size: 18px;
	border:none;
	text-decoration: none;
	background: url(images/save_icon.png) no-repeat left;
}
.memberLogin{
	
	position: relative;
	top:0px;
	left: 600px;		
/*	background:transparent url(/css/images/16-security-lock.png) no-repeat scroll left center;*/
	float:left;
	height:16px;
	margin:0;
	padding:10px 0 0 0px;
	width:60px;
}
.memberLogin,.memberProfil {
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;	
		color: #fff;
		font-size: 10px;
		font-weight:bold

}
.memberProfil{
	
	position: relative;
	top:0px;
	left: 600px;	


/*	background:transparent url(/css/images/16-member.png) no-repeat scroll left center;*/
	float:left;
	font-weight:bold;
	height:16px;
	margin:0;
	padding:10px 0 0 0px;
	width:80px;
}
.headerbackground {
	background-image: url(images/header_background.png);
	height: 75px;
	border: none;
}
.footer{
	background: url(/css/images/bottombar.png) no-repeat;
	text-align: center;
	font-size: 10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	height: 20px;
padding: 0;
margin: 0;
}
.footer p 
{
	text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;	
		color: #fff;
		font-size: 10px;
		font-weight:bold
	padding: 0;
	margin: 0;
}


.headerlogo{

	margin: -10px 0px 0px 10px;
	float: left;
	clear: both;
}

.menubackground {
/*	background-image: url(images/menu_background.png);*/
	background: #2a7ba4;
	border: none;
	height: 23px;
	margin: 0px;
	padding: 0px;
}

.dottedlines_background {
	background-image: url(images/site_dottedline-background.gif);
	background-repeat: repeat-y;
}
.undermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

/*Top menu */
#navi {


}

#navi ul
{
list-style: none;
padding: 0;
margin: 0px 0px 0px 5px;
} 
#navi  li
{
float: left;
margin: 0px 4px 0px 0px;
} 
#navi li a
{
background: url(images/menu_up.png) bottom left no-repeat;
	height: 22px;
	line-height: 25px;
	float: left;
	width: 95px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
} 
#navi li a.selected,#navi li a:hover {

	color: #fff;
	background: url(images/menu_down.png) no-repeat left bottom; 
	font-weight: bold;

}


/* side menu */
ul.sidemenu{
	width: 142px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
}

ul.sidemenu li {
	width: 152px;
/*	height: 15px;*/
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
/*	line-height:1.4em;*/
	display:inline;
	float: left;
	background: url(images/umenu_divider.gif)  no-repeat bottom;
	
}
ul.sidemenu ul{
	width:122px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;


}
ul.sidemenu ul li {
	width:122px;
	padding:0px;
	margin: 0px;
	line-height:1.4em;
	display:inline;
	/*background: url(images/umenu_divider.gif)  no-repeat bottom;*/
}

ul.sidemenu li a {
	background-color:#ffffff;
	color: #333333;

	width:140px;
	float:left;
	padding:3px 1px 3px 20px;
	margin: 0px;
	/*border-bottom: 1px dotted;*/
	text-decoration:none;
	background: url(images/umenu_arrow.gif)  no-repeat left;
}
ul.sidemenu ul li a {
	background-color:#ffffff;
	color:#505050;	
	width:120px;
	float:left;
	padding:3px 1px 3px 5px;
	margin: 0px;
/*	border-bottom: 1px dotted;*/
	text-decoration:none;
	font-size: 0.9em;
	background: #fff;
}

ul.sidemenu li:link {
	color: #333333;
	text-decoration: none;
}
ul.sidemenu li:visited {
	color: #333333;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	color: #006699;
	text-decoration: underline;
}
ul.sidemenu li a:active {
	color: #333333;
	text-decoration: none;
}



/* --------------------------------- ALPHA --------------------------------- */
@media all
{

#alphaImageDunlogo
{
	height: 41px;
	width: 374px;
	background-image: url(images/header_dunlogo.png);
	float: right;
	margin-top:28px;
	margin-right:30px;
}   

* html #alphaImageDunlogo
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_dunlogo.png',sizingMethod='scale');
}

#fallbackImageDunlogo
{
	display: none;
}

#alphaImageLoginbox
{
	height: 10px;
	width: 210px;
	background-image: url(images/loginbox_bottom.png);
}   

* html #alphaImageLoginbox
{

	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/loginbox_bottom.png',sizingMethod='scale');
}

#fallbackImageLoginbox
{
	display: none;
}

#alphaImageLoginboxHead
{
	height: 20px;
	width: 210px;
	background-image: url(images/loginbox_header.png);
}   

* html #alphaImageLoginboxHead
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/loginbox_header.png',sizingMethod='scale');
}

#fallbackImageLoginboxHead
{
	display: none;
}

}


.billedtekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #666666;
	margin-left: 10;
	margin-right: 10;
}

.broedtekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;

	}

.broedtekst_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #3399cc;
}

a.broedtekst_link:link {
	color: #3399cc;
	text-decoration: none;
}

a.broedtekst_link:visited {
	color: #3399cc;
	text-decoration: none;
}

a.broedtekst_link:hover {
	color: #3399cc;
	text-decoration: underline;
}

a.broedtekst_link:active {
	color: #3399cc;
	text-decoration: none;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin-top: 8px;
}

.h1_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #3399cc;
}

a.h1_link:link {
	color: #3399cc;
	text-decoration: none;
}

a.h1_link:visited {
	color: #3399cc;
	text-decoration: none;
}

a.h1_link:hover {
	color: #3399cc;
	text-decoration: underline;
}

a.h1_link:active {
	color: #3399cc;
	text-decoration: none;
}

.loginbox_div {
	height: 200px;
	width: 200px;
	position: absolute;
	visibility: hidden;
	top: 130px;
	left: 40%;
	position: absolute;
}
a[href $='.pdf'] { 

	padding: 20px 0px 20px 20px;
height: 35px;
   background: transparent url(images/icon_pdf.gif) no-repeat center left;
}
a[href $='.doc'] { 

	padding: 20px 0px 20px 20px;
height: 35px;
   background: transparent url(images/icon_doc.gif) no-repeat center left;
}

ol#commentlist
{
	list-style: none;
	padding: 0;
}
.commenttext
{
	background:  url(images/comment.png) no-repeat left top;
	height: 25px;

}
.commenttext .authorcomment
{
	background: #202326;
	margin-top: 3px;
	min-height: 90px;
	padding: 10px;
}
* html .commenttext
{
 height: 90px;
 overflow: visible;
}
.commentp
{
	min-height: 50px;
	background: #ccc;
	margin:0px;
	padding: 11px 12px 10px 10px;
	}
.commenttext p
{
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0;
	color: #fff;
}
#commentblock ol{
	margin: 0px;
	padding: 0px;
}

#commentblock ol li
{
	margin: 0px 0px 30px 0px;
	padding: 0px;

}
/*Member profil */
.umbEditorTextField
{
	width: 325px;
	clear: left;
	

}
/*
label
{
clear: both;
	float:left;
	width: 350px;
}
*/
.label{
	font-weight: bold;
}
.textbox{
	width: 250px;
}
.textboxMulti{
	width: 250px;
	height: 75px;
}
.textarea{
	width: 250px;
	height: 175px;
}
.button{
	background-color:#2a7ba4;
	color: #fff;
 
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        padding: 3px 10px 3px 10px;
        margin: 10px 0px 20px 0px;
	cursor: pointer;
}
fieldset {
	padding: 0px 15px 15px 15px; /*1.3em;*/
	margin:0px 0px 1.5em 0px;
	border:1px solid #ccc; 	
	background: #fff;
}
legend {
	font-weight:bold;
	font-size:1.2em;	

}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}


a.footerlink{
	color: #eee;
	font-size:11px;
	text-decoration: none;
}


































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
