@charset "UTF-8";
/* CSS Document */

/*** BODY ***/

body, html {
	font-family: Verdana, sans-serif;
}

body {
	font-size:0.7em;
	margin-top: 0px;
	padding-top: 0px;
	border: 0;
	overflow: visible !important;
}

tr, th, td {
	vertical-align:top;
	text-align:left;
}

a {
	color:#1a4a73;
}
	
a:link {
	text-decoration:none;
}

a:visited {
	font-style:normal;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.allelenker {
	display:block;
	width:100px;
	background-color:#CCCCCC;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	padding:2px;
	padding-left:3px;
}

div.skjult {
	visibility:hidden;
}

a.allelenker:hover {
	background-color:#666666;
	color:#CCCCCC;
}	

.brod ol, .brod ul, td ol {
	padding-left:20px;
}	
	
ul, ol {
	padding: 0;
	margin:0px 0px 0px 15px;
}	





.studieplan {			/*** tabellen med info nederst på programmer ***/
	width:100%;
	background-color:#E8EFAD;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
}	


.studieplan thead {
	font-weight:bold;
	background-color:#a8b123;
	height:25px;
}

	

.studieplan td {
	vertical-align:top;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-right-color:#000000;
	border-right-style:dotted;
	border-right-width:1px;	
}	


.studieplancellcontent {
	font-size:10px;
}	



.fsoverskriftnavn {
	font-size:1.4em;
	font-weight:bold;
	display:inline;
}	



h1 {	/* TITLER */
	font-size: 1.5em;
	font-weight: bold;
}

.h1 {	/* Titler der flere H1-tags opptrer på samme side */
	font-size: 1.5em;
	font-weight:bold;
	padding-bottom:10px;
}

h2 {	/* INGRESSER */
	font-size: 1.1em;
	font-weight: bold;
}

.h2 {	/* INGRESSER */
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:2px;
}

h3 {	
	font-size: 1.3em;
	font-weight: bold;
}

.h3 {	
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:5px;
}

.mellomtittel {	/* MELLOMTITLER */
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:3px;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:2px;
}


h6 {
	font-size: 0.9em;
	font-weight: bold;
	color:#666666;
	font-style:italic;
	margin-top:0px;
	margin-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}



big {
	font-size:1.2em;
	font-weight:bold;
}

.alle a {
	margin-top:10px;
	background-color:#E6E6E6;
	padding:2px 10px 2px 10px;
	text-decoration:none;
}

.alle a:hover {
	background-color:#666;
	color:#FFF;
}

	
/*** SLUTT BODY ***/

/*** SKIN ***/

/*** SLUTT SKIN ***/

/*** HOVEDINNHOLDET ***/


.utskriftHead {
	background-image:url(/ressurs/uit/new/images/2013/profil/headNor.png);
	background-repeat:no-repeat;
	width:120px;
	height:140px;
}

.odd {
	background-color:#FAFAFA;
}

.even {
	background-color:#E6E6E6;
}

.full .even td {
	width:100%;
}

.odd:hover, .even:hover {
	background-color:#FFC;
}

div.fsemneoverskrift {
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
}



.content {
 padding-top: 12px;
}