@charset "utf-8";
body  {
	background: #5279BA;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 2000px;
}

h1 {
	color: #5279BA;
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
	padding:0 0 0 0;
}
.hvittekst{
	color: white;
}

a {
	color: #8a8f69;
	text-decoration:none;
}

#meny a:hover{
	text-decoration: none;
	color: black;
}


a:hover {
	color: #8B8F69;
	text-decoration: underline;
}

a:active{
	outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

p {
	color: #444444;
	margin:0;
	padding:0.1em 1em 1.5em 0;
}

img {
	padding:0;
	margin:0;
}

.tokolonner ul {
	margin: 0;
	padding:0;
	list-style-type:none;
}

.tokolonner li {
	margin:0 0 4px 0px;
	background:url(../img/bullet1.jpg) no-repeat 0px 0px;
	padding-left: 14px;
}

.tokolonner #container { 
	width: 753px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.tokolonner #skygge_hvitblaa {
	float:left;
	position:relative;
	width:753px;
	margin:0;
	padding: 0;
	background: url(../img/bakgrunn01.png) repeat-y;
} 

.tokolonner #skygge_hvithvit {
	float:left;
	position:relative;
	width:753px;
	margin:0;
	padding: 0;
	background: url(../img/bakgrunn02.png) repeat-y;
}   

.tokolonner #skygge_hel {
	float:left;
	position:relative;
	width:753px;
	margin:0;
	padding: 0;
	background: url(../img/bakgrunn03.png) repeat-y;
}  

.tokolonner #hovedboks {
	font-size:1.1em;
	margin: 0;
	padding:0;
} 

.tokolonner #header { 
	height: 43px;
	background: url(../img/baktopp.png);
	width: 753px;
	padding: 0; 
	margin:0; 
} 

.tokolonner #spalte_v {
	float:left;
	position:relative;
	width: 440px;
	padding: 10px 15px 10px 25px;
	margin:0;
}

.tokolonner #spalte_v_hel {
	float: left;
	position:relative;
	width: 700px;
	padding: 10px 15px 10px 25px;
	margin: 0 0 0 0px;
} 


.tokolonner .spalte_h {
	float: right;
	position:relative;
	width: 230px;
	margin: 0 0 0 0px;
	padding: 10px 24px 10px 2px;
} 


.tokolonner #footer { 
	padding: 0; 
	margin: 0;
} 


.hvitopphold {
	display: block;
	background-color:white;
	margin:0;
	padding: 0;
	/* border: 7px white; */
	height:7px;
	width:100%;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.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;
}
