@media screen {

/* Spesifikasjoner som gjelder for hele nettstedet. Definerer f.eks font og fontstørrelse. */ 
body {
	background: #f2dfb8;
	margin: 4px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 83%;
}

hr {
	height:1px;
	color: #cccccc;
}

table.innhold {
	width: 100%;
	border-collapse: collapse;
	margin: 7px 0;
}

table.innhold td:first-child {
	width: 190px;
	}

table.innhold td {
	padding: 0.5em;
	margin: 0;
	vertical-align: top;
	border: 1px solid #ccc;
}

table.innhold tr.header {
	background: #e5e4e4;
}


table.innhold tr.uthevet {
	background: #f9f3f3;
}


/* Ligger som en boks rundt alle andre bokser. Sentrerer siden. */
#ramme {
	width: 850px;
	display: table;
	margin: 0 auto 0 auto;
	background: url('http://tromsoevent.custompublish.com/getfile.php/377626.1063.psbwvpawfa/bg_ramme.gif') repeat-y;
	border-top: 4px solid #b55341;
	border-bottom: 4px solid #b55341;
	border-left: 1px solid #b55341;
	border-right: 1px solid #b55341;
}

/* Boksen i toppen med logoen og bilde av blå himmel */ 
#toppboks {
	width: 850px;
	height: 191px;
	margin: 0;
	padding: 0;
	background: url('http://tromsoevent.custompublish.com/getfile.php/377629.1063.sstwxxtyru/topp.jpg') no-repeat;
}

/* Venstre kolonne som inneholder menyen */
#venstre_kolonne {
	float: left;
	width: 187px;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	background: url('http://tromsoevent.custompublish.com/getfile.php/1044519.1063.ptcqqbdbwu/bg_meny.jpg') no-repeat;
}


/* Hovedinnholdet på siden */
#innhold {
	float: right;
	width: 606px;
	height: 100%;
	padding: 10px 29px 8px 12px;
background: url('http://tromsoevent.custompublish.com/getfile.php/377624.1063.bruybsbqrv/bg_innhold.jpg') no-repeat;

}


#print {
	float: right;
clear: both;
}


/* ------------ START TEKST OG LINKDEFINISJONER ------------ */

h1 { text-align: left; font-family: Arial, Verdana, sans-serif; font-size: 150%; font-weight: bold; color: #4f5521; }
h2 { text-align: left; margin: 0; padding: 1px 0 0 0; font-size: 120%; font-weight: bold; color: #4f5521; }
h3 { text-align: left; font-size: 100%; font-weight: bold; color: #4f5521; }
.bunntekst { width: 848px; display: table; margin: 0 auto 0 auto; font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 79%; font-weight: normal; color: #000000; }
.litentekst { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 80%; font-weight: normal; color: #000000; }
.blue_h4 { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-weight: normal; color: #1d8ebd; }

a:link { color: #d5310e; text-decoration: none; /* oransje */ }
a:hover { color: #4f5521; text-decoration: underline; /* oransje understrek */ }
a:active { color: #4f5521; text-decoration: underline; /* oransje understrek */ }
a:visited { color: #4f5521; text-decoration: none; /* mørk oransje rød */ }

/* ------------ SLUTT TEKST OG LINKDEFINISJONER ------------ */



/* ------------ START NAVIGASJON ------------ */

#navcontainer { width: 131px;}

#navcontainer ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#navcontainer ul.sub {
	margin: 0;
	padding-left: 14px;
	list-style-type: none;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-left: none;
}

#navcontainer a {
	display: block;
	padding-left: 3px;
	margin: 2px;
	width: 180px;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}

#navcontainer a.sub {
	display: block;
	padding-left: 3px;
	margin: 2px;
	width: 183px;
	background-color: transparent;
	border-bottom: 1px solid #b1b59e;
}

#navcontainer a:link, #navlist a:visited {
	color: #b55341; /* Mørk rød farge- resten av menyen */
	text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover {
	background-color: #f5f7fa;
	color: #7a7a01; /* Aktiv skogsgrønn farge */
}

#navcontainer a:hover {
	background-color: #ffffff;
	color: #f7a70d; /* Oransje hover-farge */
}

/* ------------ SLUTT NAVIGASJON ------------ */

} /* ---------- SLUTT CSS MEDIA SCREEN ------------ */

@media print {

body { font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; font-size: 11pt; }
h1 { text-align: left; font-family: Arial, Verdana, sans-serif; font-size: 17pt; font-weight: bold; color: #01587c; }
h2 { text-align: left; margin: 0; padding: 1px 0 0 0; font-size: 14pt; font-weight: bold; color: #01587c; }
h3 { text-align: left; font-size: 12pt; font-weight: bold; color: #01587c; }
.bunntekst {  margin: 0 0 0 10px; font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; }
.litentekst { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #000000; }

#toppboks { display:none; }
#venstre_kolonne { display:none; }
#navcontainer { display:none; }


} /* ---------- SLUTT CSS MEDIA PRINT ------------ */