﻿* {
  padding: 0;
  margin: 0;
}
td {vertical-align:top}

a {
	color: #C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}
img {border:none}

body {
	background-color: #FFF;
	background-image: url(Img/top-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333;
}

body, table {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #333;
}

br.clearfix {
  clear: both;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	}
h3 {
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* gfx */
#wrapper_backgroundTop {
	width: 100%;
	position: relative;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#wrapper_header{
	position: relative;
	width: 995px;
	padding:0px;
}

html > body #content {
  min-height: 400px;
  height: auto;
}


html > body #wrapper_backgroundTop {
  min-height: 200px;
  height: auto;  
}

html > body .content_bg {
    min-height: 200px;
    height: auto;
}
html > body .content_bg {
	min-height: 200px;
	height: auto;
}
html > body .centercolumn {
  height: auto;
  min-height: 200px;
}

html > body .wrapper_front_picture {
  height: auto;
  min-height: 300px;
}
.wrapper_content{
  width: 100%;
  height:200px;
  position: relative;
  background-color:#FFF;
  margin-left:auto;
  margin-right:auto;
}

.content_bg {
	position: relative;
	width:995px;
	height:100%;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Img/content-bg.jpg);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	float: left;
	width: 995px;
	height:400px;
	line-height:22px;
	padding-bottom: 5px;
	text-align: left;
}


#logo {
	position: relative;
	float:left;
	width: 995px;
	height: 138px;
	padding: 0px;
}


/*Navigation*/
/*Wrap*/

#menu {
	position: absolute;
	left:0px;
	top: 138px;
	width: 995px;
	height: 30px;
	background-image: url(Img/topmenu-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
  }

#menu ul{
	padding: 0;
	height: 30px;
	list-style-type: none;
	margin: 0;
}

/*Sociale medier*/
	
#socialemedier {
	position: absolute;
	left: 690px;
	top: 795px;
	width: 300px;
	height: 30px;
  }

#fblike {
	float:right;
}
#FBbox {
	background-color: #333;
	border: 1px solid #555;
}
#linkedin {
	float:right;
}
	


/*Level 1*/
#menu{
	position: absolute;
	left:0px;
	top: 90px;
	width: 990px;
	padding-top: 0px;
  }

#menu ul{
	padding: 0;
	height:25px;
	list-style-type: none;
	margin: 0;
}

#menu ul li {
	width:164px;
	float: left;
	display: inline-block;
	overflow:visible;
	z-index:99999;
	height: 25px;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C00;
}
#menu ul li a {
	display: block;
	color: #FFF;
	font-size:14px;
	line-height:25px;
	text-align:center;
	z-index:99999;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	height: 25px;
	background-color: #F00;
}

/*Level 2*/
#menu ul ul { 
  display: none;
  overflow:visible;
  z-index:99999;
  }
#menu ul ul li {
  display: inline;
  float:none;
  overflow:visible;
  z-index:99999;
  }

#menu ul .M1 li {
	height: 25px;
	color: #FFF;
	width:164px;
	z-index:99999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-color: #FFF;
	margin-left: 0px;
	
}

#menu ul .M1 li a {
	color: #FFF;
	text-align: left;
	z-index:99999;
	margin: 0px;
	line-height:25px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#menu ul .M1 li a:hover {
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	z-index:99999;
	margin: 0px;
	line-height:25px;
	background-color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


#menu ul .M2 li {
  width: 164px;
  float:left;
  z-index:99999:
  
}
* html #menu ul li a {
  display: inline-block;
  }
  
/*Active*/
#menu ul li .activeitem, #menu ul li .inpath{
	color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	background-color: #F00;
}
#menu ul li:hover {
	color: #FFF;
	text-decoration: none;
	height: 25px;
}
#menu ul li:hover ul {
	display:block;
	color: #F00;
	text-decoration: none;
}

#menu li ul li{
  float: left;
}


