div,h1,h2,h3,h4,ul,span,p,form,img,fieldset {
	margin: 0;
	padding: 0;
    font-family: Arial, sans-serif;
}

/* CANVAS */
#lerret {
	margin: 5px;
    width: 896px;
	border: 1px solid #0E2C8E;
	float: left;
	clear: both;
}

/* TOP MENU */
#hode {
	width: 100%;
	border-bottom: 5px solid #0E2C8E;
	float: left;
	clear: both;
}
#hode img     { border: 0;}
#hode a       {text-decoration: none;}

#banner {
	height: 105px;
	width: 690px;
	float: right;
}

#temabilde {
	height: 105px;
	width: 190px;
	float: left;
}
#topmeny {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	list-style-type: none;
	font-size: 16px; /* IE Fix ?*/
}
#topmeny li {
	display: inline;
	float: left;
	width: 128px;
	overflow: hidden;
	height: 33px;
}
#topmeny li a { 
	padding: 5px 0px 2px 8px;
	padding-right: 100%;
	float: left;
	color: #0E2C8E;
}

/* THEMES */
#topmeny li.research a        { border-bottom: 8px solid #E2D95A; }
div.research                  { background-color: #E2D95A; }
#topmeny li.research a:hover  { background-color: #E2D95A; }
#topmeny li.research #valgt   { background-color: #E2D95A; }

#topmeny li.education a       { border-bottom: 8px solid #C9D4B2; }
div.education                 { background-color: #C9D4B2; }
#topmeny li.education a:hover { background-color: #C9D4B2; }
#topmeny li.education #valgt  { background-color: #C9D4B2; }

#topmeny li.news a            { border-bottom: 8px solid #DBC2D3; }
div.news                      { background-color: #DBC2D3; }
#topmeny li.news a:hover      { background-color: #DBC2D3; }
#topmeny li.news #valgt       { background-color: #DBC2D3; }

#topmeny li.people a          { border-bottom: 8px solid #AAC1DF; }
div.people                    { background-color: #AAC1DF; }
#topmeny li.people a:hover    { background-color: #AAC1DF; }
#topmeny li.people #valgt     { background-color: #AAC1DF; }

#topmeny li.home a            { border-bottom: 8px solid #DDE8EF; }
div.home                      { background-color: #DDE8EF; }
#topmeny li.home a:hover      { background-color: #DDE8EF; }
#topmeny li.home #valgt       { background-color: #DDE8EF; }

#topmeny li.about a           { border-bottom: 8px solid #F0D181; }
div.about                     { background-color: #F0D181; }
#topmeny li.about a:hover     { background-color: #F0D181; }
.sub_about					  { background-color: #FAF0DA; }
#topmeny li.about #valgt      { background-color: #F0D181; }

#topmeny li.contact a         { border-bottom: 8px solid #CCBD8F; }
div.contact                   { background-color: #CCBD8F; }
#topmeny li.contact a:hover   { background-color: #CCBD8F; }
#topmeny li.contact #valgt    { background-color: #CCBD8F; }

#topmeny #valgt { font-weight: bold; color: #000; }
a.tema       { color: #000; }
a:hover.tema { color: #fff; text-decoration: none; }

/* SIDEBAR */
#sidemeny {
	float: left;
	clear: both;
	width: 190px;
	overflow: hidden;
	margin-bottom: 90px; 
}

#sidemeny h1 { 
	margin-top: 20px;
	font-size: 1.6em;
	float: left;
	width: 180px;
	padding-right: 5px;
	text-align: left;
	margin-left: 7px;
}

#sidemeny h1 a { color: #000; }

#sidemeny h1 a:hover { text-decoration: underline; }


#sidemeny #menyboks {
	float: left;
	padding: 5px 0px 15px 8px;
	width: 182px;
	border-top: 0px solid #fff;
}

#sidemeny #menyboks label {
	float: left;
	margin-top: 7px;
	margin-bottom: 3px;
	width: 180px;
}

#sidemeny ul {
	float: left;
	clear: left;
	list-style-type: none;
	width: 180px;
}

#sidemeny li {
	float: left; 
	clear: both;
	margin: 0 0 1px 0; 
}

#sidemeny ul a {
	display: block;
	padding: 5px 10px;
	width: 153px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-size: .8em;
}

#sidemeny ul a:hover {
	color: #fff;
	background-color: #0E2C8E;
	text-decoration: none;
}

#sidemeny ul a:hover.about     { background-color: #F0D181; color: #000; }
#sidemeny ul a:hover.home      { background-color: #DDE8EF; color: #000; }
#sidemeny ul a:hover.research  { background-color: #E2D95A; color: #000; }
#sidemeny ul a:hover.education { background-color: #C9D4B2; color: #000; }
#sidemeny ul a:hover.people    { background-color: #AAC1DF; color: #000; }
#sidemeny ul a:hover.contact   { background-color: #CCBD8F; color: #000; }
#sidemeny ul a:hover.news      { background-color: #DBC2D3; color: #000; }
#sidemeny ul a:hover.sub_about     { background-color: #FAF0DA; color: #000; }
#sidemeny ul a:hover.sub_home      { background-color: #E9EFF4; color: #000; }
#sidemeny ul a:hover.sub_research  { background-color: #F5F2D2; color: #000; }
#sidemeny ul a:hover.sub_education { background-color: #EFF1E8; color: #000; }
#sidemeny ul a:hover.sub_people    { background-color: #D9E2EF; color: #000; }
#sidemeny ul a:hover.sub_contact   { background-color: #EDE8DB; color: #000; }
#sidemeny ul a:hover.sub_news      { background-color: #F3EDF1; color: #000; }

#sidemeny ul ul li { margin: 1px 0 0 0; }

#sidemeny ul ul a {
	margin: 0;
	padding: 0;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 11px 10px; 
	display: block;
	padding: 5px 5px 5px 25px;
	width: 143px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#sidemeny ul ul a:hover {
	color: #fff;
	background-color: #0E2C8E;
	text-decoration: none;
} 

#sidemeny #aktiv {
	background-color: #0E2C8E;
	color: #fff;
}

