﻿body {
	font-family: verdana;
	font-size: 0.75em;
	background-position: 53% 0%; /* Kompromiss-posisjonering mellom FF og IE */
	background-repeat: no-repeat;
	height: 100%;
	

}

ol,ul{
list-style:none;
padding:0;
margin:0;

}


h2{
	font-size: 1em;
	color: #000000;
}

h1{
	font-size: 3em;
    font-weight: lighter; 
    color: black;
    text-transform: uppercase;
}

h3{
	font-size: 3em;
    font-weight: lighter; 
    color: black;
    text-transform: uppercase;
}

.content p
{
    font-size: 0.875em;
	font-weight:lighter;
}



a{
color: #617110;
text-decoration:underline;

}

a:hover{
text-decoration:underline;

}

img {
border:none;
}


/******************************************/
/* layout generell*/ 
/******************************************/

#Side {
	width: 700px;
	height: 100%;
	position: relative; /*gjør at siden blir midtstilt*/
	margin: 10px auto; /*gjør at siden blir midtstilt*/

}
#innhold
{
	width: 100%;
	float: left;
	padding: 0;
}
 
 /*#MenyForside{
 /*  width: auto;
 /*}


/******************************************/
/* design av bokser*/ 
/******************************************/

.module {
  width: 100%;
  margin-bottom: 10px;
  background-color: #e9e9e9;
}

.module span {
  display: block;
  height: 13px;
  background: transparent none no-repeat left;
  line-height: 13px;
}
.module .top, .module .top span {
  background-image: url("../Images/top-left.png")
}
.module .top span {
  background-image: url("../Images/top-right.png");
  width: 12px;
  float: right;
}
.module .content {
  background: transparent url("../Images/right.png") repeat-y right;
  
}
.module .bottom, .module .bottom span {
  background-image: url("../Images/bottom-left.png");
}
.module .bottom span {
  background-image: url("../Images/bottom-right.png");
  width: 12px;
  float: right;
}

.module .bottom {
  clear:both;
}


/******************************************/
/* design layout*/ 
/******************************************/
a.menylink
{
    color: #D2492A;
    text-decoration: none;
}

a.menylink:hover
{
    text-decoration: underline;
}

a.bildelink
{
    color: black;
    text-decoration: none;
}
a.bildelink:hover
{
    text-decoration: underline;
    color: #D2492A;
}

a.lesmerlink {
color: #617110;
text-decoration:underline;
font-style:italic;
margin-left:20px;
}

.menyomraade {
	padding: 20px;
	margin: 0px 20px;
	background-color: white;
	border: 2px solid #aaa;
	border-style: inset;
	clear: left;
}

.menyomraade ul {
  margin-left: 10px;
  line-height: 1.8em;
  font-size: 0.875em;
  font-weight :lighter;
}

.menyomraade li a {
  color: black;
}

.menyomraade li span
{
    float: left;
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.innledning {
	float: left;
	padding-left: 10px;
	width: 45%;
}

.illustrasjon {
    float: right;
	width: 45%;
}

.illustrasjon img{
    float: right;
    padding-top:10px;
}

.meny_radiobuttons 
{
    float: left;
	padding-left: 10px;
	width: 90%;
	clear:both;
    }
    
.meny_knapper 
{
    float: left;
	padding-left: 10px;
	padding-top: 30px;
	width: 45%;
    clear:left; 
}

.sandbag {
  width: 100%;
  clear: both;
  height: 1px;
  line-height: 1px;
}


