html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	/*background-color: white;*/
	height: 100%;
	margin: 0px;
	


	

	
	
	

		
	
	
}


#main{
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-left: gray 1px solid; 
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	
	


	
	}


#header {
	position: absolute;
	top: 0px;
	background-color:#515151;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	z-index: 1;
	

	background-image:url(logo.gif);
	background-repeat:no-repeat;


}




#tilf_nyhed{
	text-align: left;
	position: absolute;
	width: 450px;
	height: 100%;
	top: 0px;
	left: 20px;
	margin-left: 10px;
	border-right: gray 1px solid;
	overflow-x: hidden;

	
	  


	}



#print{
		
	position: relative;
	width: 500px;
	height: 100%;
	left: 500px;
	top: 0px;
	text-align:justify;

	

}

#search {
	text-align: left;
	position: absolute;
	width: 290px;
	height: 100%;
	top: 40px;
	left: 540px;
	background-color: #cee1c1;
	z-index: 5;
	overflow: auto;
}

#vis_nyhed {
	/*background-image: url('../as/bg_tr.png');*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  black;
	text-align: left;
	position: absolute;
	width: 100%;
	
	top: 10px;
	z-index: 6;
	

	
	
	


}

.dato {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	
	

}

.overskrift {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;

}


.rette {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF9900;
	font-weight: bold;

}

a:link {
	color:red;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
}
a:visited {
	color: red;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
}
a:hover {
	color: #333;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
}
a:active {
	color: red;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
	
}


/*-----*/


#mid {
  margin: 0 auto;
  width: 100%;
  
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
 
}

