
/* * Generelt * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html, body { padding: 0 0 0 0 ; margin: 0; text-align: center; color: #333; background: #f1ebe7; }

/*#sidewrapper { width: 839px; margin: 20px auto 10px auto; padding: 5px 3px; border: 1px solid black; background: white; }*/

html,body {
	background-color: #4D3C11;
}

body, p, div, #innhold, input, textarea, table, tr, td { 
	font: normal 11px/14px Arial, Verdana , sans-serif; /* Ego std */	
	color: #000; 
}

.ingress {
font: bold 12px/14px Arial, Verdana , sans-serif, serif;
color: #000;
}

/*.ingress { font-weight: bold; color: #222 }*/

h1, form #skjema input.skjemaheader { /* Hovedoverskrift */
	/*margin: 0 auto;*/
	text-align: center;
	padding-top: 0px;
	font-weight: normal;
	font-size: 40px;
	line-height: 1.5em;
	color: #DED99C;
}
h2 {
margin-top: 20px;
padding-top: 0px;
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #666;
}
a { text-decoration: none;  }
hr { width: 100%; clear: both; color: transparent; background: #EEE9E1; border: 0px; height: 2px; }
.feil {color: red;}
img { border: 0; margin: 0; padding: 0; }

/* * Meny (1-2-3) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#sokefelt { 
	float: left; padding: 0 0 0 0; margin: 0px 0px 0px 100px; /*width: 250px;*/ 
	/*background: green; /* test */
}

div#kapmeny div#sokefelt a {
	font-size: 14px;
	font-weight: bold;
	color: #DED99C;
}

* html div#sokefelt { }
#kapmeny { 
	padding: 0; 
	margin: 0;
	font-size: 11px; 
	line-height: 21px;
	width: 1200px; 
	height: 42px;
	font-style: normal;
	background: transparent;
	text-transform: uppercase; 
	overflow: hidden;
	/*background: pink; /* test */
}
* html div#kapmeny { font-weight: normal; margin-top: 0; font-size: 15px; } /* IE6 fix */
#kapmeny ul { list-style-type: none; padding: 0; margin: 17px 0 0 0; font-weight: bold; font-size: 15px;}
* html #kapmeny ul { margin: 0px 0 0 0; }
#kapmeny li { padding: 0; margin: 0 15px 0 0; display: block; float: left; clear: none; }
#kapmeny a { 
	color: #757D03; 
}

#kapmeny li#nyheter {
	font-size: 14px;
	margin-left: 320px;
	color: #DED99C;
}

#kapmeny li#sok a {
	font-size: 11px;
	color: #DED99C;
	margin: 0 290px 0 110px;
}
#kapmeny a:hover { color: #757D03; }
#kapmeny .aktiv, #kapmeny .aktiv a:link, #kapmeny .aktiv a:visited {
	font-weight: bold; color: #757D03; /* Farge på den aktive lenker */
}
#subkapmeny { z-index: 88; padding: 0; margin: 0 0px 5px 0px; width: 100%; text-align: left;
  font-size: 11px; height: 18px;
	background: transparent;
	/*background: #eee; /* test */
}
* html #subkapmeny { font-weight: bold; margin-left: 0; } /* IE6 fix */
#subkapmeny ul { list-style-type: none;	padding: 0; margin: 0; }
#subkapmeny li { padding: 0; margin: 0 15px 0 0; display: block; float: left; clear: none; }
#subkapmeny a { 
	color: #757D03; 
}
#subkapmeny a:hover { color: #757D03; }
#subkapmeny .aktiv, #subkapmeny .aktiv a:link, #subkapmeny .aktiv a:visited {
	font-weight: bold; color: #757D03; /* Farge på den aktive lenker */
}

#vmeny { overflow: auto; margin: 15px 0 25px -10px; font-size: 11px;/*float: left; height: auto !important; height: 250px;  min-height: 250px; */ width: 135px; background: transparent; /*tst*/}
#vmeny ul { list-style-type: none; padding: 0; margin: 0 0 0 10px; }
#vmeny a { color: #DED99C; text-decoration: none; font-weight: bold; }
#vmeny a:hover { color: #DED99C }
#vmeny .valgt a { font-weight: bold; color: #DED99C; }
#vmeny .valgt a:hover { font-weight: bold; color: #DED99C; }
.pluss { font: 9px monospace; display: all; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#topp { z-index: 2; width: 1200px; margin: 0 auto; /*overflow: hidden;*/
	height: 150px; color: black; 
	background: #f1ebe7 url(/_grafikk/topp.gif) no-repeat scroll top; /* std */
	/*background: lightblue; /* test */
	text-align: left;
}

div#banners { 
	padding: 0;
	margin: 0 0 0 0px; /* Plassering T H B V */
	width: 1200px;
	height: 108px;
	color: black;
	/*background: red; /* test */
}

