/* Nullstilling
------------------------------------------------------------------ */
* {margin: 0; padding: 0; text-decoration: none; border: 0;}
div.clear{
	clear: both;
}

/* Body 
------------------------------------------------------------------ */
body {
	background: #7a0e01 url("images/body_bg.jpg") repeat-x;
	font: normal 13px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #6b6b6b;
	font-weight: normal;

}

/* Overskrifter
------------------------------------------------------------------ */
h1 {
	font: bold 19px helvetica, sans-serif;
	color: #6d6969;
	padding: 20px 0 8px;
}
h2 {
	font: bold 15px helvetica, sans-serif;
	color: #6d6969;
	padding: 0px 0 8px;
}
h3 {
	font: bold 13px  Georgia, helvetica, sans-serif;
	color: #5e5e5e;
	padding: 8px 0 4px;
}
h4 {
	font: bold 14px  helvetica, sans-serif;
	color: #5e5e5e;
	padding: 8px 0 8px;
}


/* Blockquote
------------------------------------------------------------------ */
blockquote {
	background: url('./images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

/* Skjema, felt og knapper
------------------------------------------------------------------ */
form{
	margin-bottom: 1.2em;
}
input, textarea, select{
	border: #000 1px solid;
}
input.hidden{
	background-color: #e2ded4;
	border: #000000 0px solid;
}

/* Paragrafer og span
------------------------------------------------------------------ */
p {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	padding: 8px 0 8px;
}
.smal{
	font: normal 10px Verdana, Geneva, sans-serif;
}

/* Linker
------------------------------------------------------------------ */
a {
	color: #70a137;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
p.a {
	color: #5f9501;
	font: normal 12px Arial, Helvetica, sans-serif;
}
a:hover {
	color: #5f9501;
}


a.h3 {
	color: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.h4 {
	color: #5e5e5e;
	font: bold 14px  helvetica, sans-serif;
	text-decoration: none;
}
/* Lister og andre
------------------------------------------------------------------ */
li {
	line-height: 1.5em;
}
ul {
	padding: 0 2em 1.2em;
}
hr{
	border-bottom: #746c6d 1px dashed;
}

/* Bilder
------------------------------------------------------------------ */
img.border{
	border: #7e7d7d 1px solid;
}
img.image_right {
	float: right;
	margin-right: 9px;
	border: #7e7d7d 1px solid;
	margin-left: 9px;
}
img.image_left {
	float: left;
	margin-right: 9px;
	border: #7e7d7d 1px solid;
}


/* Wrapper
------------------------------------------------------------------ */
#wrapper{
	width: 921px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}

/* Header
------------------------------------------------------------------ */
#header{
	height: 85px;
}


/* Main
------------------------------------------------------------------ */
#main{
	background: url("images/main_bg.jpg") repeat-x;
	width: 901px;
	min-height: 921px;
	padding-left: 10px;
	padding-right: 10px;
}
#main_footer{
	background: url("images/main_footer_bg.jpg") no-repeat;
	width: 921px;
	height: 6px;
}

/* Tabs
------------------------------------------------------------------ */


#menu {
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 10px;
	}
	
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color:#6b6b6b;
	display: block;
	background:  url(images/menu_inactive.jpg);
	padding:22px 15px 4px 6px;
}
	
#menu li a:hover {
	color: #4c730a;
	background:  url(images/menu.jpg);
	padding:22px 15px 4px 6px;
}


#menu a span {

}

/* Contact
------------------------------------------------------------------ */
#contact{
	background: url("images/contact_bg.jpg") no-repeat;
	width: 182px;
	height:194px;
	padding: 9px;
	margin-top:30px;
	margin-left:10px;
}
#contact h2{
	color: #fff;
	font: bold 14px helvetica, sans-serif;
}
#contact p{
	color: #fff;
}

/* Left / Right 
------------------------------------------------------------------ */
#left{
	width: 427px;
}
#center{
	width: 12px;
}
#right{
	width: 201px;
}

/* Lightbox (Regner med at det skal være 11 piksler padding her.. var litt forskjellig rundt om kring)
------------------------------------------------------------------ */
div.lightbox{
	background: #dad8d8;
	padding: 11px;
}


/* Tabeller
------------------------------------------------------------------ */
td.outline{
	background: #7e7d7d;
}
td.headcell{
	background: #b1b0ac;
	padding: 4px;
}
a.headcell{
	font: bold;
	color: #e4e2dc;
}
span.headcell{
	font: bold;
	color: #e4e2dc;
}
td.bodycell{
	background: #c6c5c0;
	padding: 4px;
}
td.subcell{
	background: #d4d2cc;
	padding: 4px;
}