BODY {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	scrollbar-base-color: #527cce;
	scrollbar-arrow-color: #F0FFFF;
	scrollbar-darkshadow-color: #000099;
	scrollbar-face-color: #99CCFF;
	scrollbar-highlight-color: #F0F8FF;
	scrollbar-shadow-color: #527cce;
	scrollbar-track-color: #F0F8FF;
	margin: 0px;
	background-color: white;
	background-image: url('/_gfx/front2/main-bg');
/*	background-color: #99CCFF;
	background-image: url('../_gfx/front2/rander-ingen_linje'); */
	background-repeat: repeat-x;
	background-position: right top;
	color: black; 
}
/*
.sidfot {
	background-image: url('../_gfx/front2/trekant');
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99CCFF;
}
*/

/* **** Container **** */
#container {
}


.tsk-logo {
	height: 80px;
	margin: 5px 30px;
	width: 94px;
}

p, li, td, th
	{	/* primitive version for css-1 agents */
	font:	12px Tahoma, Verdana, Arial, sans-serif;
	}
p+p	
	{	/* sophisticated alternative for css-2 agents */
	}

ul {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px; }
ol {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px; }
h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 20px; 
	margin-bottom: 0; }
h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 0; }

h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 14px;
/*	color: #203F7C;*/
	margin-bottom: 0; }
h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	margin-bottom: 0; }
strong {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-weight: bold; 
	font-size: 12px; }

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-weight: bold;
	color: #FFFFFF;
	height: 17px;
*/	background-color: #FAFCFF;
	border: 1px solid #AEC2E8;
	padding: 2px;
}

a:link {
	text-decoration: none;
	color: #002090;
}

a:visited {
	text-decoration: none;
	color: #002090;
}

a:active {
	color: #002090;
}

a:hover {
	xcolor: #0040aa;
	color: #0064c0;
	text-decoration: none;
}

.sponsor-leftcol {
	padding: 0 12px;
}
.sponsor-leftcol h2 {
	color: gray;
	font-style: normal;
	font-size: smaller;
	border-bottom: 1px dotted silver;
	font-weight: normal;
	text-align: center;
}
.sponsor-leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sponsor-leftcol ul li a img {
	border: none;
	margin: 10px 0;
}

.sponsor-leftcol {
	padding: 0;
	background: #FAFCFF url('../_gfx/box2/foot_bg') repeat-x bottom;
	border-bottom: 1px solid #BDCDEC;
	margin: 1em 0;
	width: 100%;
}
.sponsor-leftcol h2 {
	border: none;
	text-align: left;
	font-weight: bold;
	background: #577BC2 url('../_gfx/box2/head_bg_full') repeat-x right;
	font-size: 11px;
	color: white;
	margin: 0;
	padding: 0 0.3em;
	line-height: 17px;
	height: 17px;
}
.sponsor-leftcol ul {
	background: url('../_gfx/box2/body_bg') repeat-x;
}
.sponsor-leftcol ul li a img {
}


.knapp {
	border-bottom:1px solid #00B4F1;
	font-size:10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.knapp_aktiv {
	border-bottom:1px solid #00B4F1;
	background-color: #00B4F1;
	color: white;
	font-size:10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.knapp_lank:visited {
	color: #002090;
}

a.knapp_aktiv_lank:link {
	color: white;
}

a.knapp_aktiv_lank:visited {
	color: white;
}

a.knapp_aktiv_lank:visited:hover {
	color: eeeeff;
}

a.knapp_lank:hover {
	color: #0060cc;
}

a.knapp_lank:visited:hover {
	color: #0060cc;
}

address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	text-align:center;
	font-weight: normal;
	font-style: normal;
}
.content {
	vertical-align: top;
	width: 390px;
}
.rightCol {
	vertical-align: top;
}

.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #527cce;
}

/* Article Classes */
.article_image_text {
	font-size: 10px;
	font-style: italic;
}
.article_list_header {
	font-size: 10px;
	border-bottom: 1px dotted black;
}
.article_summary_link {
	font-weight: bold;
}
.article_summary_date {
	font-size: 10px;
	border-bottom: 1px dotted gray;
	margin-bottom: 3px;
	color: gray;
}

