@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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #6B7658;
}
a {
	color: #CC0000;
	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 {
	border: 1px dotted #6B7658;
}
.thumbnails img {
	border: 1px dotted #6B7658;
	margin-right: 8px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 140px;
}

#filler_innhold {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;

}
#innhold {
	border: 2px solid #CC0000;
	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: #FFF;
	text-align: right;
	padding-right: 9px;
	background-color: #6B7658;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tableformat td {
	padding: 4px;
	font-weight: normal;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#linker td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B7658;
	padding-top: 5px;
	padding-bottom: 5px;
}
#adminmeny {
	margin-bottom: 5px;
	font-family: tahoma;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 787px;
	background-color: #CC0000;
	margin-top: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	margin-top: 30px;
	margin-bottom: 15px;
}

#meny {
	margin: 0px;
	padding: 0px;
	width: 797px;
	background-color: #6B7658;
	height: 28px;
}
#meny ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#meny ul li {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
#meny ul li a {
	text-align: center;
	display: block;
	height: 23px;
	width: 100px;
	color: #FFFFFF;
	background-color: #6B7658;
	padding-top: 5px;
}
#meny ul li a:hover {
	background-color: #828F6B;
}
#adminmeny ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#adminmeny ul li {
	float: right;
}
#adminmeny ul li a {
	width: 100px;
	display: block;
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B30000;
	border-left-color: #FD0000;
	height: 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#right ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#right p strong {
	color: #333;
}
