@import url("menuDropdown.css");

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: steelblue;
}

.preloadImg
{
	display: none;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	font-size: 11px;
	z-index: 1;
}

#view
{
	position: relative;
	margin: 0;
	clear: none;
	z-index: -1;
}

.kso-box
{
	position: relative;
	background: white;
	margin: 0 0 10px 0;
}

.kso-box .hd
{
	position: relative;
	background: black;
	color: white;
	font-weight: bold;
	padding: 7px;
	font-size: 12px;
}

.kso-box .bd
{
	position: relative;
	color: black;
	padding: 7px;
}

.simplebox
{
	position: relative;
	background: #D5DAE4;
	color: black;
	padding: 7px;
	margin: 0 0 10px 0;
}

.simplebox h4
{
	color: black;
	margin: 0 0 3px 0;
	font-size: 14px;
}

.simplebox form
{
	margin: 0;
}

.dividerline
{
	position: relative;
	clear: left;
	height: 1px;
	width: auto;
	border: 0;
	margin: 5px 0 5px 0;
}

#rightcolumn
{
	position: relative;
	float: right;
	width: 150px;
	/*right: 0;
	top: 97px;*/
	background: transparent;
	margin: 0;
	z-index: 1;
}

#contextmenu
{
	position: absolute;
	width: 150px;
	height: 690px;
	left: 0;
	top: 97px;
	margin: 0;
	background: #D5DAE4 url(../img/menu_left.png);
}

#contextmenu a
{
	border-bottom: 1px solid silver;
	padding: 3px 3px 3px 8px;
	margin: 0;
	background: white;
	color: black;
	text-decoration: none;
	display: block;
}

#contextmenu a.current, #contextmenu a:hover
{
	background: #D5DAE4;
}

#article
{
	position: relative;
	width: 450px;
	margin: 0 0 25px 160px;
	padding: 1px 15px 1px 15px;
	background: white;
	color: black;
	min-height: 700px;
}

#article p, #main p
{
	line-height: 1.3em;
}

#topline
{
	position: relative;
	background: lightsteelblue;
	height: 15px;
	margin: 0 0 5px 0;
}

#menuline
{
	position: relative;
	font-weight: normal;
	margin: 5px 0px 3px 0;
	padding: 0;
	border-top: 1px solid lightsteelblue;
	width: 100%;
	height: 30px;
}

#menuline .content
{
	padding: 5px 0 0 0;
}

#menuline form
{
	position: relative;
	float: right;
	z-index: 5;
}

#menuline form, #menuline form p
{
	margin: 0;
	padding: 0;
}

#menuline input, #kso-search input
{
	font-size: 9px;
	margin-right: 2px;
}

#menuline input.q
{
	width: 82px;
	border: 1px solid #1F3B70;
}

#kso-search input.searchbutton
{
	position: relative;
	float: right;
	margin-top: 5px;
}

#kso-search input.q
{
	width: 135px;
	border: 1px solid black;
}

.searchbutton
{
	vertical-align: bottom;
	margin-bottom: 0.1em;
}

#searchline
{
	position: relative;
}

#searchline .searchbutton
{
	position: relative;
	margin-bottom: 0.3em;
}

#searchline input
{
	margin-right: 5px;
}

#searchline input.q
{
	width: 250px;
}

#logoline
{
	position: relative;
	height: 38px;
	overflow: visible;
}

#logo
{
	position: absolute;
	margin: 0;
	padding: 0;
}

#logo a
{
	color: white;
	text-decoration: none;
}

#topmenu
{
	position: relative;
	float: right;
	margin: 25px 0 0 10px;
	padding: 0;
	z-index: 9;
	clear: right;
}

#topmenu a
{
	color: black;
	text-decoration: none;
	margin: 0 3px 0 20px;
}

#topmenu a:hover
{
	color: white;
	text-decoration: none;
}

