@charset "utf-8";
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border: none; padding: 0; margin: 0;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

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

html .fb_share_link { 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url('../img/facebook_share_icon.gif') no-repeat center left; 
	}
	

/*	
	Copyright eksamensoppgaver.org
	
	IMPORTANT NOTICE
							@charset "utf-8";
	Using this charset causes Mozilla Firefox
	to disable the default stylesheet.
	
	Author of eksamensoppgaver.org

*/

/*** Padding and margin is zero ****/
h1, div#navWrapper, #navWrapper ul, div#content, div#footer, #navHeader, .navHeader{
	margin: 0;
	padding: 0;
	}

/***											GLOBAL PROPERTIES								***/
html, *{
	margin:0;
	padding:0;
	}
body{
	margin:0;
	padding:0;
	color: #000000;
	font: normal 62.5%/1.5 arial, sans-serif, helvetica, verdana;
	line-height: 1.8em;	
	}

/***											LOGO										***/
a#home img{
	height: 70px;
	width: 243px;

	margin-left: 30px;
	border: none;
	background: transparent;
	}	
	
/***											HEADERS										***/
h1{
	color: #0078ff;
	font-size: 2em;
	margin-bottom: 1em;
	}

h2, h3, h5{
	margin: 0.9em 0 0 0;
	font-weight: bold;
	font-size: 1.5em;
}

h4{
	background: #ffffff url('/img/ordirnary/bg_h4.png') repeat-x center;
	height: 28px;
	border: 1px solid #b8b8b8;
	border-bottom: 2px solid #b8b8b8;
	vertical-align: middle;
	}

h5{
	text-align: center;
}

ul li#navHeader, ul li.navHeader{
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 1em;
	}

/***											TEXT OBJECTS									***/
p{
	padding: 0;
	margin: 0.9em 0 0.9em 0;
	font-size: 1.2em;
	}
a, a:link, a:visited, a:hover, a:active{
	/*color: #5b85c4;*/

	color: #000b9e;
	}
	
blockquote{
	margin: 1em 20px;
	padding-left: 50px;
	padding: 20px 0px 20px 50px;
	background: transparent url('/img/quote.gif') no-repeat; 
	}
	
blockquote p{
	font-weight: bold;
	}
	
/***											IMAGE PROPERTIES								***/

img{
	border: 1px solid #eae7dd;
	padding: 2px;
	background: #eae7dd;
	}

img.texCode{
	background: transparent;
	border: 0;
	vertical-align: middle;
	}

img.clean{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	}

/***											DIVISIONS									***/
div#main {
	background: #ffffff;
	overflow: auto;
	}
	
div#searchWrapper{
	margin-right: 1em;
	float: right;
}
	
div#top{
	padding-top: 35px;
	background: #ffffff url('/img/ordirnary/bg_top.png') repeat-x;
	}

div#adInTop{
	float: right;
	margin-right: 25px;
	}

div#navWrapper{
	margin: 12px 0 0 30px;
	width: 160px;
	float: left;
	clear: left;
	}


div#content{
	margin: 12px 0 0 20px;
	float: left;
	width: 728px;

	background: #ffffff;
	overflow: hidden;


	}

div#footer{
	padding-top: 25px;
	padding-bottom: 25px;
	width: 928px;
	text-align: center;
	clear: both;
	}

div#prospectWrapper{
	padding-bottom: 1em;
	border-bottom: 2px solid #cec6ac;
	margin-bottom: 1em;
	overflow: hidden;
	}

div.sectionWrapper{
	padding-bottom: 1em;
	border-bottom: 2px solid #cec6ac;
	margin-bottom: 1em;
	overflow: hidden;
	width: 420px;
	float: left;
	}
	
div.sectionWrapperBig{
	padding-bottom: 1em;
	border-bottom: 2px solid #cec6ac;
	margin-bottom: 1em;
	overflow: hidden;
	}

div.attentionBox{
	list-style-type: none;
	margin: 0 0 0.9em 0;
	padding: 1em;
	border: 1px dashed #ff0000;
	overflow: hidden;
	}

div.alert{
	background-color: #FF0000;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	}

div.commentWrapper{
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #b8b8b8;
	}
	
div#flashcontent{
	text-align: center;
}

div.youtube{
	text-align: center;
	margin: 1em;
	}
	
div.imgWrapper{
	margin-bottom: 1em;
}
	


/***											SPANS										***/
#copyright{
	color: #b8b8b8;
	}
	
