@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}
div#wrapper {
  width: 980px;
  height: auto;
  margin: 40px 0 0 20px;
}
div#logo {
  padding: 0 0 0 25px;
}

.rute {
margin: 0 20px 0 0;
padding: 5px;
line-height: 18px;
width: 220px;
text-align: left;
}

div#side {
  width: 170px;
  height: 431px;
  margin: 130px 0 0 0;
  float: left;
  background: url(images/side.gif) top right no-repeat;
}
div#container {
  width: 800px;
  height: 650px;
  float: left;
  font-size: 11px;
}
div#menu {
  height: 30px;
  background: #efede4 url(images/menu-l.gif) top left no-repeat;
  margin: 10px 0 4px 0;
}
div#menu ul {
  height: 30px;
  background: url(images/menu-r.gif) top right no-repeat;
  padding: 0 20px;
  list-style: none;
}
div#menu li {
  display: inline;
}
div#menu li a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #4d3b3b;
  float: left;
  padding: 0 5px;
  font-size: 10px;
  text-transform: uppercase;
}
div#menu li a:hover {
  background: #f5f4f1;
}
div#content {
  background: #d8d5bf url(images/house.png) bottom left no-repeat;
}
div#content .corner1 {
  background: url(images/corner-top-left.gif) top left no-repeat;
}
div#content .corner2 {
  background: url(images/corner-top-right.gif) top right no-repeat;
}
div#content .corner3 {
  background: url(images/corner-bottom-right.gif) bottom right no-repeat;
  min-height: 370px;
  height: auto !important;
  height: 370px;
  padding: 15px;
}
ul#sidebar {
  width: 105px;
  float: left;
  list-style: none;
  margin: 115px 0 0 0;
}
ul#sidebar li {
  position: relative;
}
ul#sidebar li a {
  display: block;
  height: 22px;
  line-height: 22px;
  color: #4d3b3b;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 0 0 2px;
}
* html ul#sidebar li { 
  float: left; 
  height: 1%; 
}
* html ul#sidebar li a { 
  height: 1%; 
}
ul#sidebar ul {
  width: 100px;
  position: absolute;
  display: none;
  left: 104px;
  top: 0;
  list-style: none;
  background: #efede4 url(images/menu-drop.gif) bottom left no-repeat;
  padding: 2px 2px 35px 2px;
}
ul#sidebar ul a:hover {
  text-decoration: underline;
}
ul#sidebar li:hover ul, ul#sidebar li li:hover ul, ul#sidebar li.over ul { 
  display: block; 
}
ul#sidebar li a:hover, ul#sidebar li:hover, ul#sidebar li.over {
  background: #efede4;
}

div#content2 {
  width: 620px;
  float: right;
  padding: 0 10px 0 30px;
  height: 490px;
  text-align: left;
  line-height: 20px;
}
div.clear {
  height: 1px;
  line-height: 1px;
  clear: both;
}
p.text {
  padding: 50px 0 0 0;
}



a img {
	border: none;
}

a,a:visited {
	color: #000;
	font-size: 11px;
}

h1 {
	font-size: 17px;
	color: #d90309;
	padding-bottom: 10px;
}

h3 {
		font-size: 16px;
	color: #d90309;
	padding-bottom: 8px;
}

.pre {
	width: 340px;
	height: 350px; 
	background-color: #fff;
	text-align: center;
	border: 10px solid #fff;
	font-weight: bold;
	line-height: 15px;
}

.bilde a,.bilde a:visited {
	float: left;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 5px;
	margin: 3px;
	border: 1px dotted #fff;	
}

