/* www.axxera.no */

body,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #73301E;
	margin-top: 15px;
}

div#wrapper {
	position: relative;
	z-index: 1;
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* ::: header :::::::::::::::::::::::::::: */

div#fhheader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 801px;
	height: 205px;
	margin-left: 0;
	margin-top: 0;
	clear: both;
}

div#fhheader img {
	display: inline;
}

/* ::: menutop :::::::::::::::::::::::::::: */

div#fhmenutop {
	position: absolute;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 400px;
	left: 388px;
	top: 179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
}

div#fhmenutop a {
	color: #FFFFFF;
	text-decoration: none;

}

div#fhmenutop a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ::: innerwrapper :::::::::::::::::::::::::::: */

div#fhinnerwrapper {
	position: absolute;
	left: 0px;
	top: 205px;
	width: 800px;
	background-color: #E1E9E7;
	text-align: left;
	background-image: url(../bilder/fh_meny_bg.jpg);
	background-repeat: repeat-y;
	background-position: 6px;
	visibility: visible;
}


/* ::: menuleft :::::::::::::::::::::::::::: */

div#fhmenuleft {
	position: relative;
	z-index: 10;
	width: 165px;
	float: left;
	color: #333333;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	padding-top: 40px;
}

div#fhmenuleft a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E9E7;
	background-color: #7D9482;

}


div#fhmenuleft a:hover {
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #73301E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E9E7;
}

/* ::: Dropdownmeny start her:::::::::::::::::::::::::::: */

#dropmenudiv{
	position:absolute;
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	z-index: 100;
}

#dropmenudiv a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E9E7;
	background-color: #7D9482;
}

#dropmenudiv a:hover { 
	color: #E1E9E7;
	padding-left: 10px;
	background-color: #73301E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E9E7;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}



/* ::: content :::::::::::::::::::::::::::: */

div#fhcontent {
	position: relative;
	z-index: 6;
	width: 600px;
	float: left;
	color: #000000;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 15px;
}

div#fhcontent a {
	color: #000000;
	text-decoration: underline;

}

div#fhcontent a:hover {
	color: #73301E;
	text-decoration: none;
}

div#fhcontent p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 12px;

}

div#fhcontent h1, div#fhcontent h2, div#fhcontent h3, div#fhcontent h4, div#fhcontent h5 {
	margin-bottom: 5px;
	color: #333300;

}


div#fhcontent h1 {
	font-size: 24px;

}

div#fhcontent h2 {
	font-size: 20px;

}

div#fhcontent h3 {
	font-size: 20px;

}

div#fhcontent h4 {
	font-size: 16px;

}

div#fhcontent h5 {
	font-size: 12px;
	font-weight: bold;
}

div#fhcontent h6 {
	font-size: 10px;
	font-weight: bold;

}


/* ::: menuright :::::::::::::::::::::::::::: */

div#fhmenuright {
	position: relative;
	z-index: 100;
	width: 185px;
	float: right;
	color: #003;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 3px;
	font-size: 11px;
	border: 1px solid #74683E;
	background-color: #E0E9E6;
}

div#fhmenuright a {
	color: #006;
	text-decoration: underline;

}

div#fhmenuright a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #4D6AA1;
}


div#fhmenuright p {
	margin-bottom: 8px;
}



/* ::: footer :::::::::::::::::::::::::::: */

div#fhfooter {
	position: relative;
	z-index: 8;
	height: 35px;
	width: 800px;
	left: 0px;
	clear: both;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	background-color: #92A681;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #73301E;

}

div#fhfooter a {
	color: #FFFFFF;
	text-decoration: none;

}

div#fhfooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ::: diverse :::::::::::::::::::::::::::::::: */


.imgBorder {
	border: 2px solid #AF9F76;
}

.imgLeft {
	border: 4px solid #AEAD81;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.imgRight {
	border: 4px solid #AEAD81;
	float: right;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.imgMarginLeft {
	margin-left: 7px;
}

hr {
	color: #AEAD81;
}

dl {
	font-size: 13px;
}

dd {
	font-size: 11px;
}

ul, ol {
	font-size: 11px;
	margin-left: 25px;
}

.tblData {
	font-size: 11px;
	border: 1px solid #990000;
	background-color: #EFC781;
}

.tblData th {
	font-size: 14px;
	text-align: left;
}

input, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.axxera {
	font-size: 10px;
	padding-left: 70px;
}

.bildeTekst {
	font-size: xx-small;
}
.tekstboks {
	background-color: #E0E9E6;
	padding: 3px;
	border: 3px solid #AF9F76;
}

