/** Overordenede CSS **/
* {
	font: 13px/20px "Helvetica", Arial, sans-serif;
	font-style: none;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
}
img {
	border: 0px;
}
/** SLUT **/

/** Template design **/

html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fff;
}
#wrapper {
	top: 0px;
	height: auto; 
	width: 846px; 
	margin: 0px auto 0px auto;
	text-align: center;
}
#top {
	position: relative;
	height: 526px; 
	width: 846px; 
	text-align: left;
	float: left;
	z-index: 100;
	background: white url(../images/top.jpg) no-repeat top center;
}
#logo {
	position: relative;
	height: 135px;
	width: 407px;
	text-align: left;
	float: left;
	z-index: 200;
	margin-left: 0px;
	margin-top: 0px;
}
#top_menu {
	position: relative;
	height: auto; 
	width: 300px; 
	text-align: left;
	float: left;
	z-index: 400;
	display: block;
	margin-top: 110px;
	margin-left: 7px;
	
}
#top_menu .mainlevel {
	color:#77787b;
	text-decoration: none;
	height: 22px;
	width: auto;
	display: block-inline;
	padding: 3px 3px;
	margin: 0 2px;
	}
#top_menu .mainlevel:hover {
	color:#b2d235;
	text-decoration: none;
	height: 22px;
	width: auto;
	display: block-inline;
	padding: 3px 3px;
	margin: 0 2px;
	}
#top_menu #active_menu {
	color:#b2d235;
	text-decoration: none;
	height: 22px;
	width: auto;
	display: block-inline;
	padding: 3px 3px;
	margin: 0 2px;
	}
#indhold {
	position: relative;
	min-height: 80px;
	width: 849px;
	text-align: left;
	float: left;
	z-index: 0;
	color: #919295;
	margin-top: 1px;
}
#forside {
	background: transparent url(../images/forside.jpg) no-repeat top center;
	width: 849px;
	height: 124px;
	margin-left: -4px;
	margin-top: -3px;
	color: #fff;
	}
#forside_left {
	position: relative;
	float: left;
	padding: 15px;
	height: 94px;
	width: 469px;
	color: #fff;
	}
#forside_right {
	position: relative;
	float: left;
	padding: 15px;
	height: 94px;
	width: 316px;
	}
#indhold  a{
	color: #77787b;
	text-decoration: underline;
}
#indhold a:hover {
	color: #b2d235;
	text-decoration: underline;
}
#flash {
	position: relative;
	float: left;
	height: 169px;
	width: 849px;
	margin-top: -22px;
	}
.contentpaneopen a {
	color: #666666;
	font-size: 13px;
	text-decoration: underline;
}
.contentpaneopen a:hover {
	color: #444444;
	font-size: 13px;
	text-decoration: underline;
}
#bottom {
	position: relative;
	height: 20px; 
	width: 846px;
	background: transparent url(../images/bottom.jpg) no-repeat top center;
	margin-top: 1px;
	text-align: left;
	float: left;
	color: #888888;
	padding-top: 16px;
}
#bottom  a{
	color: #77787b;
	text-decoration: none;
}
#bottom a:hover {
	color: #b2d235;
	text-decoration: underline;
}
.componentheading, h1, h2, h3, h4, h5, h6 {
	padding: 10px 0;
	font-size: 18px;
	color: #b2d235;
	}
.contentheading {
	padding: 10px 0;
	font-size: 18px;
	color: #b2d235;
	}
#emailForm {
	margin-top: -60px;
	margin-bottom: -130px;
	}
#forside_right select, #forside_right input {
	border: 0px solid #505154;
	font-size: 11px;
	color: #919295;
	}
#forside_right input {
	width: 111px

	}
#forside_right .btn {
	width: 60px;
	margin-top: 4px;
	background-color: #b2d235;
	color: #fff;
	border: 0px solid #fff;
	}

#backlink {
	position: relative;
	clear: both;
	width: 845px;
	text-align: right;
	}
#backlink a{
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	}
#backlink a:hover{
	color: #bbb;
	text-decoration: none;
	font-size: 12px;
	}




