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

/* SENTRERING AV SIDEN */

body,html {
	text-align: center;
	font-family:Tahoma, Arial, Verdana, sans-serif; 
	line-height:1.4em; 
	font-size:11px;
  background: url( http://img116.imageshack.us/img116/1308/image15fp0.jpg ) top left;
}

/* LAYERS */

#wrapper {
	text-align:left;
	width: 1000px;
  background: #736d80;
}

#topp {
  width:1000px;
  margin: 0px;
  padding: 0px;
  float: left;
  clear: both;
  margin-left: 0px;
  height: auto;
  background: black;
  text-align: center;
}
#beholder {
  width: 1000px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #404040;
}
#beholder_venstre {
	float:left;
  padding-bottom: 11px;
  padding-top: 0px;
  clear: both;
  width: 990px;
  text-align:center;
  font-size: 12px;
}

#beholder_venstre a
{
}

#beholder_venstre a:link, #beholder_venstre a:visited
{
color: white;
text-decoration: none;
}

#beholder_venstre a:hover
{
	color: white;
	text-decoration: underline;
}
#hoved {
  background: White;
  float:left;
  width: 990px;
	color: black;
  padding: 5px;
}
#bunn {
	color: white;
	clear:both;
	text-align: center;
  width: 1000px;
background: #white;
}


/* TEKST-FORMATERING */

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-bottom: 0px;
  color: black;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;

}

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

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

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


