﻿* { margin:0; padding:0; }
BODY
{
    background-color: #FF8202;
    color: MidnightBlue;
    font-size: 0,84em;
    font-family: "Thahoma" , "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
}

#header { background-color:#000;padding:8px; background-image:url(icons/gradient.jpg); height:100px; }
#left { float:left;width:200px;padding:8px;background-color:#FF8202; }
#right { float:right;width:200px;padding:8px;background-color:#FF8202; }
#center { margin-right:215px;margin-left:215px;padding:8px;background-color:Wheat; }
#footer { clear:both;background-color:#CE6702;padding:8px; }
#footer a {color:#fff;}
#logo {position:absolute; top:1em; left:1em;}
.toptekst {position:relative; top: 1em; left:13em;}
p {
	margin: 0 0 0.4em 0;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:3em;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#000;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:2em;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	color:#000;
	font-weight:normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:1.2em;
	color:#000;
}

h4 {
	margin: 0px 0px 10px 0px;
	font-size:1.0em;
	color:#000;
}

h5 {
	margin: 0px 0px 10px 0px;
	font-size:0.9em;
	color:#000;
}

h6 {
	margin: 0px 0px 10px 0px;
	font-size:0.8em;
	color:#000;
}

a {
	text-decoration: underline;
	color:#344161;
}
a:hover { color:Blue; }

.forfatter { font-size:0.6em; }

# nav_list {
width: 90%;
margin: 0;
padding: 0;
list-style-type: none;
}
.li_nav_body a  {
display: block;
width:90%;
padding: 2px 2px 2px 10px;
border: 1px solid #fff;
background: #344161;
text-decoration: none; /*lets remove the link underlines*/
}
.li_nav_body a:link, .li_nav_body a:active, .li_nav_body a:visited {
color: #FF8202;
}

.li_nav_body a:hover {
border: 1px solid #fff;
background: #333333;
color: #ffffff;
} 

#sponsorer {
	width: 90%;
	margin:0 0 0 0em;
	float: left;

}

#senestegalleri {
	width: 90%;
	margin:2em 0 0 0em;
	float: left;

}

/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	width: 150px;
	cursor: pointer;
	list-style: none;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 90%;
	height: 90%;
	margin: 1px;
	padding: 1px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}