body {

	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #e3e3e3;

}

tr, td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;

}

img {

	border: 0px;

}

#bakgrunn {

	margin-left: auto;
	margin-right: auto;	
	background: url('bilder/forside.png') no-repeat;
	height: 593px;
	width: 860px;

}

#bakgrunn_wide {

	margin-left: auto;
	margin-right: auto;	
	background: url('bilder/resten.png') no-repeat;
	height: 593px;
	width: 860px;

}

#hovedmeny {

	position: relative;
	left: 55px;
	top: 160px;
	overflow: auto;
	width: 170px;
	height: 380px;
	line-height: 15px;

}

#innhold {

	position: relative;
	left: 265px;
	top: -180px;
	width: 325px;
	height: 332px;
	overflow: auto;
	
}

#innhold_wide {

	position: relative;
	left: 265px;
	top: -182px;
	width: 540px;
	height: 335px;
	overflow: auto;
	padding-right: 2px;
	
}

#innhold_wide tr, td{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	
}

hr {

  color: #d2baa6;
  background-color: #d2baa6;
  height: 1px;
  border: 0px;

}

#innhold img {
	
	border: 3px solid #bca893;

}

#boksbottom {

	position: relative;
	left: 628px;
	top: -445px;
	height: 267px;
	width: 177px;
	overflow: auto;

}

#boksbottom img {
	
	border: 3px solid #bca893;

}

.img {

	border: 3px solid #bca893;
	margin-left: 4px;

}

h1 {

	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	font-size: 17px;

}

h2 {

	color: #d2baa6;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	font-size: 16px;

}

a, a:visited, a:active {

	color: #d2baa6;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #FFF;

}

.stretch {

	border: 1px solid #d2baa6; 
	background: #FFF; 
	color: #666; 
	padding: 10px;

}

.stretch:after {
    content: ".";
    height: 0px;
    visibility: hidden;
    display: block;
    clear: right;
}

/* Start IE Win hack \*/
* html .stretch {
    height: 1%;
}
/* ## End IE Win hack */

.stretch img {
    float: right;
} 