.printbutton
{
	position: relative;
	float: right;
	width: 60px;
	height: 17px;
	margin: 15px 0 0 0;
	padding: 0;
}

#annonse
{
	position: relative;
	margin: 0 0 10px 0;
}
#annonse p
{
	margin-bottom: 10px;
}
.commentbox
{
	position: relative;
	margin: 15px 0 0 0;
	padding: 1px 5px 10px 5px;
	border-top: 1px dashed lightsteelblue;
	background: white;
}

.commentbox h3
{
	color: black;
}

.commentbox .displayoptions .active, .commentbox .displayoptions a:hover
{
	font-weight: normal;
	background: #D5DAE4;
	padding: 1px;
	text-decoration: none;
}

.commentbox .displayoptions a
{
	text-decoration: none;
	padding: 1px;
}

#commentstable
{
	position: relative;
	margin: 5px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

#commentstable caption
{
	margin: 5px 0 0 0;
	font-size: 11px;
	text-align: left;
	color: gray;
}

#commentstable th, #commentstable td
{
	padding: 1px;
	text-align: left;
	font-size: 11px;
	background: white;
	vertical-align: top;
}

#commentstable th
{
	border-top: 3px solid white;
}

#commentstable td
{
	border: 3px solid white;
}

#commentstable .comment
{
	border-top: 0;
	padding: 3px;
}

#commentform
{
	background: white;
	border: 1px solid #D5DAE4;
	padding: 0;
}

#commentform .hd
{
	background: #D5DAE4;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	color: white;
}

#commentform .bd
{
	padding: 3px 15px;
}

#commentform h5
{
	color: black;
	margin: 0;
	font-size: 12px;
}

#commentform input, #commentform textarea 
{
	font-size: 11px;
	background: #F3F4F8;
	border: 1px solid silver;
}

#commentform fieldset
{
	padding: 3px 12px;
	border:1px solid gray;
}

#commentform legend
{
	padding: 3px;
	color: gray;
}

#hovedoppslag
{
	position: relative;
	margin: 0;
	padding: 0;
	background: white;
	height: 182px;
	width: 637px;
}

#hovedoppslag h1
{
	color: black;
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0;
}

#hovedoppslag .content
{
	position: relative;
	margin: 0;
	padding: 2px;
}

#hovedoppslag .artikkelbilde
{
	margin: 6px 10px 0 6px;
}

#home
{
	position: relative;
	width: 608px;
	margin: 0 0 25px 0;
	padding: 1px 15px;
	background: white;
}

#skribent
{
	position: relative;
	width: auto;
	margin: 0 0 25px 0;
	padding: 1px 15px 25px 15px;
	background: white;
	border-color: silver;
	border-width: 1px;
	border-style: inset;
}

#skribent #session-message
{
	background: #D5DAE4;
	padding: 3px;
	margin: 8px 0;
	border: 1px solid silver;
}

#skribent table
{
	border-collapse: collapse;
}
#skribent th
{
	background: #D5DAE4;
}
#skribent th, #skribent td
{
	border: 1px solid silver;
	padding: 2px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

#emneoversikt, #kso, #template5
{
	position: relative;
	width: auto;
	margin: 0;
	padding: 5px 15px;
	background: white;
}

#emneoversikt h2
{
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 1px dashed #D5DAE4;
}

.dinhelseknapp
{
	font-weight: bold;
	color: white;
	background: lightsteelblue;
	border: 2px outset #C7C;
}

.dinhelseknapp:hover
{
	background: #C7C;
}

.dinhelseknapp:active
{
	border: 2px inset #C7C;
}

#kso dt
{
	font-weight: bold;
	color: #953f98;
	clear: both;
	padding: 0 2px;
	margin: 0;
}

#kso dd
{
	margin: 0 0 10px 0;
	padding: 0 3px 10px 3px;
	border-bottom: 1px dashed #D5DAE4;
}

#main
{
	position: relative;
	width: 431px;
	margin: 0 0 25px 335px;
	padding: 1px 15px 1px 15px;
	background: white;
}

#profilliste
{
	position: relative;
	width: 325px;
	float: left;
}

.profil
{
	position: relative;
	background: white;
	margin: 0 0 8px 0;
	padding: 0;
	height: 120px;
	overflow: hidden;
}

.profil .profilbilde
{
	width: 120px;
	height: 120px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-align: right;
}

.profil .description
{
	padding: 5px;
	font-size: 10px;
	line-height: 1.3em;
}

.profil .description h3
{
	font-size: 12px;
	margin: 0;
}

.profil .description h3 a
{
	color: #953f98;
}

.profil .description h4
{
	font-size: 11px;
	margin: 0;
}

#articles
{
	position: relative;
	margin: 0;
	padding: 0;
}

#articles p.spacer
{
	margin: 0;
	padding: 0;
}

#contactpage
{
	position: relative;
	width: auto;
	margin-bottom: 10px;
	padding: 1px 15px;
	background: white;
}

#contactpage input, #contactpage textarea
{
	background: #F3F4F8;
	border: 1px solid silver;
	width: 585px;
}

#contactbox
{
	position: relative;
	width: 150px;
	float: right;
	margin: 0;
	padding: 0;
	background: white;
}

#contactbox .header
{
	background: white url(../img/flowers_white_bg_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
	font-size: 12px;
	margin: 0;
	padding: 8px;
}

#contactbox h2, #contactbox h4, #contactbox p
{
	color: black;
}

#contactbox .content
{
	padding: 5px;
}

.topic
{
	position: relative;
	margin: 8px 0;
	padding: 0;
	background: white;
}

.topic .header
{
	position: relative;
	background: #D5DAE4;
	background-image: url(../img/flowers_white_bg_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
	font-weight: bold;
	padding: 7px;
	margin: 0;
}

.topic .content
{
	position: relative;
	padding: 3px;
	margin: 0;
}

.topic .content form
{
	margin: 0;
}

.topic .content form input
{
	font-size: 10px;
	width: 140px;
	background: #F3F4F8;
	border: 1px solid silver;
	margin-bottom: 5px;
}

.topic .content form textarea
{
	font-size: 12px;
	width: 140px;
	background: #F3F4F8;
	border: 1px solid silver;
}

.topic h4
{
	margin: 0;
	font-size: 12px;
	border-top: 1px dashed #D5DAE4;
}

.topic p
{
	margin: 2px 0 5px 0;
	font-size: 11px;
}

.section
{
	position: relative;
	width: 312px;
	height: 650px;
	overflow: visible;
	margin: 0 13px 10px 0;
	padding: 0;
	background: white;
	float: left;
}

.section .header
{
	position: relative;
	background: #D5DAE4 url(../img/flowers_white_bg_blue.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: black;
	font-weight: bold;
	padding: 7px;
	margin: 0;
}

.section .content
{
	position: relative;
	padding: 10px 10px 1px 10px;
}

.section .content .article h2
{
	margin: 0;
}

.section .content .artikkelbilde
{
	margin: 2px;
	border: 0;
}

.section .content .publiseringsdato
{
	margin: 2px 0 0 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, sans-serif; 
	color: black;
	margin: 8px 0 1px 0;
}

h1
{
	font-family: Garamond, Arial, Verdana, sans-serif; 
	font-size: 28px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-family: Garamond, Arial, Verdana, sans-serif; 
	font-size: 14px;
}

a:link, a:visited
{
	color: #1f3b70;
	text-decoration: none;
}

a:hover
{
	color: #1f3b70;
	text-decoration: underline;
}

.publiseringsdato
{
	color: gray;
	font-size: 9px;
	margin: 5px 0 5px 0;
}

p
{
	margin: 1px 0 5px 0;
}

.read
{
	font-size: 11px;
}

.read img
{
	margin-bottom: 0.5em;
	vertical-align: text-bottom;
}

.artikkelbilde
{
	float: left;
	margin: 5px 10px 5px 0;
}

.article
{
	position: relative;
	margin: 0 0 0 112px;
}

.article h2
{
	font-family: Garamond, Arial, Verdana, sans-serif; 
	font-size: 14px;
}

.pretitle
{
	font-size: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: black;
}

.session
{
	padding: 3px;
	margin: 0;
	margin-bottom: 5px;
	border: 1px dotted gray;
	background: #D5DAE4;
}
.session form
{
	padding: 10px;
	padding-top: 0;
}
.session p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}
p.edit	
{
	float: right;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
	background: inherit;
	letter-spacing: 0.2em;
	position: relative;
}
p.edit a:link, p.edit a:visited, p.edit a:hover, p.edit a:active
{
	color: white;
	text-decoration: none;
	border: 3px outset gray;
	padding: 2px;
	background: gray;
	position: relative;
}
p.edit a:active
{
	border: 3px inset gray;
}
.ingress
{
	font-weight: bold;
	margin-bottom: 15px;
}
img
{
	border: 0;
}

#footer
{
	clear: both;
	color: white;
	font-weight: normal;
	text-align: center;
	margin: 15px 0 15px 0;
	padding: 3px;
	background: #1F3B70;
}

#kursside
{
	position: relative;
	padding: 10px 0;
}

#kursside .kursinfo
{
	float: left;
	width: 315px;
	height: 500px;
	background: #D5DAE4;
	padding: 0;
	margin-bottom: 10px;
}

#kursside .odd
{
	background-color: white;
	background-image: url(/img/kursbakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 10px;
}

#kursside .kursinfo .header
{
	padding: 10px;
	margin: 0;
	color: white;
	background-color: #1F3B70;
	background-image: url(/img/kurs_topp.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#kursside .kursinfo .content
{
	padding: 15px;
}

.definition
{
	visibility: hidden;
	position: absolute;
	margin: 1.3em 3px 0 0;
	background: #D5DAE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	border: 1px solid black;
	font-size: 10px;
	padding: 3px;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 250px;
	opacity: 0.9;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	z-index: 1;
}
.keyword
{
	border-bottom: #99D;
	cursor: help;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
.keyword:hover
{
	background: #D5DAE4;
}
#advert-column
{
	position: absolute;
	width: 150px;
	left: 815px;
	top: 82px;
	background: transparent;
	color: white;
	margin: 0;
	z-index: 0;
}
#advert-column p
{
	margin: 0 0 10px 0;
}
#advert-column p.advertheader
{
	margin: 0 0 3px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 12px;
	letter-spacing: 1px;
}
.sendt-message
{
	background: #D5DAE4;
	padding: 3px;
	margin-bottom: 5px 0;
	font-weight: bold;
}

#applicantform .label
{
	font-weight: bold;
}

#applicantform fieldset
{
	border: 1px solid silver;
}

#applicantform h2
{
	background: #dfdfdf;
	padding: 3px;
	margin: 15px 1px 0 1px;
}

/* Auto Complete */
#alligator_city_id {position:relative;width:320px;margin-bottom:1em;}/* set width of widget here*/
#alligator_city_id {z-index:9000} /* for IE z-index of absolute divs inside relative divs issue */
#strCity {_position:absolute;width:100%;height:1.5em;z-index:0;} /* abs for ie quirks */
#citySelect, {position:absolute;top:1.7em;width:100%}
#citySelect .yui-ac-content {position:absolute;width:100%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;}
#citySelect .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}
#citySelect ul {padding:5px 0;width:100%;margin:0;}
#citySelect li {padding:0 5px;cursor:default;white-space:nowrap;}
#citySelect li.yui-ac-highlight {background:#ff0;}
#citySelect li.yui-ac-prehighlight {background:#FFFFCC;}