/* SEARCH BOX */
#soek {
	float: left;
	width: 182px;
	padding: 5px 0px 5px 8px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

#soek span { 
	font-size: .8em; 
	margin-right: 10px;
	float: left;
	margin-top: 3px;	
}

#soek_form label {
	font-size: .8em; 
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

#soekknapp {
	float: left;
	clear: none;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 3px;
}

#soekboks {
	float: left;
	width: 140px;
	margin-top: 3px;
	clear: none;
}

.soekvalg {
	float: left;
	clear: both;
	margin-left: 0;
	padding-left: 0;
}

/* CONTENT */
#innhold {
	float: left;
	clear: none;
	width: 670px; 
	overflow: hidden;
	padding: 20px 5px 20px 30px;
	/*border: 1px dotted green;*/
}

/* BOTTOM LINE */
#bunnlinje {
	float: left;
	clear: both;
	height: 15px;
	background-color: #0E2C8E;
	width: 100%;
}

#bunnlinje img {	
	position: relative;
	left: 5px;
	bottom: 70px;
	border: 0;
	width: 180px;
	height: 70px;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
h1 a { color: #000; }

.temabilde {
	float: right;
	margin-left: 5px;
}

h2 { 
	font-size: 1.3em; 
	margin-bottom: 10px;
	margin-top: 30px;
}
h3 { margin-bottom: 5px; font-size: 1.0em; margin-top: 15px;}
h4 { margin-bottom: 3px; font-size: .9em; }

p { 
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a.nyhet { color: #000; }
p a { text-decoration: underline; }
p.liste_topp { margin-bottom: 3px; }

#innhold ul,ol,dl { 
	font-size: .8em; 
	margin:0; 
	padding:0;
	margin-left: 25px;
	margin-bottom: 10px; 
}
#innhold li { margin-bottom: 2px; }

/* ABOUT US */
#innhold img.bildekart { margin-top: 20px; }

/* bildeoversikt */
#innhold h4.gruppe {
    margin: 2em 0 1em 0;
    border-bottom: 2px solid #0E2C8E;
    font-size: 130%;
    font-weight: bold;
    color: #0E2C8E;
    float: left;
    clear: both;
    width: 665px;
}

div.overview {
	float: left;
	height: 152px;
	width: 315px;
	background-color: #CCCCCC;
	margin: 5px 15px 5px 0px;
	padding: 0px 5px 0px 0px;
}
	
span.navn {
	float: right;
	width: 150px;
	font-size: .7em;
	line-height: 1.3em;
	margin-top: 15px;
}

span.spmfx {
    direction: rtl;
	unicode-bidi: bidi-override; 
}

/* ingress */
div.ingress {
	font-size: .8em; 
	background-color: #fff; 
	font-family: arial;
	margin-top:0px; 
	float:left; 
	width: 650px; 
	padding-left: 2px;
}
span.ingress {
	margin:0; 
	margin-bottom: 10px;
	padding:0; 
	float: left; 
	width: 100%; 
	font-family: arial;
}
div.ingress p { font-size: 1em; }

/* CONTACT US */
#webform td { vertical-align: top; }
#webform select,textarea    { width: 500px; }
#webform input[type=text]   { width: 495px; }
#webform input[type=button] { width: 100px;  float: right; }
#webform input.halvlengde   { width: 250px; }
#webform select.halvlengde  { width: 250px; }

.alert  { color: #f00; }
.warning{ color: #e78405; }
.update { color: #0f0; }
.passed { color: #aaa; }

/* INFOBOKS */
.infoboks {
	float: left;
	clear: both;
	width: 650px;
	line-height: 1.1em;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 20px;
}

.infoboks img {
    border: 0; 
	float: right; 
	margin-left: 5px;
}

.infoboks img.venstre {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}

.infoboks ul  { 
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.infoboks li  { font-size: 1.2em; }
.infoboks p   { font-size: 1em; line-height: 1.1em; margin-bottom: 7px; margin-top: 0px;}
.infoboks br  { line-height: 0.6em; margin: 0; padding: 0;}
.infoboks h2  { margin-top: 0; margin-bottom: 7px;}
.infoboks h3  { margin-top: 0; }

/* HOME */
#bildestabel {
	width: 100%; 
	background-color: #fff; 
	height: 88px; 
	float: left; 
	clear: both; 
	margin-top: 5px;
}

#bildestabel img {
	border: 0;
	float: left;
}

/* INTRANETT */
#innhold fieldset {
    float: left;
    clear: left;
	padding: .3em;
	width: 650px;
}

#innhold fieldset legend {
	font-size: 1em;
	color: #0E2C8E;
	padding: .3em;
	padding-bottom: .1em;
	background-color: #fff;
}

#innhold form {
	float:left;
	width: 650px;
	margin-bottom: 10px;
}

#innhold fieldset span {
    clear: none;
	margin-left: 10px;
	font-size: .8em;
	float: left;
	color: #802A2A;
}