#centercolumn a {
	color:#009ee4;
	text-decoration: underline;
}




  
/*Breadcrumb*/

#topcolumn{
	float:left;
	width: 475px;
	clear: both;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #393;
	border-left-color: #393;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	color: #666;
}
#topcolumn a {
	color: #666;
	text-decoration: none;	
}
#topcolumn a:hover {
	color: #333;
	text-decoration: none;	
}


/*Indhold*/

#contentcolumn{
	float:left;
	width:753px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentcolumn_front{
	float:left;
	width:973px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#centercolumn{
	float:left;
	width:475px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #393;
	border-left-color: #393;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#centercolumn_front {
	float:left;
	width:735px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #393;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}
#centercolumn_standard {
	float:left;
	width:475px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #393;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
#rightcolumn{
	float:left;
	width:202px;
	margin-top: -22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolumn_standard {
	float:left;
	width:202px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcolumn_standard {
	position:relative;
	float:left;
	width: 220px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
}


#centercolumn a {
	color:#360;
	text-decoration: none;
}
#centercolumn a:hover {
	color:#360;
	text-decoration: underline;
}

#centercolumn_standard a {
	color:#360;
	text-decoration: none;
}
#centercolumn_standard a:hover {
	color:#360;
	text-decoration: underline;
}

/*Referenceboks*/
#referenceboks p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
#referenceboks {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393;
}


/*Bulletlist*/

#centercolumn ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 20px;
}
#centercolumn li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(Navigation/menu_aktiv.png);
	text-decoration: none;
	line-height: 25px;
}


/*Frontboks*/

#frontboks {
	float: left;
}

#frontboks_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(Img/boks-topbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	width: 235px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 15px;
	text-align: center;
}

#frontboks_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	padding: 8px;
	height: 140px;
	width: 219px;
	margin-right: 15px;
	margin-bottom: 0px;
}
#frontboks_top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(Img/boks-topbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	width: 235px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}

#frontboks_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	padding: 8px;
	height: 140px;
	width: 219px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#frontboks_text a {
	color: #360;
	font-weight: bold;
	text-decoration: none;
}
#frontboks_text a:hover {
	color: #360;
	font-weight: bold;
	text-decoration: underline;
}
#frontboks_text2 a {
	color: #360;
	font-weight: bold;
	text-decoration: none;
}
#frontboks_text2 a:hover {
	color: #360;
	font-weight: bold;
	text-decoration: underline;
}

/*Nyhedsboks*/

#nyhedsboksheader {
	font-size:18px;
	font-weight:normal;
	color:#360;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #360;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nyhedsboks a {
	color:#360;
}

/*Kontaktboks*/
#kontaktboks {
	border: 1px solid #666;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	
}

/*venstremenu*/

#leftcolumn {
	position:relative;
	float:left;
	width: 235px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#leftcolumn ul {
	list-style-type: none;
	padding-top: 15px;	
}
#leftcolumn li a {
	background-image: url(Navigation/menu_inaktiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 25px;
	list-style-image: url(Navigation/menu_inaktiv.png);
	text-decoration: none;
	line-height: 25px;
}
#leftcolumn li a:hover {
	background-image: url(Navigation/menu_aktiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 25px;
	list-style-image: url(Navigation/menu_inaktiv.png);
	text-decoration: none;
}
#leftcolumn ul li .activeitem, #leftcolumn ul li .inpath{
	color: #333;
	background-image: url(Navigation/menu_aktiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}

/*footer*/


#footer {
	position: relative;
	width: 100%;
	overflow:hidden;
	background-image: url(Img/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerblock {
	position: relative;
	width: 995px;
}
#footertext {
	width: 795px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top: 20px;
	color: #999;
	float: left;
}
#footertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999;
	text-decoration: underline;
}
#cookies {
	width: 200px;
	text-align: right;
	padding-top: 20px;
	float: left;
}
#cookies a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size:12px;
	text-decoration: none;
}
#cookies a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size:12px;
	text-decoration: underline;
}