html, body, div, p, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, ol, li, a, img, table, tr, th, td, thead, tfoot, tbody, address, form, fieldset, legend, label, span { margin: 0; padding: 0; border: none; }

html { }
body {
	background: #e8eaec;
	color: #333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
}

h1,h2,h3,h4,h5,h6 {
	color: #da8c19;
}
h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 19px;
	line-height: 24px;
}
h3,h4,h5,h6 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
}

p {
	margin-bottom: 16px;
}

/********** **********/
div#outer_wrapper {
	width: 810px;
	margin: 0 auto;
}

/********** **********/
div#header {
	background: url(../graphics/header_bg.png) repeat-y;
	padding: 0 15px;
	margin-top: 34px;
	margin-bottom: 8px;
	position: relative;
	border-bottom: 1px solid #bebfc0;
}
div#header span#placeholder_1 {
	display: block;
	width: 810px;
	border-bottom: 1px solid #bebfc0;
	height: 13px;
	position: absolute;
	top: -14px;
	left: 0;
}
div#header span#placeholder_1 span {
	display: block;
	width: 200px;
	height: 13px;
	background: #bebfc0;
	position: absolute;
	top: 0;
	right: 50px;
}

#header h1 {
	width: 102px;
	height: 164px;
	padding: 20px 0 0 35px;
}
#header h1 a {
	display: block;
	height: 164px;
	background: url(../graphics/logo_top2.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header ul {
	list-style: none;
	position: absolute; top: 6px; right: 50px;
	width: 200px;
}
#header li a {
	color: #666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-decoration: none;
}
#header li a:hover { color: #da8c19; }

#header p#tagline {
	color: #999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	text-decoration: none;
	position: absolute; top: 86px; left: 160px;
	z-index: 200;
}
#header p#tagline a {
	display: block;
	color: #666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-decoration: none;
}
#header p#tagline a:hover { color: #da8c19; }


/********** **********/
div#inner_wrapper {
	background: url(../graphics/header_bg.png) repeat-y;
	overflow: hidden;
	border-top: 1px solid #bebfc0;
}

/********** **********/
div#content {
	margin: 0 17px 11px 17px;
}

/********** **********/
form#aktivitetsearch {
	background: #333;
	margin-bottom: 6px;
	color: #fff;
	padding: 6px;
}
#aktivitetsearch legend { display: none; }
#aktivitetsearch fieldset {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 7px;
}

#aktivitetsearch label {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
	float: left;
}
#aktivitetsearch input {
	font-size: 10px;
	line-height: 13px;
}
#aktivitetsearch span {
	float: right;
}
#aktivitetsearch input#key {
	width: 176px;
	height: 12px;

	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 13px;
}
/********** **********/
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	padding: 0 4px;
}
th {
	color: #999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	text-align: left;
}
td {
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 23px;
	border: 2px solid #fff;
}
tr.even td,
tfoot td {
	background-color: #e8eaec;
}
tfoot td {
	line-height: 30px;
}

td a {
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 23px;
	text-decoration: none;
}
td a:hover {
	color: #da8c19;
}

table td.bl {
	
}
table a.bl {
	display: block;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
}
table td.bl.dato {
	width: 70px;
}
table td.bl.tid {
	width: 96px;
}
table td.bl.arr {
	width: 100px;
}
/********** **********/
div#fa {
	padding-top: 5px;

	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
}
#fa strong {
	font-weight: bold;
}
#fa h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	border-bottom: 1px solid #666;
}

#fa h3 {
	color: #da8c19;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 20px;
}
#fa p {
	margin: 0;
}

dl.highlight_1 {
	background: #e8eaec;
	margin: 10px 0 18px 0;
	overflow: hidden;
	padding: 12px;
}
dl.highlight_1 dt {
	float: left;
	clear: both;
	width: 120px;
	line-height: 20px;
}
dl.highlight_1 dd {
	float: left;
	line-height: 20px;
}

#fa div p.short {
	height: 30px;
	overflow: hidden;
}
#fa div a {
	color: #666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-decoration: none;
}
#fa div a:hover {
	color: #da8c19;
}