#innhold fieldset table {
	float: left;
	width: 98%;
	margin-bottom: 12px;
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: .8em;
}

#innhold fieldset table tr { }
#innhold fieldset table th { }
#innhold fieldset table td {
	vertical-align: top;
	text-align: left;
	font-size: 1em;
}

#innhold fieldset table h3 {
	margin-top: .7em;
}

#innhold form input { clear: left; }
#innhold fieldset textarea { 
	float: left; 
	width: 450px;
	height: 100px;
}
#innhold fieldset table .tekst   { width: 450px; }
#innhold fieldset table .venstre { float: left; }
#innhold #utskrift { display: none; }

/* STARTSIDEN */
table.nyhet {
  border-collapse: collapse; 
  text-align: left; 
  background-color: #DDE8EF;
  width: 660px;
  margin-bottom: 10px;
}
table.nyhet td {
  vertical-align: top;
  background-color: #DDE8EF;
  padding: 5px;
  font-size: .8em;
}

table.nyhet h2 { margin-top: 0; font-size: 1.1em; margin-bottom: 5px; }
table.nyhet p  { font-size: 1em; }
table.nyhet br { line-height: .8em; }
table.nyhet img { float: right; border: 0; margin-left: 3px; margin-bottom: 3px; }
table.nyhet a {text-decoration: none; }
table.nyhet a:hover {text-decoration: underline; }  

