/*CSS*/
/*Hovedoppbyggingen av siden med DIV's*/
#ramme {
	height: 400px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#header {
	height: 333px;
	width: 768px;
	float: left;
}
#meny {
	height: 50px;
	width: 768px;
	float: left;
	background-image: url(../grafikk/meny.gif);
}
#hoved {
	width: 736px;
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #669966;
	border-left-color: #669966;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#footer {
	height: 34px;
	width: 768px;
	float: left;
	background-image: url(../grafikk/footer.gif);
	margin-bottom: 20px;
}
/*Formatering av vanlige tags*/
h1 {
	font-size: 1em;
	color: #276131;
	text-align: center;
}
h2 {
	font-size: 0.8em;
	color: #2B6332;
	margin-bottom: 0px;
}
h3 {
	font-size: 0.75em;
	color: #2C6133;
}
h4 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #27612E;
}
h5 {
	font-size: 11px;
	margin-bottom: 0px;
	color: #333333;
}
#right p {
	font-size: 11px;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../grafikk/bakgrunn.jpg);
	background-repeat: repeat-x;
}
#left {
	float: left;
	width: 500px;
	margin-top: 10px;
}
#right {
	float: left;
	width: 200px;
	background-image: url(../grafikk/nyheter.jpg);
	background-repeat: no-repeat;
	height: 370px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

/*Formatering av linker*/
a:link {
	color: #2E5C35;
	text-decoration: underline;
}
.float_right_border {
	float: right;
	border: 2px solid #286031;
}
#hoved img {
	margin: 7px;
}

.tettunder {
	margin-top: 3px;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
/*Forskjellige class*/
.midtstill {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.border {
	border: 1px solid #000000;
}
.noborder {
	border-width: 0px;
}
.float_right {
	float: right;
}
#navcontainer {
	float: left;
	width: 768px;
}
#navcontainer ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	font-size: 12.5px;
	margin-right: 0px;
}

#navcontainer ul {
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navcontainer a {
	color: #FFFFFF;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	height: 22px;
	padding-top: 4px;
	text-decoration: none;
	width: 128px;
	font-size: 12px;
}
#navcontainer a:hover {
	color: #003300;
	display: block;
	width: 128px;
	float: left;
	list-style-type: none;
	text-align: center;
	height: 22px;
	padding-top: 4px;
}
#hoved li {
	list-style-image: url(../grafikk/li.jpg);
	font-size: 0.75em;
	margin-right: 15px;
}
hr {
	color: #669966;
}
span {
	font-size: 0.75em;
}