hr {
	display: block;
	border: none;
	border-top:1px dotted gray;
	clear: both;
	margin:20 0 20 0px;
}

hr.hide { display: none; }

.clearer { clear: both; }

h2+p {
	margin-top: 0;
}
h3+p {
	margin-top: 0;
}

.Obligatorisk {
	color: red;
}

.mainmenu {
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu ul li {
	margin: 0;
}
.mainmenu ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #777;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.mainmenu ul li a:hover {
	background-color: #dee1eb;
	color: #1c2a74;
	border-top: 1px solid #BE1E2D;
	border-bottom: 1px solid #BE1E2D;
}
.mainmenu ul li a:link,
.mainmenu ul li a:visited {
		color: #777;
}
.mainmenu ul li a:hover,
.mainmenu ul li a:link:hover,
.mainmenu ul li a:visited:hover {
		color: #1c2a74;
}
.mainmenu ul li ul {
	background-color:  #ddd;
}
.mainmenu ul li ul li a {
		color: black;
		font-size: 12px;
		border-top: 1px solid #eee;
		padding: 3px 10px 3px 20px;
}
/* == Local Menu ================================================= */
.localmenu {
	background: #FAFCFF url('../_gfx/box2/foot_bg') repeat-x bottom;
	border: 1px solid #BDCDEC;
	margin: 0 0 1em 0;
	text-align: left;
}
.localmenu .section-name {
	background: #577BC2 url('../_gfx/box2/head_bg_full') repeat-x right;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0 0.3em;
	line-height: 17px;
	height: 17px;
}
.localmenu ul {
	background: url('../_gfx/box2/body_bg') repeat-x;
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 0;
}
.localmenu ul li {
	padding: 0.25em 0 0.25em 0;
}
.localmenu ul li a {
	display: block;
	width: 100%;
}
html>body .localmenu ul li a {
	width: auto;
}
.localmenu ul li.current a {
	color: black;
	font-weight: bold;
}
.localmenu ul ul {
	background: none;
}

/* Info Box */

.infobox {
	background: #FAFCFF url('../_gfx/box2/foot_bg') repeat-x bottom;
	border: 1px solid #BDCDEC;
	margin: 0 0 1em 0;
	text-align: left;
}
.infobox h3 {
	background: #577BC2 url('../_gfx/box2/head_bg_full') repeat-x right;
	font-size: 11px;
	color: white;
	margin: 0;
	padding: 0 0.3em;
	line-height: 17px;
	height: 17px;
	font-variant: small-caps;
}
.infobox .body {
	background: url('../_gfx/box2/body_bg') repeat-x;
	padding: 0.3em;
}

.infobox dl,
.infobox ul {
	margin: 0;
	padding: 0;
}
.infobox dt {
	margin-top: 0.7ex;
	font-size: 85%;
}
.infobox dd {
	margin: 0;
	font-weight: bold;
}
.infobox li {
	list-style: none;
	font-weight: bold;
}
.infobox p {
	margin: 0.0em 0 0.5em 0;
}
.infobox p+p {
	margin: 1em 0 0 0;
}


.rightColumn a img {
	border: none;
}


/* Contact form */
.contactform dt {
	float: left;
	width: 10em;
}
.contactform dt.blockfield {
	float: none;
}
.contactform dd {
	padding-bottom: 0.5ex;
	margin: 0;
}
.contactform p.required_note {
	color: red;
	font-style: italic;
	font-size: smaller;
}
.contactform .required_mark {
	color: red;
	cursor: help;
}
abbr {
	cursor: help;
}

.simple_overlay {
    background-color: white;
    border: 1px solid #999;
    box-shadow: 0 0 40px 5px #666;
    display: none;
    min-height: 200px;
    width: 675px;
    z-index: 10000;
}
.simple_overlay .close {
    background-image: url("http://static.flowplayer.org/img/overlay/close.png");
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
}
#overlay {
    color: #EFEFEF;
    height: 450px;
    padding: 11px;
}
.contentWrap {
    border: medium none;
    height: 100%;
    overflow-y: auto;
    width: 100%;
}