html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
a {
	*color: #fff;
}
a:hover {
	/*color: #F2AB9E;*/
}
.clear {
	clear: both;
}

body {
	background: url(Bakgrunn.jpg) repeat;
	text-align: left;
	color: black;
	font: 11px sans-serif;
	margin:0;
    padding:0;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0; /*Center container on page*/

}

#topsection
{
width: 820px;
margin-left: 30px;
margin-top: 60px;
height: 90px; /*Height of top section*/
position: static;
padding: 10px;
color: Black;
}

#bottomsection
{
width: 800px;
height: 70px;
margin-left: 30px;
margin-top: 100px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn
{
height: 450px;
margin-top: 0px;
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
width: 820px;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/

margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}


#nav {
	margin: 11px 0 25px 35px;
	width: 120px;
	height: 400px;
	top: 155px;
	left: 10px;
	position: absolute;
    

}

#nav a {
  text-decoration: none;
  color: black;

}
#nav li {
  /*background: bottom left url(images/nav_bg.jpg) no-repeat;*/
  line-height: 20pt;
  /*padding: 8px 12px 10px 11;*/
  
  
}
#nav li.last {
  /*background: bottom left url(images/nav_bg_last.jpg) no-repeat;*/
}

h1 {
  height: 30px;
  
  /*background: url(images/logo.jpg) no-repeat;*/
  color: black;
  font-weight: normal;
  font-size: 10px;
  margin: 30px;
  max-width: 780px;
  }

h2 {
  height: 30px;
  color: black;
  font-weight: normal;
  font-size: 10px;
  margin: 0px;
  max-width: 100px;
  margin-left: 740px;
  
  }


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  
}

.spacer {
	height: 18px;
	width: 18px;
}
