/* CSS Document */

img {
	border: none;
}

form {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
}

#maincontainer {
	background-image: url(/Files/Billeder/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 803px;
	height: 100%;
}

#utilnav {
	color: #ebebeb;
	font-size: 11px;
	width: 800px;
	height: 24px;
	padding-top: 8px;
}
#utilnavmember {
	color: #ebebeb;
	font-size: 11px;
}

#header {

}

#searchfield {
	background-color: #000000;
	color: #CCCCCC;
	border-color:#666666;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#searchbutton {
	height: 19px;
	width: 15px;
	background-color: #000000;
	color: #CCCCCC;
	border-style: solid;
	border-color:#666666;
	border-width: 1px;

}

#footer {
	background-image: url(/Files/Billeder/background_footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 580px;
	float: left;
	font-size: 10px;
	color: #b2b2b2;
	padding-top: 18px;
}

.FrontendStd {
	width: 250px;
}

/*HIDDEN*/
#hiddenfield {
                visibility: hidden; line-height: 0px;
}



/* CONTENT */

#leftcontent {
	width: 580px;
	float: left;
	vertical-align: top;
	margin-right: 3px;
}

#lefttext {
	background-image: url(/Files/Billeder/background_leftcontent.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contentfooter {
	width: 580px;
	height: 6px;
	background-image: url(/Files/Billeder/content_footer.jpg);
	background-repeat: no-repeat;
}

/* TEASER */

#teasercontent {
	width: 220px;
	float: right;
	vertical-align: top;
	clear: right;
}

#teasertext {
	background-image: url(/Files/Billeder/background_teasercontent.jpg);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#teaserimage {
	padding-bottom: 5px;
}

#teaserfooter {
	height: 9px;
	width: 220px;
	background-image: url(/Files/Billeder/teasercontent_footer.jpg);
	background-repeat: no-repeat;
}

/* NEWS */

#newsheading {
	font-family: Georgia;
	font-size: 16px;
	color: #3a9bce;
	padding-bottom: 3px;
}

#newsdate {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	padding-bottom: 3px;
}




/* LINK */
A.utilnav:link, A.utilnav:visited, A.utilnav:active, A.utilnav:hover {
	color: #ebebeb;
	font-size: 11px;
}

#footer A{
	color: #FFFFFF;
	font-size: 10px;
}

/*XML menuer*/
#topmenu1 ul.topmenu1, #topmenu2 ul.topmenu2{float:left; margin:0px; padding:0px}
        #topmenu1{line-height:34px; float:left; font-family:Arial; vertical-align:middle; width:100%}
        #topmenu1 ul li a{color:#fff; padding:0px 12px; display:block; float:left}
        #topmenu1 ul li a:hover{background-color:#212121; color:#fff; text-decoration:none}        
        #topmenu1 ul li, #topmenu2 ul li {display:inline; float:left}
        #topmenu1 ul li.L1_Active{background-color:#212121; color:#fff; text-decoration:none}    
    
#topmenu2{height:24px; float:left; font-family:Arial; vertical-align:middle; width:100%; margin-bottom: 2px;}
        #topmenu2 ul li a{line-height:13px; color:#fff; padding:0px 13px 0px 13px; display:block; float:left; border-right:1px #ebebeb solid; margin-top:5px; height:12px}
        #topmenu2 ul li a:hover{color:#3a9bce; text-decoration:none}                
        #topmenu2 ul li.topmenu2end a{border-right:0px #ebebeb solid}
        
        #topmenu2 ul li.topmenu2Active a{color:#3a9bce; font-weight:bold}
        #topmenu2 ul li.topmenu2ActiveEnd a{color:#3a9bce; font-weight:bold; border-right:0px #ebebeb solid}
        
