/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }
body { 
	margin: 0px;
	padding: 0;
	/*background: #fff; /* #e7edf2;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	text-align: left;
	background: #000 url('/grafikk/bg.gif');
}

h4 { font-size: 14px; margin: 0; }
form, hr { margin: 0; padding: 0; }

p { margin-top: 0; }
p.noMargPad { margin: 0; padding: 0; }

fieldset { -moz-border-radius: 8px; border-radius: px; }

a:link, a:active, a:visited { color: #000; text-decoration: none; }
a:hover { color: #000;}

a.link:link, a.link:active, a.link:visited { color: #e45618; text-decoration: underline; }
a.link:hover { color: #e45618; text-decoration: underline; }

a.bunn:link, a.bunn:active, a.bunn:visited { color: #e45618; font-size: 11px; text-decoration: none; font-weight: bold; }
a.bunn:hover { color: #e45618; text-decoration: underline; font-weight: bold; }


.header, h1 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	color: #659d08;
	line-height:100%;
}
.header2 {
	font-weight: bold;
	font-size: 13px;
	color: #385496;
	margin-bottom: 6px;
}
.header3 {
	font-weight: bold;
	font-size: 14px;
	color: #385496;
	margin: 0;
}
.header4 {
	font-weight: bold;
	font-size: 12px;
	color: #385496;
	margin: 0;
}
.tittel, h1 {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}
.tittel_mini, h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
.teaser {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 120%;
}
.teaser_art {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
.ingress {
	font-weight: bold;
}
.tekst {
	font-size: 12px;
	line-height:150%;
}
.tekst h2 {
	line-height: 150%;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}
.tekst a:link, .tekst a:link, .tekst a:active, .tekst a:visited, .tekst a:hover {
	text-decoration: underline;
}
.dotted_bottom {
	border-bottom: 1px dotted #aaa;
}
.dotted_top {
	border-top: 1px dotted #aaa;
}
.topp_print {
	visibility: hidden;
	display: none;
	padding: 6px;
}

img {
	behavior: url("/png.htc");
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
.img_border {
	border: 1px solid #000;
}
.galleri {
	padding: 3px;
	background: #fff;
}
.img_bg {
	margin-bottom: 10px;
}
.img_bg_text {
	padding: 0px;
}
.bilde {
	background: #c7d5e1;
}
.bilde_left {
	background: #efefef;
	margin-left: 0;
	float: left;
}
.bilde_right {
	background: #efefef;
	margin-right: 0;
	float: right;
}

ul {
	margin-left: 12px;
	padding-left: 12px;
	list-style: disc;
}
li {
	margin: 0;
	padding: 0;
}


.underline { text-decoration: underline; }

.text_topp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
}

.text_topp2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding-left: 10px;
}

.decNone { text-decoration: none; }

.font14 { font-size: 14px; }
.grey { color: #efefef; }

.gradContainer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	filter:alpha (opacity=50); -moz-opacity:.50; opacity:.50; -khtml-opacity: 0.5;
}
.gradContent {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 10px solid #7185b5;
	width: 500px;
	padding: 0px;
	z-index: 99;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.block_left {
	float: left;
}
.block_content {
	padding: 3px;
	text-align: center;
}
.block_right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
}

.msg {
	padding: 20px;
	margin-bottom: 20px;
	border: 0;
	background: #bdd985;
	color: #000;
	font-weight: bold;
	clear: both;
}

.solidblockmenu{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	font: bold 13px Arial;
	height: 46px;
	width: 738px;
	overflow: hidden;
	text-align: center;
	background: #fff url('/grafikk/meny_bg.gif') center center repeat-x;
}

.solidblockmenu:hover {
	/*background: url('/grafikk/meny_bg_active.gif') center center repeat-x;*/
}

.solidblockmenu li{
	display: inline;
}
.solidblockmenu li:hover{
	display: inline;
	background: url('/grafikk/meny_bg_active.gif') center center repeat-x;
}

.solidblockmenu li a.last{
	float: left;
	color: white;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
	width: 102px;
	text-align: center;
	text-decoration: none;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
	width: 102px;
	text-align: center;
	border-right: 1px solid #fff;
	text-decoration: none;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	/*background: #666; /* transparent url('/grafikk/blockactive.gif') center center repeat-x; */
	background: url('/grafikk/meny_bg_active.gif') center center repeat-x;
	margin: 5px 0px 5px 0px;
}