/* * Venstre / Innhold / Høyre  * * * * * * * * * * * * * * * * * * * * * * * */
div#midt-innpakning { z-index: 1; width: 1200px; padding: 0; margin: 0 auto; overflow: hidden;
	background: transparent url(/_grafikk/midt.gif) repeat-y scroll center; /* std */
	/*background: transparent; /* test */
}
#stolpe1 { float: left; width: 14px; /*background: orange; /* tst */ }
#stolpe2 { float: left; width: 76px; /*background: purple; /* tst */ }
#stolpe3 { float: left; width: 85px; /*background: brown; /* tst */ }
/* Merk, ved 0 bredde må også korrsponderende &nbsp; i div'en fjernes */

/* * Venstre * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#venstre { z-index: 3; position: relative; float: left; text-align: left;
	width: 135px;
	min-height: 531px;
	/*background: transparent url(/_grafikk/ego_Lside2.jpg) no-repeat scroll top left; /* std */
	margin: 0;
	padding: 0;
	/*background: yellow; /* test */
}

div#venstre ul {
	margin: 0;
	padding: 0;
}

#meny-venstre ul li {
	font-weight: bold;
	color: #757D03;
	list-style-type: none;
}

#meny-venstre ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #757D03;
	
}

#meny-venstre ul li ul {
	padding: 0;
}

#meny-venstre ul li ul li {
	font-weight: bold;
	color: #DED99C;
	list-style-type: none;
	margin-left: 10px;
}

#meny-venstre ul li ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #DED99C;
	
}

div#nyheter {
	margin: 20px 0 0 0;
}


div#nyheter h3 a,p.lenker a {
	color: #757D03;
}


div#nyheter p {
	font-size: 11px;
	font-weight: bold;
	color: #757D03;
}

/* * Innhold * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#innhold { z-index: 3; position: relative; float: left; text-align: left;
	width: 750px; padding: 15px 0 10px 0;
	/*background: green; /* test */
}
#innhold img { margin: 12px 0; }

/* * Høyre felt * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#hoyre { z-index: 3; position: relative; float: left; text-align: center;
	width: 135px; color: #757D03;
	min-height: 445px;
	/*background: transparent url(/_grafikk/ego_pynt_hoyre.jpg) no-repeat scroll top center; /* std */
	/*background: red; /* test */
}
 #hoyre a { color: #757D03; font-size: 11px; font-weight; bold; } /**/
#hoyre h2, #venstre h2 { line-height: 20px; color: #DED99C; background: transparent; font-size: 16px; font-weight: bold; margin: 7px 0 3px 0; padding: 0;  }
/*#hoyre h2 {
	border-top: 1px solid #2e61cc;
	border-bottom: 1px solid #2e61cc; 
}*/
#venstre h2 {
/*	border-top: 1px solid #c7d832;
	border-bottom: 1px solid #c7d832; */
	color: #fafafa;
}
#hoyre h3 { font-size: 11px; margin: 2px 10px; font-weight: bold; text-align: left;  }
#hoyre img { margin: 10px auto 0 auto; width: 135px; display: block; }
/*#venstre img { margin: 0px auto; width: 125px; display: block; } /* */
#hoyre p { font-size: 10px; line-height: 15px; margin: 0;  text-align: left; }
#hoyre p.nyheter { text-align: left; margin-top: 0; }
#hoyre p.lenker { text-align: center; }
#hoyre .teller { font-size: 9px; color: #DED99C; margin: 15px 10px 0 0; text-align: right; }

.r0 { background: transparent; }
.r1 { background: #eaffea; }
#hoyreadm tr:hover {background: #def;}

#hoyreadm input { font-size: 12px; border: 1px solid #ccc; padding: 0 3px; color: #1B793D; background-color: #fff; }
#hoyreadm input.submit { color: #1B793D; background: url('_grafikk/lenkeknapp.gif'); }
#hoyreadm select { font-size: 10px; margin: 0px; padding: 0px; border: 1px solid #ccc;	background-color: #fff; }
#hoyreadm table { width: 100%; border: 0; margin: 0; padding: 0;	border-spacing: 0; }
#hoyreadm input.redborder { border: 1px solid #D88; }
#hoyreadm a { font-size: 10px; border: 1px solid #ccc; padding: 0 3px; color: #1B3D79; background: url('_grafikk/lenkeknapp.gif'); }
#hoyreadm .pa { color: #1B793D; }
#hoyreadm .av { color: #793D1B; }

/* * Bunn * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#bunn { z-index: 2;
	clear: both; 
	height: 25px;
	width: 1200px;
	left: 0; 
	margin: 5px auto 0 auto;
	background: transparent url(/_grafikk/bunn.gif) no-repeat scroll top; /* std */
	/*background: #eee; /* test */
}
#bunn p { font: 14px/25px Helvetica, Arial, sans-serif; margin: 0; padding: 0 20px 0 20px; color: #8F9532; text-align: center; }
#bunn a { color: #8F9532; }
/*#bunn a:hover { color: #ccc; } /* */

