/* 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 -195px; /* 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 i content ikke skæres */
	/*height: 600px;*/
	/*min-height: 600px;*/ /* for mozilla */
	margin: 0;
	vertical-align: top;
	}

/* 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;
	text-align: left;
	width: 760px;
	height: 195px;
	border-bottom: 0;
	}
#footer p {
	font-size: 10px;
	padding: 176px 20px 0 20px; 
	margin: 0 0 0 0;
	}
#footer_push { /* sticky footer css */
	height: 195px;
	clear: both;
	}

/* newsbox is hidden for print */
.newsbox {       
	/* se background i browserspec. css */
	font-size: 11px;
	border: 0px solid #000000;
	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;        
	}       
       
.slide_link	a {
	color: #e0e0e0;
	text-decoration: underline;
	}
.slide_link a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/*---------------------------------*/       
/* Form elementer */       
       
input {       
	width: 400px;
	color: #000000;
	font-weight: normal;
	background-color: #f0f0f0;
	padding: 0px 0px 0px 5px;
	border: 1px solid #000000;
	}       
input .radio {       
	width: 20px !important;
	background-color: transparent !important;
	border: 0  !important;
	}       
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;
	}       

/* se resten af menuen i themes og header css */
/* se smallcalendar i themes */
