@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #445444;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a {
	color: #1E7E82;
	text-decoration: none;
}

.oneColFixCtr #container {
	width: 797px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#all {
	padding-right: 10px;
	padding-left: 20px;
}

.thumbnails {
}
.thumbnails img {
	border: 1px dotted #B87D60;
	margin-right: 8px;
}

#meny {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
}

#filler_innhold {
	background-image: url(images/filler.jpg);
	background-repeat: repeat-x;
	padding: 7px;
}
#innhold {
	border: 3px solid #d9b9a9;
	background-color: #FFFFFF;
	height: 100%;
}
#left {
	width: 320px;
	float: left;

}
#right {
	float: left;
	width: 450px;
	margin-top: 5px;


}
.clear {
	clear: left;
}
#tableformat {
	background-color: #FFFFFF;

}

#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-right: 9px;
}
#tableformat td {
	padding: 4px;
	font-weight: normal;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
