/* CSS Document */

html,body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;	
	background: #FFF;
	height:100%; /* needed for container min-height */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/background_all.jpg);
	background-repeat:repeat-x;
}


#container {
	position:relative;
	z-index:1;
	width: 960px;
	/*background: #FFFFFF;*/
	text-align: left;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}  

#spacer {
	width: 960px;
	height: 227px;
	margin: 0;
}
 #header {
	position: absolute;
	z-index:2;
	top:0px; /* stick to top */
	left: 0px;
	width:100%;
	/*height:112px;*/
	/*height:195px;*/
	height:228px;
	background-image: url(/images/background_green2.gif);
	padding: 0; 
	border-bottom:1px:FFF solid; 
	

} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}


#sidebar1 {
	float: left;
	width: 11em;	
	*height:50px; /*min height for IE6*/
	min-height: 550px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#dropdown {
	background: #31751b;
	height:33px; 
	/*padding: 15px 15px;*/ 
	/*text-align: right;*/
}

 #sidebar2 {
	/*background: #999999;*/ 
	padding: 5px 5px; 
	text-align: left;
}

#sidebar3 {
	float: right;
	width: 11em;	
	*height:550px; /*min height for IE6*/
	min-height: 550px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;	
}

#sidebar1 h3, #sidebar1 p,  #sidebar2 p, #sidebar2 h3,  #sidebar3 p, #sidebar3 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}


#mainContent {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 12em;
}

#mainContent p {
	font-size:12px;
}

#mainContent h1,  #sidebar1 h1,  #sidebar2 h1, #sidebar3 h1{
	font-size:18px;
	
}



#mainContent h2, #sidebar1 h2,  #sidebar2 h2, #sidebar3 h2 {
	font-size:16px;
}

#mainContent h3, #sidebar1 h3,  #sidebar2 h3, #sidebar3 h3 {
	font-size:14px;
}

#sidebar1 h3 , #sidebar2 h3 , #sidebar3 h3 {
color: #31751B;
}


#footer {
	/*position:absolute;*/
	/*background:#DDDDDD;*/
	width:100%;
	/*bottom:0px;  stick to bottom */
	float:left;
	margin-top:5px;

} 
 #footer p {
	margin: 0; 
	padding: 5px;
	background-color:#F5F5F8; 
	color:666666;
}

 #footer img {
	border: none;	
}


#footer a:link { color:#666666;text-decoration:none;}
#footer a:visited { color:#666666;text-decoration:none;}
#footer a:hover { color:#31751B;text-decoration:none;}
#footer a:active { color:#666666;text-decoration:none;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.broedsmule {
	font-size:12px;
}	
.broedsmule a:link { color:#666666;text-decoration:none;}
.broedsmule a:visited { color:#666666;text-decoration:none;}
.broedsmule a:hover { color:#31751B;text-decoration:none;}
.broedsmule a:active { color:#666666;text-decoration:none;}	

.kskjema {
font-size:12px;
}

.nyheter {
list-style-type: none;
padding: 0;
margin: 0;
font-size:12px;
}

.nyheter a:link { color:#666666;text-decoration:none;}
.nyheter a:visited { color:#666666;text-decoration:none;}
.nyheter a:hover { color:#31751B;text-decoration:none;}
.nyheter a:active { color:#666666;text-decoration:none;}	

.mail_to a:link { color:#31751B;text-decoration:none;}
.mail_to a:visited { color:#666666;text-decoration:none;}
.mail_to a:hover { color:#31751B;text-decoration:none;}
.mail_to a:active { color:#666666;text-decoration:none;}

/*[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2, .thrColHybHdr #sidebar3 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*</style>
<![endif]*/

