@charset "utf-8";
/* CSS Document  © www.axxera.no */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #328295;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

div#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div#header {
	clear: both;
	float: left;
	height: 195px;
	width: 900px;
}

div#innerwrapper {
	width: 896px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D47A22;
	border-left-color: #D47A22;
}



/* venstremeny div#menu */

div#leftmenu {
	display: none;
	visibility: hidden;
	float: left;
	width: 180px;
	height: 280px;
	font-size: 12px;
	line-height: 25px;
	margin-top: 15px;
	padding-top: 10px;
}


#leftmenulist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul#leftmenulist li {
}


ul#leftmenulist a {
	display: block;
	text-decoration: none;
	padding-left: 16px;
	color: #003300;
	width: 164px;
}


ul#leftmenulist a:hover {
	color: #FFFFFF;
	padding-left: 16px;
	background-color: #D47A22;
}

ul#leftmenulist .uberlink {
	/*background-color: #B8CF43;*/
	background-color: #F7F6F7;
	color: #003300 !important;
	cursor: default;
}


/* Dropdownmeny start her 

#dropmenudiv{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
	z-index: 100;
}

#dropmenudiv a {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #000066;
	padding-left: 7px;
	background-color: #B8CF43;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

#dropmenudiv a:hover { 
	color: #FFFFFF;
	background-color: #FF9900;
}

*/


/* innhold div#content */

div#content {
	width: 700px;
	/* width: 665px; */
	float: left;
	clear: right;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 83px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 12px;
	color: #000000;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D57922;*/
}

div#content p {
	line-height: 18px;
	margin-bottom: 15px;
}

div#content a {
	color: #D47A22;
	text-decoration: underline;
}

div#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #126479;
}


#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 5px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 5px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 5px;
}

#content ul,  #content ol {
	font-size: 12px;
	color: #000000;
	padding: 0;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 22px;
}

/* bunntekst dv#footer */


div#footer {
	width: 800px;
	padding-left: 83px;
	height: 20px;
	clear: both;
	color: #000000;
	font-size: 10px;
	padding-top: 20px;
}

div#footer a {
	color: #999999;
	text-decoration: none;
}

div#footer a:hover {
	color: #333333;
}

div#bottom {
	width: 900px;
	clear: both;
}





/* diverse stiler */

.imageLeft_YellowBorder {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #F5E5A6;
}

.imageRight_YellowBorder {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	border: 1px solid #F5E5A6;
	margin-bottom: 10px;
}

.imageLeft_RedBorder {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	border: 1px solid #CD3301;
	margin-bottom: 10px;
}


.imageRight_RedBorder {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	border: 1px solid #CD3301;
	margin-bottom: 10px;

}

