/* VALIDERET 25. FEB. 2006 */

/* mac hide\*/
html, body {
	height:100%;
	}
/* end hide */

body {
	/* only effect in IE. W3C Validation warning*: This property applies to 
	block-level elements.*/
	text-align: center;
	min-width: 760px; /* for mozilla*/
	margin: 0px;
	}


/*----------------------------------------*/       
/* Positionering af sidens elementer */       

#outer_div {  
	height: auto; /* for IE7 */
	/*height: 100%;*/  /* se browserspec. screen css */
	width: 760px;
	text-align: left;
/*	margin-right: auto;
	margin-left: auto;*/
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0;
	}
html>body #outer_div { /*for mozilla as IE treats height as min-height anyway*/
	height:auto;
	} 
#content, #menu {
	padding-bottom: 40px;
	}       
 
#content {       
	float: right;
	position: relative;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	/* højde sættes for at baggrund (autumnbg3.jpg) ikke skæres*/
	/*height: 600px;*/
	min-height: 600px; /* for mozilla */
	margin: 0;
	vertical-align: top;
	}
#clearfooter {
	width: 100%;
	height: 27px;
	clear: both;
	border: 0;
	}	
#menucontent {       
	position: absolute;       
	top: 0px;       
	left: 0px;       
	width: 100%;       
	padding-left: 0px;       
	background: transparent;       
	font-size: 12px;       
	}       
#logofelt_2007 {
	font-size: 15px;
	margin: 10px 0 2px 0;
	font-weight: bold;
	}

/* linksiden */
.linkkatmenu {       
	position: absolute;       
	top: 0px;       
	left: 0px;       
	}       
.linksideinput {
	position: absolute; 
	left:130px; 
	width:370px
	}

.tddimension {
	height:140px;
	width:25%;
	}

#textfield {
	padding-bottom: 20px;
   	margin-top: 30px;
	}

/* footer er gemt for print - resten af css i theme-css */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 10px;
	z-index: 3;
	width: 760px;
	clear: both;
	height: 25px;
	border-bottom: 0;
	}
#footer P {
	font-size: 10px;
	padding: 0px 20px 0px 20px; 
	margin: 8px 0px 0px 0px;
	}

/* newsbox is hidden for print */
.newsbox {       
	/* se background i browserspec. css */
	font-size: 11px;
	background-color: #bdc840;
	border: 0px solid #606060;
	line-height: 17px;
	width: 160px;
	margin: 4px 0px 20px 25px;
	float: right;
	}
.newsbox a {
	/* position: relative er et fix i IE for problem med links over AlphaImageLoader PNG'er */
	position: relative;
	}
.innernewsbox {
	width: 136px;
	border: 0px;
	margin: 12px;
	}

.newsboxheader {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	}


/*--- Paging bar ---------------------*/

.paging_bar {
	height: 20px;
	line-height: 20px; 
	border:1px solid #d0d0d0; 
	background: url(../../img/backgrounds/bg_box.gif); 
	padding: 0 5px 0 5px;
	font-size: 11px;
	margin: 30px 0 20px 0;
	}
.pagenavi_element {
	float: left; 
	margin: 0;
	}
.actual_page {
	display: block;
	color: #985020; 
	font-weight: normal;
	padding: 0 5px 0 5px;
	margin: 0;
	background-color: #ffffff;
	}
.page_link {
	font-weight: normal;
	text-align: left;
	margin: 0;
	}
.page_link a {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 0px;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	}
.page_link a:hover {
	color: #303030;
	background-color: #e0e0e0;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	}

/*---------------------------------*/       
/* Links */       
       
a {       
	text-decoration: underline;        
	}       
a:hover {       
	text-decoration: none;        
	}       
       
.headlink {       
	text-decoration: none;        
	}       
.headlink a:link {       
	text-decoration: none;        
	}       
.headlink a:hover {       
	text-decoration: underline;        
	}       
       
       
/*---------------------------------*/       
/* Form elementer */       
       
input {       
	width: 400px;       
	color: #000000;       
	font-weight: normal;       
	background-color: #ffffff;       
	padding: 0px 0px 0px 5px;
	border: 1px solid #707070;
	}       
textarea {       
	width: 400px;       
	height:100px;       
	color: #000000;       
	font-weight: normal;       
	border: 1px solid #707070;
	padding-left: 5px;       
	background-color: #ffffff;       
	font-size: 12px;
	}       
.submitbutton {       
	/* se resten i globalall.css */
	cursor: pointer;
	}

/*--- MENUEN -----------------------*/       

#menu {       
	text-align: left;
	position:relative;/*ie needs this to show float */
	float:left;
	}       

/* se resten af menuen i themes og header css */
/* se smallcalendar i themes */

