@media screen {

/* Spesifikasjoner som gjelder for hele nettstedet. Definerer f.eks font og fontstørrelse. */ 
body {
	background: #e8f0f3;
	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;
}

#innhold img {
	border: 1px solid #000000;
}



/* 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/430084.1063.wyvcbxxrbw/bg_ramme.gif') repeat-y;
	border-top: 4px solid #3a53a4;
	border-bottom: 4px solid #3a53a4;
	border-left: 1px solid #3a53a4;
	border-right: 1px solid #3a53a4;
}

/* 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/591903.1063.dtwbsufsbc/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/517064.1063.txcyapcxxv/bg_meny2.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/430088.1063.pbvfrupewq/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: #028dc8; }
h2 { text-align: left; margin: 0; padding: 1px 0 0 0; font-size: 120%; font-weight: bold; color: #026e9b; }
h3 { text-align: left; font-size: 100%; font-weight: bold; color: #026e9b; }
.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: #e78c0b; text-decoration: none; /* oransje */ }
a:hover { color: #e78c0b; text-decoration: underline; /* oransje understrek */ }
a:active { color: #e78c0b; text-decoration: underline; /* oransje understrek */ }
a:visited { color: #9d5f07; 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: #f47621; /* Aktiv oransje farge */
}

#navcontainer a:hover {
	background-color: #ffffff;
	color: #f7a70d; /* Oransje hover-farge */
}

/* ------------ SLUTT NAVIGASJON ------------ */

/* ------------ START KALENDER ------------ */

div.monthlycalendar {
  padding: 3px;
  clear: both;
}

#table.monthlycalendartable {
  width: 100%; 
  margin-bottom: 3px;
}

td.calmonthname {
  color: #FFFFFF;
  font-weight: bold;
}

th.caldayname {
  border: 1px solid #B1C9EB;
  background-color: #ffffff;
  color: #666666;
  font-weight: bold;
}

td.calday, td.calsaturday, td.caltoday, td.calsunday, td.caldayhasevent {
  border: 1px solid #B1C9EB;
  background-color: #F0F4FC;
  color: #666666;
  font-weight: normal;
}

td.caldayhasevent {
  background-color: #E1E9F8;
  cursor: pointer;
  color: black;
}

/* WEEK NUMBER: */
td.calday:first-child {
  background-color: #E1E9F8;
  color: #666666;
}

td.caltoday {
  background-color: #234287;
  color: #F0F4FC;
  font-weight: bold;
  cursor: pointer;
}

td.calsaturday, td.calsunday {
  background-color: #F0F4FC;
  color: #081073;
  cursor: text;
}

#kalenderoppforinger {
  border: 1px solid #B1C9EB;
  width: 164px;
  background-color: #F0F4FC;
  margin: 0 0 0 3px;
  padding: 0 6px 6px 6px;
}

#kalenderoppforinger ul {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}

/* ------------ SLUTT KALENDER ------------ */

} /* ---------- 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 ------------ */