@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

html, body
{
	background-image:url(bakgrunn.png);
	background-repeat: repeat-x;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {font-size:22px; color: #59DDEF; font-weight:lighter; line-height:34px;}



#container {
	width: 950px;
	margin-left:auto;
	margin-right: auto;

}


#logo {
	text-decoration:none;
	color:#FFF;
	text-align:left;
	font-size: 20px;
	margin-top: 35px;
}

#logo a {text-decoration: none; color: #FFF;}


#meny ul {
list-style-type:none;
margin-left:auto;
font-size: 14px;
margin-top: -15px;
text-align:right;
}


#meny ul li {
	display: inline;
}


#meny ul li a {
	text-decoration: none;
	color: #59DDEF;
	text-align: right;
}

#meny ul li a:hover {color:#FFF;}
#meny ul li a.valgt {color:#FFF;}


#ramme_spalter {
	width: 1024px;
	margin-top:10px;
}

.spalte {
width:1024px;
float:left;
text-align:left;
padding-top: 40px;
font-size: 47px;
color: #FFF;
text-decoration:none;
line-height: 60px;
margin-bottom: 30px;
}

.spalte img {border: 0px;}
.spalte a {text-decoration: none; color: #59DDEF;}
.spalte a:hover {color: #FFF;}
.spalte a.valgt {color:#FFF;}

.spalte2 {
	width: 1024px;
	height: 415px;
	float: left;
}

.spalte3 {	
	float: left;
	margin-top: -422px;
	margin-right:300px;
	font-size:14px;
	color:#000;
}

.spalte3 img {border: 0px; padding-right: 10px; padding-bottom: 10px;}
