/* VALIDERET 20. juli 2008 */

/* mac hide\*/
html, body {
	height: 100%;
	}
/* end hide */

body { /* se også otherscreen.css*/
	text-align: center;
	min-width: 760px; /* for mozilla*/
	}


/*----------------------------------------*/       
/* Positionering af sidens elementer */       

#outer_div, #outer_div_image {  
	/*height: 100%;*/  /* se browserspec. screen css */
	width: 760px;
	text-align: left;
	/*sticky fotter css */
	margin: 0 auto -27px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	height: auto !important;
	height: 100%; /* seems neccessary for IE6*/
	/*------------------*/
	position: relative;
	padding: 0;
	}

#content, #content_image, #menu {
	padding-bottom: 40px;
	}       
#content, #content_image {       
	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;
	}*/

/* linksiden */
.linkkatmenu {       
	position: absolute;       
	top: 0;       
	left: 0;       
	}       
.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 {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	line-height: 10px;
	/*z-index: 3;*/
	text-align: left;
	width: 760px;
	height: 26px;
	border-bottom: 0;
	}
#footer p {
	font-size: 10px;
	padding: 0 20px 0 20px; 
	margin: 8px 0 0 0;
	}
#footer_push { /* sticky footer css */
	height: 26px;
	clear: both;
	}

/* newsbox is hidden for print */
.newsbox {       
	/* se background i browserspec. css eller i tema-css */
	font-size: 11px;
	border: 1px solid #000000;
	line-height: 17px;
	width: 190px;
	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: 166px;
	border: 0px;
	margin: 12px;
	}

.newsboxheader {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	}

.loginfield, .loginfield_big {
	font-size: 11px; 
	background-color: #ffffff; 
	margin: 0 1px 0 0; 
	padding-top: 0; 
	color: #505050; 
	border: 1px solid #000000;
	}

/*--- 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;        
	}       
       
.slide_link	a {
	color: #e0e0e0;
	text-decoration: underline;
	}
.slide_link a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/*---------------------------------*/       
/* Form elementer */       

input {       
	color: #000000;
	font-weight: normal;
	background-color: #f0f0f0;
	}       
select {       
	color: #000000;
	font-weight: normal;
	background-color: #f0f0f0;
	border: 1px solid #000000;
	}       
input[type=text] {       
	border: 1px solid #b0b0b0;
	}   
input[type=radio] {
	}

textarea {       
	width: 400px;       
	height:100px;       
	color: #000000;       
	font-weight: normal;       
	border: 1px solid #000000;       
	padding-left: 5px;       
	background-color: #f0f0f0;       
	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;
	}       

/*--- VALIDERINGSIKONER ---------*/       

.html5 {
	width: 50px;
	/*background-color: #47a348;*/
	background-color: #c0c0c0;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 1px 1px 5px;
	border-right: 2px solid #909090;
	border-bottom: 2px solid #909090;
	}
.html5 a {
	color: #ffffff;
	text-decoration: underline;
	}
.html5 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/* se resten af menuen i themes og header css */
/* se smallcalendar i themes */