ul#avalg {
	list-style: none;
	overflow: hidden;
	margin: 26px 0 18px 18px;
}
ul#avalg li {
	float: left;
	margin-right: 12px;
}
ul#avalg a {
	display: block;
	line-height: 22px;
	padding: 0 12px;
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #da8c19;
}
ul#avalg a:hover {
	color: #fff;
}

ul#avalg li.pdf a,
ul#avalg li.word a,
ul#avalg li.excel a,
ul#avalg li.powerpoint a {
	background-repeat: no-repeat;
	background-position: 12px 50%;
	padding-left: 34px;
}
ul#avalg li.pdf a { background-image: url(../graphics/page_white_acrobat.png); }
ul#avalg li.word a { background-image: url(../graphics/page_white_word.png); }
ul#avalg li.excel a { background-image: url(../graphics/page_white_excel.png); }
ul#avalg li.powerpoint a { background-image: url(../graphics/page_white_powerpoint.png); }

/********** **********/
div#aktuelt {
	height: 143px;
	padding: 5px;
	width: 390px;
	margin-left: 14px;
	margin-right: 4px;
	background: url(../graphics/bg_listing.jpg) no-repeat 0 0;
	float: left;
}
#aktuelt h3 {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
#aktuelt ul {
	list-style: none;
}
#aktuelt li {

}
#aktuelt a {
	color: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 18px;
	text-decoration:none;
}
#aktuelt a:hover {
	color: #da8c19;
}

/********** **********/
div#sammarbeidspartnere {
	height: 132px;
	width: 378px;
	background: url(../graphics/bg_partners.jpg) no-repeat 0 0;
	float: left;
	padding: 10px 0 11px 0;
}
#sammarbeidspartnere ul {
	list-style: none;
	overflow: hidden;
}
#sammarbeidspartnere li {
	float: left;
	color: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	line-height: 15px;
	line-height: 44px;
	height: 44px;
	width: 189px;
	text-align: center;
}

/********** **********/
div#footer {
	padding: 29px 15px 10px 15px;
	background: url(../graphics/header_bg.png) repeat-y;
	border-bottom: 1px solid #bebfc0;
}
#footer ul {
	list-style: none;
	overflow: hidden;
	margin-left: 38px;
}
#footer li {
	float: left;
	margin-bottom: 10px;
	margin-right: 28px;
}
p#copyright,
a.lightgray {
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 14px 24px 14px;
	text-align: right;
}
a.lightgray { text-align: left; margin: 10px; }
	a.lightgray,
	p#copyright a {
		text-decoration: none;
		color: #666;
	}
	a.lightgray:hover,
	p#copyright a:hover {
		color: #da8c19;
	}

#page3327 div#content div.article,
#page3272 div#content div.article {
	margin: 10px 10px 20px;
}

p.fakeheader {
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-indent: 11px;
	margin-top: 5px;
}

form {
	background: #e8eaec;
	padding: 15px 12px;
}
	form dl {
		overflow: hidden;
	}
		form dl dt {
			float: left;
			line-height: 24px;
			clear: both;
			width: 100px;
			zoom: 1;
		}
		form dl dd {
			float: left;
			line-height: 24px;
			width: 300px;
			zoom: 1;
		}

form#signup {
	width: 426px;
}
form#signup dl dt { width: 100px; }
form#signup dl dd { width: 300px; }

form#signup dl dd textarea {
	width: 246px;
}
form input.text { width: 186px; }
form input.text.medium { width: 121px; }
form input.text.short { width: 71px; }
form input.text.long { width: 610px; }

form#signup div.buttons {
	margin: 19px 0 14px 100px;
}
form#newsletter {
	margin: 8px;
}
form#newsletter div.buttons {
	margin: 0 0 14px 100px;
}

ul.feedback {
	list-style: none;
	color: #d00;
}

/* Side: Paamelding */
#page3247 dl.highlight_1 {
	width: 426px;
}

/****************/
span.aktiv_0,
span.aktiv_1 {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../../tick.png) no-repeat 0 50%;
	text-indent: -9999px;
}
span.aktiv_0 { background-image: url(../../cross.png); }
}

