/*******************************************

GENERELT

*******************************************/


html,body   { 
			margin: 0; 
			font-family: Helvetica, Arial, sans-serif;
			background-color: #f0f5ea;
			font-size: 13px;
			line-height: 17px;
	}

td
		{
			font-size: 13px;
			line-height: 17px;
			font-family: Helvetica, Arial, sans-serif;
		}
ul
		{
			font-size: 13px;
			line-height: 17px;
			font-family: Helvetica, Arial, sans-serif;
		}

div.Frontpage, div.Frontpage td, div.Frontpage ul
		{
			font-size: 12px;
			line-height: 15px;
		}
/* div.Frontpage a
		{
			color: #588527;
		}
*/
#Main 
		{
			margin: auto;
			margin-top: 30px;
			width: 990px;
			text-align: left;
			background: url('../images/main-back-green.png') #f0f5ea repeat-y;
			margin-bottom: 25px;
		}
#Global 
		{
			text-align: right;
			padding-right: 35px;
			background-color: #f0f5ea;
			padding-bottom: 5px;
			font-size: 12px;
		}
#Global a
		{
			color: #333333;
			text-decoration: none;
			font-weight: bold;
			margin-left: 16px;
			font-size: 11px;
			
		}
#Global a.othersite
		{
			color: #d97820;
		}
#Header
		{
			position: relative;
			background: url(../images/header-green.png) no-repeat top;
			width: 990px;
			height: 150px;
		}
#Logo
		{
			position: absolute;
			top: 15px;
			left: 28px;
		}
#SiteName
		{
			position: absolute;
			top: 25px;
			left: 210px;
		}
#SiteNameByline
		{
			position: absolute;
			top: 75px;
			left: 379px;
			font-size: 16px;
			font-weight: bold;
		}
#Search
		{
			position: absolute;
			top: 15px;
			left: 656px;
		}
#Search .Search-button
		{
			padding-top: 3px;
			padding-left: 5px; 
		}
#Search .Question
		{
			padding-top: 0px;
			padding-left: 15px; 
		}
#Search .search-input 
		{ 
			background:transparent url(../images/search-input-back.gif) no-repeat scroll 0 0;
			height: 25px;
			padding: 5px 0 0;
			width: 200px;
			float: left;
		}
#Search input.SearchWords 		
		{
			background: transparent none repeat scroll 0 0;
			border: medium none;
			font-size: 12px;
			padding: 0 8px;
			width: 184px;
		}
#Topmenu 
		{
			float: right;
			margin-right: 208px;
		}

		
/****************************

TOP-MENU

****************************/

div.menu {
	margin-left: 0px;
	height: 16px;
	width: 770px;
	text-align: left;
}

div.menu ul {
	float: right;
	margin: 0;
	list-style: none;
	padding: 0;
	margin-top: -12px;
	font-size: 12px;
}

ul.main-nav{
	float: left;
	padding: 4px 0 0 3px;
	z-index: 999; 
}
ul.main-nav li {
	float: left;  /* fjern denne, og menuen er vertikal */
	font-weight: 800; 
	height: 18px; 
	line-height: 18px;
	position: relative;
	z-index: 999; 
	padding-left: 9px; 
	padding-right: 7px; 
	padding-top: 2px; 
	padding-bottom:0;
	border-left: 1px solid #ffffff;
}


ul.main-nav li:hover {
	border-left: 1px solid #333333;
}

ul.main-nav li.active {
	background: url('blank.gif') repeat-x;
}

ul.main-nav li a{
	color:#333333;
	text-decoration:none;
}

ul.main-nav li a:hover{
	color: #588527;
}

ul.main-nav li a.selected{
	color: #588527;
}

ul.main-nav li ul{
	display:none;
	z-index: 999;
}

ul.main-nav li.hover ul,
ul.main-nav li:hover ul{
	position:absolute;
	top: 32px; /* hvor foldeud-menuen placeres i forhold til 1. niveau  */
	left: -16px; /* hvor foldeud-menuen placeres i forhold til 1. niveau  */
	display: block;
	width: 215px; 
	z-index: 999; 
	padding-left: 16px; 
	padding-right:0; 
	padding-top: 15px; 
	padding-bottom: 15px;
	background: url('../images/topnav-back.png') #ffffff repeat-y;
}
ul.main-nav li ul li{
	height: auto;
	font-weight: 400;
	line-height: 11px;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px
}

ul.main-nav li ul li:hover {
	border-left: 1px solid #ffffff;
}

