@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	}
	
body {
	background-color: #00663a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bakgrunn.jpg);
	background-repeat: repeat-x;
	}

h1 {
	font-size: 34px;
	color: #3d8b25;
	font-weight: lighter;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EB682A;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 15px;
	line-height: 30px;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#container {
	background-color: #FFF;
	width: 930px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00663a;
	border-left-color: #00663a;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	}
#top2 {
	background-color: #f15a22;
}

#top {
	height: 175px;
	width: 930px;
	background-image: url(img/top2.jpg);
	}
#menu {
	width: 170px;
	float: left;
	background-color: #f26522;
	height: 500px;
}
#menu ul{
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	}
#menu li {
	float: left;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	text-decoration:none;
	color:#ffd990;
	background-color: #f26522;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd990;
	width: 150px;
	padding-bottom: 7px;
	line-height: 14px;
	padding-left: 20px;
	}
#menu a:hover {
	background-color:#ffd990;
	color: #f26522;
	}
#menu2 {
	float: none;
	clear: both;
	height: 200px;
	width: 170px;
	background-color: #f26522;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#menu2 a {
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #f26522;
	clear: both;
}
#content {
	width: 708px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
}
#content a {
	color: #3d8b25;
	text-decoration: underline;
}
#content a:hover {
	color: #3d8b25;
	text-decoration: underline;
}
#footer {
	width: 930px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f26522;
	text-align: center;
	float: left;
	height: 20px;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #3d8b25;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
#footer a:hover {
	color: #3d8b25;
}
#footer2 {
	color: #ffd990;
	background-color: #f26522;
	height: 20px;
	width: 930px;
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#footer2 a {
	color: #ffd990;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image-right {
	float: right;
	margin-top: 0px;
	padding: 0px;
	margin-left: 20px;
}
.image-left {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

