* {
	margin: 0px;
	padding: 0px;
}

/* SENTRERING AV SIDEN */

body,html {
	text-align: center;
	font-family:Tahoma, Arial, Verdana, sans-serif; 
	line-height:1.4em; 
	font-size:11px;
}

/* LAYERS */

#wrapper {
	margin: 0 auto;
	text-align:left;
	background-repeat: repeat-x;
	background-image: url(layout7_topp.jpg);
	background-color: white;
}
#topp {
	margin: 0 auto;
	height: auto;
	margin-bottom: 20px;
	width:100%;
	background-position: 70%;
	
}
#topp h1 {
	margin: 0 auto;
	width: 860px;
}
#beholder {
	margin-top: 10px;
	width: 990px;
	margin: 0 auto;
}
#beholder_venstre {
	float:left;
}
#meny ul{
  font-size: 14px;
  font-weight: bold;	
	background-color: #F1EFE9;
	width:900px;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
  text-align: center;
}
#venstre{
	color: #474D4D;
	padding: 15px;
	margin-top: 10px;
	background-color: #F1EFE9;
	width:100px;
	list-style-type: none;
}
#beholder_hoyre {
	float:right;
}
#hoyre {
	color: #474D4D;
	padding: 0px;
	background-color: #F1EFE9;
	width:2px;
	list-style-type: none;
}
#meny li {
 display: inline;
 margin-right: 5px;
 margin-left: 5px;
}
#meny a {
	color: #7D8585;
	font-weight: bold;
	text-decoration: none;
}
#meny li:hover, #meny a:hover {
	font-weight: bold;
	color: #393B38;
	width: 120px;
	background-color: #E7E5E1;
}

#hoved {
	float:left;
	width: 680px;
	margin-left: 10px;
  margin-top: 20px;
}
#bunn {
	padding-top: 50px;
	clear:both;
	text-align: center;
}


/* TEKST-FORMATERING */

h1 {
	padding-left: 23px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #00AEDA;
	padding-bottom: 6px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #474D4D;
	padding-bottom: 20px;
}
p {
	padding-bottom: 20px;
}
a {
	color: #00AEDA;
}
a:hover {
	text-decoration: underline;
	color: gray;
}

img {
	border: solid 0px;
}
#kontakt {
	width: 880px;
	margin: 0 auto;
}


#kontakt a {
	float:right;
	text-align: right;
	padding: 3px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #00AEDA;
}

#kontakt a:hover {
	color:  black;
	background-color: white;
}

.hoyrebilde {
float: right;
  margin-left: 10px;
clear: left;
}