/*** 											LISTS										***/
/***											ORDERED LISTS									***/
ol{
	font-size: 1.2em;
	list-style-position: inside;
	margin-bottom: 0.9em;
	margin-left: 1em;
}
ol li{
	}
/***											UNORDERED LISTS									***/

ul{
	margin-left: 1em;
	/* margin-bottom: 0.9em;	*/
	font-size: 1.2em;
	}
ul li{
	padding: 2px;
	margin-left: 1em;
	list-style-position: outside;
	}
ul li ul{
	font-size: 1em;
	}
	
#navWrapper ul{
	padding: 1px 0;
	margin-left: 0;
	}
	
#navWrapper ul li{
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #000000;
	}
	
#navWrapper ul li a{
	padding: 0.3em 0 0.3em 0.5em;
	width: 99.9%;
	display: block;
	text-decoration: none;
	color: #000b9e;
	font-weight: bold;
	}
ul#shareList{
	list-style-type: none;
	margin: 0 0 0.9em 0;
	padding: 1em;
	border: 1px dashed #ff0000;
	text-align: center;
	}

ul#breadCrumb{
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 1px solid #ed6d00;
	margin: 0;
	clear: both;
}
ul#breadCrumb li{
	display: inline;
	margin: 0 0 0 0.5em;	
}

ul#breadCrumb li a{
	font-weight: normal;
}

#footer ul{
	float: right;
	list-style-type: none;
	list-style-position: inside;
	background: transparent;
	}

#footer ul li{
	display: inline;
	}
#footer ul li a{
	font-size: 0.8em;
	font-weight: normal;
}

ul#prospectAction{
	clear: both;
	list-style-type: none;
	list-style-position: inside;
	display: block;
	background-color: #eae7dd;
	overflow: hidden;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	font-weight: bold;
	padding: 0;
	}
	
ul#prospectAction li{
	float: left;
	padding: 0.2em 0.5em;
	}

ul#prospectAction li a{
	text-decoration: none;
	}

div.commentWrapper ul{
	list-style-type: none;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0.3em;
	padding: 0;
	}
div.commentWrapper ul li{
	margin: 0;
	}

/***											DEFENITION LISTS								***/
dl{
	font-size: 1.2em;
}
dl dt{
	font-weight: bold;
	}
dl dd{
	padding: 0.2em;
	margin: 0;
	}

dl dd ul{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	font-size: 1em;
	}

dl.weighting{
	overflow: hidden;
	}

dl.weighting dt {
	width: 100px;
	}
	
/***											RARE OBJECTS									***/
code, .outLine{
	display: block;
	padding: 1em 0.2em;
	margin: 0 auto 0.9em auto;
	text-align: center;
	border: 1px dashed #cec6ac;
	font-size: 1.5em;
	}

/***											POSITIONAL OBJECTS								***/
.floatRight{
	float: right;
	}
.floatLeft{
	float: left;
	}
.clearRight{
	clear: right;
}
.clearLeft{
	clear: left;
}
.centered{
	text-align: center;
	}

.paddingRight{
	padding-right: 0.5em;
}	
	
/*** 											IMAGE REPLACEMENT OBJECTS							***/
.nofollow{
	background: url('/img/external.png') center right no-repeat;
	padding-right: 13px;
	}
.rss, .pdf, .geogebra, .thanks, .comment, .positive, .negative, .sitemap{
	padding-left: 20px;
	}
.rss{
	background: transparent url('/img/ordirnary/rss.gif') no-repeat left center;
	}
.pdf{
	background: transparent url('/img/pdf.png') no-repeat left center ;
	}
.geogebra{
	background: transparent url('/img/geogebra.gif') no-repeat left center;
	}
.thanks{
	background: transparent url('/img/star.png') no-repeat left center;
	}
.comment{
	background: transparent url('/img/comment.png') no-repeat left center;
	}
.new{
	padding-right: 20px;
	background: transparent url('/img/new.png') no-repeat right center;
	}
	
.rssTiny{
	background: transparent url('/img/rss_tiny.png') no-repeat left center;
	padding-left: 12px;
}
.sitemap{
	background: transparent url('/img/sitemap.png') no-repeat left center;
	padding-left: 12px;
}
	
.positive{
	background: transparent url('/img/bullet_add.png') no-repeat left center;
	color: green;
}
.negative{
	background: transparent url('/img/bullet_delete.png') no-repeat left center;
	color: #ff0000;
}
/***											STYLED CLASSES									***/

.markerPen{
	background-color: #ffff99;
	background-color: #FFFFCC;
	}

