/* CSS Document */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
||||||||||||													||||||||||||||||
||||||||||||													||||||||||||||||
||||||||||||			  	  MENUERNE STARTER HER				||||||||||||||||
||||||||||||													||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#hovedmenu {
clear: both;
}

#sprogmenuen {
	background-color: #333333;
	padding: 5px;
	clear: both;
	width: 150px;
	float: right;
}


#hovedmenuens_div{
	background-color: #E0E0E0;
	height: 35px;
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/*HORISONTALE KNAPPER*/


#horisontal_menu {
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:100%;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#horisontal_menu li {
	float: left;
	list-style-type: none;
	padding: 0;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/*BLUE*/
#horisontal_menu .standard a, #horisontal_menu .standard a:visited {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	height:18px;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#horisontal_menu .selected a {
background-color: #333333;
		display: inline;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	height:18px;
	float: left;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(../images/design_billeder/knap_over_select.jpg);
	background-position: center top;
	height: 18px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #666666;

}


#horisontal_menu .standard a:hover {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(../images/design_billeder/knap_over_select.jpg);
	background-position: center top;
	height: 18px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #666666;
}

/*UNDERMENUEN*/
#undermenu {
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:150px;
	height:100%;
	font-size: 11px;
/*	font-weight: bold;*/
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
}
#undermenu .submenu li {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 100%;
	float: left;
	clear: left;
	width: 150px;
}

#undermenu .submenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #56442C;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
/*BLUE*/
#undermenu .submenu a, #undermenu .submenu a:visited {

	display: block;
	text-decoration: none;
	width:150px;
	color: #56442C;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7DDCF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#undermenu .submenu a:hover {
	display: block;
	color: #3C2F1E;
	height: 100%;
	width:150px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;


}

#undermenu .selected a {
	display: block;
	color: #FFFFFF;
	height: 100%;
	width:145px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(../images/design_billeder/bullet_undermenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #000000;
}


.ktjmedia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #443C31;
	clear: both;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}

