.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#434b52;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-IMAGE: url(gfx/bg.jpg);
	BACKGROUND-REPEAT: repeat-1;
	background-color: #383f46;
	
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#434b52;
}
td, th {
}

.aktueltHeadingLink A {
	color: #434b52;
}
.aktueltHeadingLink A:hover {
	color: #434b52;
	text-decoration: underline;
}
.aktueltHeadingLink A:visited {
	color: #434b52;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #dd200e;
	line-height: 20px;
	margin: 0 0 13px 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #dd200e;
	line-height: 15px;
	margin: 0 0 0 0;
}
a {
	color: #2A76AB;
	cursor: hand;
	text-decoration: none;
}

a:visited {
	color: #7458b5;
	text-decoration: none;
}

a:hover {
	color: #00b4ff;
	text-decoration: none;
}

.menu a {
	color: #2A76AB;
	cursor: hand;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	padding-left: 20px;
}

.menu a:hover	
{
	text-decoration: none;
}

.menu a:visited	
{
}

.Breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color: #4170A1;
}
.Textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #ffffff;
}
.Emphasized {
	font-style: italic;
}
.HeadingStor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.HeadingStorRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #dd200e;
}
.HeadingMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #dd200e;
}
.HeadingKolonne {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.HeadingLiten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #dd200e;
}
.HeadingHvit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}
.TekstRed {
	color: #dd200e;
}
.TekstLiten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TekstDato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DB7700;
}
.Ingress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.BildeTekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Forsidetekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.Adressefelt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.Redtekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #BE2011;
}
.Byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}
.Bylinered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #dd200e;
}
.Statement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C32D24;
	font-size: 13px;
	line-height: 15px;
    font-style: italic;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:auto; height:25px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:auto; w\idth:auto;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none; height:25px; border:1px solid #4a5562; border-width:0 0 0 1px; background:#85909a;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#85909a;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:auto;border-top:1px solid #4a5562;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:25px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#85909a; color:#FFFFFF; padding: 5px; height:auto; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:129px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background:#6d7983;}
.menu :hover > a, .menu ul ul :hover > a {background:#6d7983;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