p#omego { font: 9px/12px sans-serif; margin: 0 auto; padding: 10px 25px 10px 25px; color: #ccc; text-align: center; }
#omego a { color: #ccc; }
#omego a:hover { color: #00435E; }

/* * Filer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.skjult  { z-index: 99; position fixed; right: 0; padding: 5px 5px 5px 5px; margin: 0px 0px 0px 128px; border: 1px solid gray; color: red; background: white; display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form #skjema input, form #skjema textarea { margin: 0px; padding: 0px; border: 1px dotted #aaa; height: 25px; width: 100%; background-color: #FFFFFF; }
form #skjema select { margin: 0px; padding: 0px; border: 1px dotted #aaa; height: 20px; background-color: #FFFFFF; width: 150px; }
form #skjema input.skjemaheader { height: 40px; margin: 0px!important; }
form #skjema textarea { height: 150px; }
form#sortering { margin: 0px; padding: 0px; }
form input#sortersubmit { margin: 10px; padding: 4px 5px 6px 5px ; border: 1px solid #666; height: 25px; width: auto; font: 10px/10px Verdana; }
#sidekart { border-left: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; }
#sidekart input.sortering { margin: 1px; padding: 2px; margin-left: 10px; border: 1px dotted #666; height: 11px; width: 15px; font: 9px/9px Verdana; }
#sidekart ul  { list-style: none; padding: 0px; margin: 0px; }
#sidekart ul li { background-color: white; }
#sidekart ul li ul { padding-left: 14px; }
#sidekart ul li.kapittel { font-weight: bold; background: url(/_grafikk/submeny_kapittel_bg.gif) repeat-x; }
#sidekart ul li.upublisert { background: url(/_grafikk/submeny_upublisert_bg.gif) repeat-x; }
#sidekart ul li { padding: 0px; margin: 0px; font-weight: normal; }
#sidekart ul li a {color: #000;}
#sidekart ul li a:hover { background-color: #ccc; }

/* - - SØKEFELT - - - - - - - - - - - - - - - - - */
.letform { padding: 0; margin: 3px 0 0 0; }
.letinput { margin: 2px 5px 0 0; padding: 2px; color: white; border: 0px dotted #666; height: 12px; /*width: 108px;*/ font: 10px/10px Verdana; background: white; vertical-align: top; }
.letsubmit { margin: 2px 0 0 2px; padding: 0px 5px 0px 0; border: 0px solid #666; height: 16px; width: 55px; font: 12px/12px Verdana; vertical-align: top; background: transparent; color: white; text-align: right; }

.kategorinavn { margin: 0px; padding: 5px; width: 220px; background-color: #00F; border-top: 0px solid #000; color: transparent; }
.kategorinavn a { cursor: pointer; margin: 0px; padding: 0px; display: block; }

/* -------- ADMINMENY -------- */
#adminloginshow { z-index: 1000; position: absolute; right: 0px; top: 00px; height: 50px; padding: 0px; }
#adminlogin { display: none; z-index: 1001; position: absolute; left: 0px; top: 0px; height: 50px; padding: 5px; }
#adminmeny { /* display: none; */ z-index: 1001; position: absolute; left: 0px; top: 0px; height: 50px; padding: 5px; }
.adminknapper { background: url(adminknapper/admin_bg.gif) repeat-x; padding-top: 10px; height: 40px; float: left; clear: none; }
.adminknappv { display: block; float: left; clear: none; margin: 0px; padding: 0px; }
div.adminknappbg, a.adminknappbg:link, a.adminknappbg:visited { font: normal 12px/12px Arial, Helvetica, sans-serif; color: #42606F; text-decoration: none; height: 21px; background: url(adminknapper/admin_02_bakgrunn.gif) repeat-x; padding: 3px; padding-left: 5px; padding-right: 5px; float: left; clear: none; margin: 0px; }
div.adminknappbg { padding: 1px; }
div.adminknappbg input.fields { height: 13px; padding: 0px; margin: 0px; margin-top: 2px; padding-left: 10px; padding-right: 10px; background-color: transparent; border: 1px dotted #060; font: normal 10px Arial, Helvetica, sans-serif; vertical-align: top; }
div.adminknappbg input.loginsubmit { font: normal 10px Arial, Helvetica, sans-serif; color: #060; text-decoration: none; height: 15px; padding: 0px; margin-top: 0px; background-color: transparent; border: 0px; font: bold 12px Arial, Helvetica, sans-serif; cursor: pointer; }
a.adminknappbg:hover { color: #000; text-decoration: none; background: url(adminknapper/admin_04_bakgrunnover.gif) repeat-x; }
.adminknapph { display: block; clear: none; float: left; margin: 0px; padding: 0px; margin-right: 5px; }

/* SYSTEM */
span.beskjed { width: auto; display: block; border-bottom: 1px dotted #F90; color: #F90; padding: 10px; font: bold 12px/1.5em "Trebuchet MS", Arial, sans-serif; }

