@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

#clear{
	clear:both;
	}

#wrapper {
	position:relative;
	width: 920px;
	margin: auto;
	text-align:left;
}

/* ---------Tekst-----------*/
body {
	background-color: #e9eaea;
	text-align: left;
	color:#333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:1.25em;
}



h1 {
	font-size:16px;
	color:#333333;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	color:#333333;
	margin-top:20px;
	margin-bottom:5px;
}

a {
	color:#000000;
	}
	
a:hover {
	color:#ea8523;
	}

a:active {
	color:#000000;
	}


/* ---------Design-----------*/
#top {
	width:900px;
	height:88px;
	text-align:left;
}



/* ---------Main Menu-----------*/

#main_menu_skygge{
	background-image:url(images/kant_hoejre_top_long.jpg);
	background-repeat: none;
	background-position: right;
}


#main_menu {
	width:900px;
	background-color:#FFFFFF;
	height:40px;
	font-size:14px;
	color:#333333;
	text-transform: uppercase;
}

#main_menu ul {
	position:relative;
	left:20px;
	top:13px;
	list-style:none;
}

#main_menu ul li{
	 float:left;
	 }

#main_menu ul a {
	padding:0 1.6em;
	font-size:14px;
	color:#333333;	
	text-decoration:none;
	float:left;
	display:block;
	background:url(images/menu_deler.jpg) no-repeat left center;
}

#main_menu ul a.first{
	background:none;
}

#main_menu ul a:hover{
	color:#ea8523;
}

#main_menu ul a.selected{
	color:#ea8523;
	}

#main_menu ul a.first_selected{
	color:#ea8523;
	background:none;
	}


/* ---------Sub Menu-----------*/

#sub_menu_holder {
	width:900px;
	background-color:#FFFFFF;
}

#sub_menu {
	width:880px;
	background-color:#FFFFFF;
	height:30px;
	font-size:12px;
	margin-left:10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
}

#sub_menu ul {
	position:relative;
	left:20px;
	top:8px;
	list-style:none;
}

#sub_menu ul li{
  float:left;
  }

#sub_menu ul a {
	padding:0 1.2em;
	color:#666666;	
	text-decoration:none;
	float:left;
	display:block;
	background:url(images/menu_deler.jpg) no-repeat left center;
}

#sub_menu ul a.first{
	background:none;
}

#sub_menu ul a:hover{
	color:#ea8523;
}

#sub_menu ul a.selected{
	color:#ea8523;
	}

#sub_menu ul a.first_selected{
	color:#ea8523;
	background:none;
	}

/* ---------Indhold-----------*/
 #indhold{
 	height:auto;
	width:810px;
 	background-color:#f2f3f3;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:10px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:10px;
	padding:35px;
	overflow: auto;
	}

/* ---------Bund-----------*/

#bund {
	width:920px;
	height:50px;
	background-image:url(images/kant_bund_high.jpg);
	background-repeat:no-repeat;
}

#bund ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:25px;
	top:7px;
	
}

#bund ul li{
 float:left;
 }

#bund ul a {
	padding:0 1.2em;
	color:#999999;	
	text-decoration:none;
	float:left;
	display:block;
	background:url(images/menu_deler.jpg) no-repeat left center;
}

#bund ul a.first{
	background:none;
}

#bund ul a:hover{
	color:#666666;
}

#bund ul a.selected{
	color:#666666;
	}

#bund ul a.first_selected{
	color:#666666;
	background:none;
	}
	
	
#skygge{
	background-image:url(images/kant_hoejre_long.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

ul {
	padding-left:30px;
	line-height:16px;
	}

#indhold_left{
	position:relative;
	width:450px;
}

#indhold_right{
	position:relative;
	float:right;
	width:320px;
}