.ingress{
	font-weight: bold;
	}

.attention{
	color: #FF0000;
	font-weight: bold;
	}
.note{
	color: #ff0000;
	}

.imgContainer{
	text-align: center;
	margin: 0 5px 5px 5px;
	float: right;
	}

.imgComment{
	display: block;
	font-style: italic;
	font-size: 1.1em;
	}

.red{
	color: #ff0000;
}

.strong, .bold{
	font-weight: bold;
	}

.clear-both{
	clear: both;
}	

.display-block{
	display: block;
}

.emphazize{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.unDecorated{
	text-decoration: none;
	}

/* These two are used for the commentfield posts. */
.light{
	background: #f7f7f7;
	}
.dark{
	background: #f0f0ef;
	}
/***											FIELDSET, INPUT AND FORM							***/

fieldset {
	border: 1px solid #000;
	overflow: hidden;
	padding: 1em;

	}

fieldset legend {
	font-weight: bold;
	margin-left: 2em;
	color: #0a6a00;
	padding: 0.5em;
	font-size: 1.2em;
	}

fieldset label {
	float: left;
	width: 100%;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif
	}

fieldset label input {
	float: right;
	border: 1px solid #000000;
	margin: 0.2em;
	padding: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
fieldset label span {
	float: left;
	font-size: 1.2em;
	width: 35%;
	margin-left: 40px;
	}

fieldset label span#messageSpan {
	width: 100%;
	margin-top: 5px;
	margin-left: 0;
	}

fieldset label textarea {
	border: 1px solid #000000;
	height: 200px;
	width: 323px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1.2em;
	font-weight: normal;
	overflow-x: hidden; 
	overflow-y: scroll;
	}
	
fieldset label span#commentSpan {
	width: 100%;
	margin-top: 5px;
	margin-left: 0;
	}
	
#fieldWrapper{
	width: 332px;
	}
	
#commentInfoWrapper{
	margin-left: 1em;
	width: 250px;
	}
	
/***											MISC										***/
a#copyrightLink{
	color: #b8b8b8;
	text-decoration: none;
	}
	
	
/***											TABLE										***/
table.weighting{
	clear: both;
	width: 100%;
}

table.weighting caption{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

table.weighting tr th{
	font-size: 1.2em;
	text-align: left;
}

table.weighting tr td{
	vertical-align: top;
}

table.weighting tr td ul{
	list-style-type: none;
	list-style-position:  inside;
}

/*

	The article about 'Eksamenshefter'
	
*/

div.eksamenshefter,
div.memo{
	overflow: auto;
	border-top: 1px dotted #424242;
	border-bottom: 1px dotted #424242;
	padding-top: 0.5em;
	margin: 0.5em 0;
}

div.eksamenshefter ul,
div.memo ul{
	list-style-type: none;
	list-style-position: outside;
}

div.eksamenshefter ul li,
div.memo ul li{
	float: left;
	padding: 0;
}

div.eksamenshefter ul li a.nofollow,
div.memo ul li a.nofollow{
	padding: 0;
	margin: 0;
	background: transparent;
}

dl.eksamenshefter dt{
	font-size: 1em;
	text-decoration: underline;
}

dl.eksamenshefter dd ol li{
	font-size: 0.8em;
}

/*

	FOR THE ERROR DOCUMENTS
	
*/

div#errorWrapper{
	width: 80%;
	margin: 25px auto 0 auto;
}

div#errorWrapper h1{
	font-size: 4em;

}

div#errorWrapper p{
	font-size:  2em;
	}

div.imageWrapper{ margin-bottom: 0.9em;}

span.caption{
	display: block;
	font-size: 0.9em;
}

/*

	For the "Tiggerbrev" site

*/

form#ahref-form span,
form#bbcode-form span{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #424242;
}

form#ahref-form input,
form#bbcode-form input{
	font-family: monospace,"Bitstream Vera Sans Mono","Courier New",monospace;
	font-size: 1.2em;
	border: 3px solid #ebebeb;
	width: 600px;
	padding: 0.5em;
}

ul li a#tiggerbrev{
/*	color: #ff0000;
	text-decoration: blink;	*/
}



/***
	Partner sites	
***/

div#partner-sites {
	color: #424242;
	font-size: 0.9em;
	margin-top: 1em;
	margin-left: 210px;
}

div.site-wrapper {
	float: left;
	width: 220px;
	margin-right: 20px;
}

h2.site-title {
	font-size: 1.4em;
	color: #424242;
}

p.site-description {

}
