@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bakgrunnsbilde.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#6BAE44;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#forsidebanner{
width:530px;
height:196;
margin:10px 0px 10px 0px;
background-image: url(images/forside_bak.gif);
background-repeat:no-repeat;
background-color:#6BAE44;
clear:both;}

#forsideBoks1{
float:left;
width:170px;
height:275px;
background-image:url(images/forsideboks1.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#C5E1B0;
margin-right:8px;
}

#forsideBoks2{
float: left;
width:170px;
height:275px;
background-image:url(images/forsideboks2.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#C5E1B0;
margin-right:8px;
}

#forsideBoks3{
float:left;
width:170px;
height:275px;
background-image:url(images/forsideboks3.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#C5E1B0;
margin-right:8px;
}

p {
	font-size:12px;
	color: #3f3b33;
	margin:10px 0;
}

p.forside {
	font-size:10px;
	color: #333333;
	margin:2px 0;
}

H1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
H2 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
}

H2.forside {
	font-size:12px;
	font-weight:bold;
	margin:0;
	color: #333333;
}

a{
	color:#6BAE44;
	font-size:12px;

	}
input, select{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #3f3b33;
}

#tekstBox{
width:470px;
padding:30px;}
#banner{
	float:left;
	width:220px;
	padding-top:25px;
	padding-left:20px;}

#banner h1{
	color:#FFFFFF;
	font-size:26px;
	font-weight:bold;}
#banner p{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;}

.forsideImg{
margin:10px 10px 0px 10px }

.forsideTekst{
margin:10px;}

#linkerVenstre{
background-image:url(images/hulder_06.jpg);
background-repeat:no-repeat;
background-position:top;
height:500px;}

#linkerVenstre a{
color:#6BAE44;
padding-left:10px;
text-decoration:none;
font-size:14px;}

#linkerVenstre a:hover{
color:#A8CF92;
padding-left:10px;
text-decoration: underline;}

/*NAVIGASJON TOPPEN*/
#navcontainer {
	height:22px;
	text-align: left;
	font-size:12px;
	
}
ul#navlist {
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 0px 10px 0px 0px;
	font-size:12px;
}
#navlist a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFFF99;
	text-decoration: none;
	font-size:12px;
}
#navlist li a#current {
	color: #FFFF99;
}
/*KOLOFON*/
#footer {
padding:5px;
	font-size:10px;
	font-weight:bold;
	color: #FFF;
	text-align:center;
}

a.footer{
color: #FFFF99;
font-size:10px;
}
-->


