
* {
	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(layoutsormek_topp.png);
}
#topp {
	margin: 0 auto;
	height: auto;
	width:990px;
}
#beholder {
	margin-top: 10px;
	width: 880px;
	margin: 0 auto;
}
#beholder_venstre {
	float:left;
}

#venstre{
	color: #414141;
	padding: 20px;
	margin-top: 20px;
	background-color: #F1EFE9;
	width:150px;
	list-style-type: none;
}
#beholder_hoyre {
	float:right;
}
#hoyre {
	color: #414141;
	padding: 20px;
	background-color: #F1EFE9;
	width:150px;
	list-style-type: none;
}
#meny ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;

	font-size: 12px;
	font-weight: bold;
}

#meny li {
	margin: 0 0 3px 0;
	text-align: left;
}

#meny a
{
	display: block;
	padding: 2px 2px 2px 14px;
	width: 140px;
	background-color: #FFFFFF;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 5px solid #7d0606;
}

#meny a:link, #meny a:visited
{
color: #999999;
text-decoration: none;
}

#meny a:hover
{
	background-color: #f0f0f0;
	color: #333;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 5px solid black;
}
#hoved {
	float:left;
	width: 430px;
	margin-left: 30px;
}
#bunn {
	padding-top: 50px;
	color: #BAB8B2;
	clear:both;
	text-align: center;
}


/* TEKST-FORMATERING */

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-bottom: 0.5ex;
  color: #000;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

h2 {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 0.5ex;
  color: #000;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #474D4D;
	padding-bottom: 20px;
}
p {
	padding-bottom: 20px;
}
a {
	color: purple;
}
a:hover {
	text-decoration: underline;
	color: gray;
}

img {
	border: solid 0px;
}



