﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../bilder/Oppsett/soyle_brun_lys_mork.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 960px;
	padding: 10px;
	background-image: none;
	background-color: #B8896B;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EEE0D5;
}
#footer {
	text-align: center;
	clear: both;
	width: 998px;
	border: 1px dotted #d8bfd8;
}
#egendef_test1 {
	background-color: #EEE0D5;
}


/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #331E33;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Calibri;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #B8896B;
	font-family: Calibri;
}
#navigation a {
	color: #331E33;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #B8896B;
	font-family: Calibri;
}
#navigation a:hover {
	color: #331E33;
	text-decoration: none;
	background-color: #fff;
}

/* Navigation Styles */
#egendef_test1 ul {
	list-style-type: none;
	width: 20%;
	display: block;
	padding: 0;
	font-family: Calibri;
	text-align: center;
	margin-left: 337px;
}
#egendef_test1 li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #B8896B;
	font-family: Calibri;
	text-align: center;
	font-size: large;
}
#egendef_test1 a {
	color: #331E33;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #B8896B;
	font-family: Calibri;
	font-size: large;
}
#egendef_test1 a:hover {
	color: #331E33;
	text-decoration: none;
	background-color: #fff;
}

/* Content Styles */
h5 {
	color: #503750;
	text-align: center;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #331E33;
	text-decoration: none;
}
a {
	border-color: #331E33;
	color: #331E33;
	text-decoration: underline;
}
a:hover {
	color: #B8896B;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