ul.main-nav li ul li a {
	display: block;
	width: 200px;
	padding-left: 9px; 
	padding-right: 5px; 
	padding-top: 4px; 
	padding-bottom: 6px;
	font-weight: bold;
	color: #999999;
}

ul.main-nav li ul li a:hover{
	/* background: url('blank.png') no-repeat; */
}

ul.main-nav li.hover ul ul,
ul.main-nav li:hover ul ul{
	display:none;
}

ul.main-nav li.hover ul li.hover ul,
ul.main-nav li:hover ul li:hover ul{
	position:absolute;
	top: -15px; 
	left: 215px; 
	display: block;
	width: 205px;
	/* background: #dee3ef url(blank.png) no-repeat 0 100%; */
	z-index: 999; 
	padding-left: 0; 
	padding-right: 0; 
	padding-top: 15px; 
	padding-bottom: 15px
}

ul.main-nav ul ul li {
	height: auto;
	line-height: 11px;
	font-weight: 400;
	font-size: 11px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
}

ul.main-nav ul ul li a {
	display: block;
	width: 200px;
	padding-left: 15px; 
	padding-right: 5px; 
	padding-top: 4px; 
	padding-bottom: 6px
}

ul.main-nav ul ul li a:hover{
	/* background: url('blank.png') no-repeat; */
}

/****************************

TOP-MENU - SLUT

****************************/

		
#BreadPrint 
		{
			width: 100%;
			
		}
#Breadcrumb 
		{
			float: left; 
			width: 570px; 
			margin-left: 214px;
			margin-top: 4px;
			color: #999999; 
			font-size: 11px; 
		}
#Breadcrumb a
		{
			padding-left: 3px; 
			padding-right: 3px; 
			color: #999999;
		}
#Print 
		{
			width: 200px;
			float: right; 
			font-size: 11px;
		}
#Print img
		{
			border: 0px;
			padding-left: 3px;
		}

#Print a.Print
		{
			text-decoration: none; 
			color: #333333;
		}
#Print a.Tip
		{
			padding-left: 45px;
			text-decoration: none; 
			color: #333333;
		}

#LeftMenu 
		{
			width: 200px;
			border: 1px solid blue;
			float: left;
			margin-top: 25px;
		}

/*******************************************

VENSTREMENU

*******************************************/
#LeftColumnBox {
	float: left; 
	width: 202px;
	font-size: 12px;
}

#LeftMenuTop {
	width: 182px;
	height: 13px;
	background: url('../images/LeftMenu-Top.png') no-repeat;
	margin-left: 22px;
}

#LeftMenuBottom {
	width: 182px;
	height: 13px;
	background: url('../images/LeftMenu-Bottom.png') no-repeat;
	margin-left: 22px;
}
 
 
#LevelOne {
	font-weight: bold;
	letter-spacing: -0.1em;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 120%;
	width: 150px; 
	overflow: hidden;
	margin-bottom: 15px;
}

#LevelOne a {
	text-decoration: none;
	color: #000;
}


#leftcolumn {
	width: 180px; 
	border-left: 1px solid #7ac142;
	border-right: 1px solid #7ac142;
	margin-top: 0px;
	margin-left: 22px;
}

		
#leftnav {
	font-size: 90%;
}

#leftnav ul, #leftnav li { 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	border: none;
	font-size: 12px;
}
	
#leftnav li a {
	text-decoration: none;
	display: block;
	color: #000;
	background-position: 6px 6px;
	background-image: url('../images/LeftMenu-1Level-Circle.png'); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px; 
	width: 100%;
	width: 156px;
}


#leftnav li a:hover {
	text-decoration: underline;
}

#leftnav li a.selected { 
	font-weight: bold; 
	background-position: 6px 6px;
	background-image: url('../images/LeftMenu-1Level-CircleFull.png'); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	color: #588527; 
	width: 155px; 
	padding-left: 20px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 4px;
	text-decoration: underline;
}

#leftnav li li a { 
	text-decoration: none; 
	background-image: url('../images/LeftMenu-2Level.png'); 
    background-repeat: no-repeat; 
	background-attachment: scroll; 
	width: 140px; 
	border-left-style: none; 
	border-left-width: 0; 
	border-right-style: none; 
	border-right-width: 0; 
	border-top-style: none; 
	border-top-width: 0; 
	padding-left: 27px; 
	padding-right: 5px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-position: 13px 5px; 
}

	
#leftnav li li a.selected { 
	font-weight: bold; 
	color: #588527;
	background-image: url('../images/LeftMenu-2Level-Selected.png');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	width: 140px; 
	padding-left: 27px; 
	padding-right: 5px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-position: 13px 5px;
}