/* DIF ALUMNI */
.infoboks p.signatur { 
	float: right; 
	font-weight: bold;
}

.infoboks p.signatur a { text-decoration: none; }
.infoboks p.signatur a:hover { text-decoration: underline; }
.infoboks p.sitat { margin-top: 13px; }

img.alumni {
	float: right;
	margin: 23px 0px 5px 5px;
}

/* Overskitstabell */
.oversikt {
  background-color: #CCC;
  width: 670px; 
  text-align: left; 
  border: 1px solid #0e2c8e;
  border-collapse: collapse;
  font-size: .9em;
  margin-bottom: 25px;
}
.oversikt a.lenke {  
  padding-left: 45px; 
  padding-right: 45px; 
}
.oversikt a.lenke:hover { 
  background-color: #0e2c8e;
  text-decoration: none;
}
.oversikt th { 
  border-bottom: 1px solid #0e2c8e; 
  padding-left: 5px; 
  padding-right: 5px;
  border-left: 1px solid #0e2c8e; 
  font-size: 1.1em; 
  background-color: #C9D4B2; 
  vertical-align: top;
}
.oversikt td { vertical-align: top; font-size: .9em; padding-left: 5px; padding-right: 5px; }
.oversikt td.ralign { text-align: right; padding-right: 5px; }
.oversikt th.ulinje { border-left: 0px solid #0e2c8e; }
.oversikt td a img  { border:0; float: right; }
.oversikt td.reservert { background-color: #f80; }
.oversikt td.linje { border-bottom: 1px dashed #0e2c8e; }
.oversikt td.bunn_linje { border-bottom: 1px solid #0e2c8e; }
.oversikt td.topp_linje { border-top: 1px solid #0e2c8e; }
.oversikt td.v_linje { border-left: 1px solid #0e2c8e; }
.oversikt td.h_linje { border-right: 1px solid #0e2c8e; }
.oversikt { background-color: #EFF1E8; }

.oversikt ul li { font-size: 1.2em; margin-left: -7px;}

/**
* Kalender
*/

div.calendar {
 	background-image: url(/intra/sysfiles/img/date_bg.png);
 	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	float:left;
	overflow: hidden; 
}

div.calendar span.month {
	display: block;
	width: 35px;
	text-align: center;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px; 
}

span.month { 
	color: #fff; 
	font-size: 10px;
	font-weight: normal;
}

div.calendar span.dayOfMonth {
	color: #0E2C8E;
	display: block;
	width: 35px;
	text-align: center;
	line-height: 100%;
	padding-top: 2px;
	font-size: 17px;
	font-weight: bold; 
}

/* 	Grå kalender */
div.greycalendar {
 	background-image: url(/intra/sysfiles/img/datepassed_bg.png);
 	background-repeat: no-repeat;
   	width: 35px;
   	height: 35px;
   	float:left;
   	overflow: hidden; 
}
    
div.greycalendar span.month {
   	display: block;
   	width: 35px;
   	text-align: center;
   	line-height: 100%;
   	padding-top: 2px;
   	padding-bottom: 2px; 
}
    
div.greycalendar span.dayOfMonth { 
   	color: #888888; 
   	display: block;
   	width: 35px;
   	text-align: center;
   	line-height: 100%;
  	padding-top: 2px;
   	font-size: 17px;
   	font-weight: bold; 
}

/* brødsmulesti */

h2#sti {
	position: absolute;
	top: 143px; 
	left: 235px;
	font-weight: normal;
	font-size: .75em;
	color: #777;	
}

h2#sti a { color: #777; }
