/*
RESET
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/**
 * Redefine
 */
body {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 76%;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #030202;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 { width: 100%; color: #000; font-weight: bold; margin-top: 10px; }

img { border: none; }

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

form { margin: 0px; padding: 0px; clear: both; }
input, textarea {}
th, td { text-align: left; }
p { margin-top: 8px; line-height: 18px; }
strong { font-weight: bold; }
hr { width: 100%; height: 1px; margin: 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left; }

img { border: none; }

/**
 * divs
 */
#Body {
	width: 100%;
	padding-bottom: 30px;
}
#Page {
	width: 770px;
	padding: auto;
	margin: auto;
}
#Header {
	width: 770px;
	background-attachment: scroll;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}
#Header .Wrapper {
	width: 770px;
	min-height: 206px;
	background-attachment: scroll;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

/**
 * Content
 */
#ColWrapper {
	background-attachment: scroll;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#Col1 {
	margin-left: 10px;
	background-attachment: scroll;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#MainContent {
	width: 738px;
	font-size: 1.1em;
	text-align: left;
	float: left;
	padding: 8px 0px 12px 12px;
	background-attachment: scroll;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/**
 * InfoBox
 */
#InfoBox {
	display: inline-block;
	width: 732px;
	height: 138px;
	text-align: left;
	clear: both;
	padding: 12px 18px 0px 0px;
	background-attachment: scroll;
	background-image: url(images/infobox_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#InfoBox .MiniCalendar {
	float: right;
	clear: none;
	width: 200px;
	height: 126px;
	background-color: #fff;
	padding: 0px;
	opacity: .5;
	filter: alpha(opacity=50);
}
#InfoBox .Slogan {
	float: left;
	display: block;
	width: 528px;
	height: 49px;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#InfoBox .Slogan-no {
	background-image: url(images/infobox_slogan-no.png);
}
#InfoBox .Slogan-en {
	background-image: url(images/infobox_slogan-en.png);
}
#InfoBox .Slogan-de {
	background-image: url(images/infobox_slogan-de.png);
}
#InfoBox .Pictures {
	float: left;
	width: 500px;
	height: 60px;
	margin: 15px 0px 0px 18px;
}
#InfoBox .Pictures .Thumb {
	float: left;
	margin-right: 10px;
	width: 85px;
	height: 60px;
	border: 1px solid #9A7A73;
}

/*
* Navigasjon
*/
#Navigation {
	width: 750px;
	margin: 0px 0px 0px 10px;
	color: #000;
	text-align: center;
}
#Navigation ul {
	overflow: hidden;
	float: left;
	height: 42px;
	width: 738px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	list-style: none;
	background-attachment: scroll;
	background-image: url(images/btn_bg_inactive.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
}
#Navigation ul li {
	float: left;
	height: 42px;
}
#Navigation ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block;
	height: 42px;
	padding: 10px 23px 0px 23px;
	text-transform: uppercase;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/btn_bg_inactive.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#Navigation ul li .Active, #Navigation ul li a:hover {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/btn_bg_active.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#Navigation ul .noText, #Navigation ul .enText, #Navigation ul .deText {
	float: left;
}
#Navigation ul .noText a {
}
#Navigation ul .enText a {
}
#Navigation ul .deText a {
}

#Flags {
	float: right;
	padding: 48px 11px 32px 0px;
}
#Flags a {
	display: block;
	width: 150px;
	height: 42px;
	text-decoration: none;
}
#Flags a span {
	position: relative;
	top: -200px;
}
#Flags a:hover {
	text-decoration: none;
}
#Flags .No a { width: 150px; background-image: url(images/flag_no_inactive.png); }
#Flags .No a:hover, #Flags .No .Active { background-image: url(images/flag_no.png); }
#Flags .De a { width: 150px; background-image: url(images/flag_de_inactive.png); }
#Flags .De a:hover, #Flags .De .Active { background-image: url(images/flag_de.png); }
#Flags .En a { width: 150px; background-image: url(images/flag_en_inactive.png); }
#Flags .En a:hover, #Flags .En .Active { background-image: url(images/flag_en.png); }

/*
* Page Navigation
*/
.PageNav {
	/* width: 100%; */
	font-size: 10px;
	margin: 3px;
	height: 22px;
	border: 1px solid #f0f0f0;
	background-color: #f9f9f9;
	clear: both;
}
.PageNav a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.PageNav a:hover {
	background-color: #f0f0f0;
}
.PageNav .Summary {
	float: left;
	padding: 4px;
}
.PageNav .Total {
	color: #ccc;
}
.PageNav .Wrapper {
	float: right;
	padding: 2px;
}
.PageNav .First, .PageNav .Prev, .PageNav .Page, .PageNav .Next, .PageNav .Last {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PageNav .FirstNotActive, .PageNav .PrevNotActive, .PageNav .NextNotActive, .PageNav .LastNotActive {
	display: none;
}
.PageNav .Page {
}
.PageNav .Page .Current {
	font-weight: bold;
	background-color: #f0f0f0;
}

.ContactForm {
	float: left;
	width: 250px;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #CCC;
}
.ContactForm label {
	display: block;
	margin-top: 10px;
}
.ContactForm input {
	width: 100%;
}
.ContactForm textarea {
	width: 100%;
	height: 80px;
}
.ContactForm .Submit {
	margin-top: 20px;
}

#Footer {
	width: 770px;
	padding: 20px;
	color: #fff;
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

.Nav {
	padding-top: 10px;
	font-size: 10px;
}
.Nav a {
	text-decoration: none;
	color: #fff;
}
.Nav a:hover {
	text-decoration: underline;
}

/*
* GDU stamp
*/
#GDU {
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #fff;
	margin-top: 20px;
}
#GDU div {
	width: 200px;
	padding: auto;
	margin: auto;
}
#GDU strong { display: block; font-size: 10px; }
#GDU a {
	text-decoration: none;
	color: #fff;
}
#GDU a:hover {
	color: #ccc;
	text-decoration: none;
}
#GDU #gduWEB {
	text-decoration: none;
}

/**
 * Validation
 */
label.error {
	color: #FF3300;
}

/**
 * Status msg
 */
.status-ok {
	color: #009900;
}
.status-error {
	font-weight: bold;
	color: #990000;
}