#leftnav li li li a { 
	text-decoration: none; 
	background-color: #f0f5ea; 
	background-image: none;
    width: 141px; 
	border-left-style: none; 
    border-left-width: 0; 
	border-right-style: none; 
    border-right-width: 0; 
	border-top-style: none; 
   	border-top-width: 0; 
	padding: 2px 5px 1px 34px; 
}

	
#leftnav li li li a.selected { 
	padding: 2px 5px 1px 34px; 
	font-weight: bold; 
	width: 141px; 
	background-image: none;
	/* padding-left: 36px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 4px; 
	background-position: 29px 9px; */
}

/*******************************************

VENSTREMENU - SLUT

*******************************************/

#Content 
		{
			margin-bottom: 35px;
			margin-left: 20px;
			margin-top: 5px;
			margin-right: 35px;
			float: left;
			width: 720px;
		}
#ContentMenu
		{
			width: 100%;
		}
#PageBottom
		{
			background: url(../images/pagebottom-green.png) no-repeat top;
			width: 962px;
			height: 20px;
			margin-left: 7px;
			margin-top: 15px;
		}
#PageBottom div.Adress
		{
			float: left;
			margin-left: 26px;
			margin-right: 26px;
			padding-top: 3px;
			font-size: 11px;
			line-height: 14px;
		}
#PageBottom div.Adress a
		{
			color: #333333;
			text-decoration: none;
		}

#PageBottom div.Divider
		{
			float: left;
			background: url(../images/PagebottomDivider-green.png) no-repeat top;
			width: 1px;
			height: 20px;
		}


/*******************************************

SØGEFELT og SØGERESULTATER

*******************************************/

#search {
	padding-top: 6px;
}

div.box {
  padding: 6px;
  border: 1px solid #CCCCCC;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 95%;
}

div.box a {
	color: #000;
	text-decoration: underline;
}

div.Searchresult {
  border-top: 1px solid #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 7px;
  width: 475px; 
}

div.Searchresult a {
	COLOR: #009036; 
	text-decoration: none;
	font-weight: 800;
}


div.Searchresult div.Breadcrumb {
	margin-top: 5px;
	color: #787878;
	font-size: 90%;
	font-weight: 400;
}

div.Searchresult div.Breadcrumb a {
	margin-top: 5px;
	color: #787878;
	font-size: 90%;
	font-weight: 400;
}

div.Paging {
  width: 500px;
  text-align: center;
}


/*******************************************

FORMULARER

*******************************************/
.section {
margin-bottom: 8px;
margin-top: 15px;
}
.checkbox {
margin-bottom: 2px;
margin-top: 2px;
}
.radio {
margin-bottom: 1px;
margin-top: 1px;
}
.inputLabel {
margin-bottom: 1px;
margin-top: 4px;
}
.input {
margin-bottom: 4px;
margin-top: 0px;
}
.textareaLabel {
margin-bottom: 2px;
margin-top: 4px;
}
.textarea {
margin-bottom: 3px;
margin-top: 1px;
}
.heading {
margin-bottom: 3px;
margin-top: 4px;
}
.submit {
margin-bottom: 5px;
margin-top: 5px;
}


/*******************************************

DEBAT

*******************************************/
		
#DebateGroups ul li { /* tidligere komma imellem */
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	list-style-type: none; 
	border: 0px solid;
}


.PostContent {
  width: 460px;
  padding-top: 12px;
}

.PostFiles {
  width: 460px;
  text-align: right;
}

.PostEdit {
  width: 460px;
  text-align: right;
  padding-bottom: 12px;
	
}

.PostEdit img {
  background-color: #ffffff;
  padding: 3px;	
  border: 1px solid #cccccc;
}

.PostHR {
  width: 460px;
  border-bottom: 1px solid #cccccc;
}

.PostRow {
  clear: both;
  width: 510px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

.PostLeftCol {
  float: left;
  width: 370px;
  white-space: nowrap;
  overflow: hidden;

}

.PostCenterCol {
  float: left;
  text-align: center;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
}

.PostRightCol {
  text-align: center;
  float: right;
  width: 70px;
}

.ShowHide {
width: 460px;
left: -5px;
top: -30px;
position: relative;
display: none;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding: 5px;
z-index: 10;
}

.DebateShowHideEditor {
width: 460px;
left: 0px;
position: relative;
visibility: hidden;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding: 15px;
z-index: 10;
}


/***********************************************
THICKBOX
************************************************/
{padding: 0; margin: 0;}


#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 9999;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	background-color:#F0F5EA;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
