BODY {
	FONT-FAMILY: Trebuchet MS 12px/14px;
	FONT-SIZE: 12pt;
        MARGIN-RIGHT: 0px;
        MARGIN-LEFT: 0px;
        MARGIN-TOP: 15pt;
        MARGIN-BOTTOM: 12pt;
	background: #ffffff;
	vertical-align: top;
}



/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, A {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
H1 { font-size: 18px; }
H2 { font-size: 16px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Table */
Table#table {
	border: solid 0px #0066cc;
/*	width: 90%; */
}

TD#header_1 {	
	border-bottom: 0px solid #0066cc;
}

TD#topmenu {	
	border-bottom: 3px solid #ff8000;
	text-transform: uppercase;
	font-size: 10px;
	background: #000000;
	background-image: url(../grafik/topmenu.jpg);
	background-repeat : no-repeat;
	text-align: left;
  padding-left: 20px;
	color: #ff8000;
}

/* Menu 1 column */
TD#leftnav {	
	border-right: 0px solid #0066cc;
	vertical-align: top; 
	width: 170px;
/*	background-image: url(../grafik/venstremenu.jpg);*/
	background-repeat : no-repeat;
	padding-top: 20;
}

TD#leftnav DIV {
	width: 100%;
}
TD#leftnav DIV A {
	color: #184B6B;
	text-decoration: none;
/*	font-weight: Bold; */
}
TD#leftnav DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#leftnav DIV.menu1-level1-no {
	border-bottom: 0px solid #0066cc;
  	font-size: 11px;
  	padding-top:3px;
  	padding-left:5px;
	padding-bottom: 3px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#leftnav DIV.menu1-level1-act {
		background-image: url(img/left2_over_bg.jpg);
	  border-bottom: 0px solid #184B6B;
/*  	font-weight:bold;*/
  	font-size: 11px;
  	padding-top: 3px;
  	padding-left: 5px;
	  padding-bottom: 3px;
}

TD#leftnav DIV.menu1-level1-act A {
/*  	color: #000000;*/
}

/*  MENU 1, level 2, normal state (NO) */
	TD#leftnav DIV.menu1-level2-no {
  	font-size: 10px;
  	padding-left:20px;
  	padding-top:5px;
	  padding-bottom: 3px;

}
/*  MENU 1, level 2, active state (ACT) */
	TD#leftnav DIV.menu1-level2-act {
		background-image: url(img/left2_over_bg.jpg);
  	font-size: 10px;
/*  	font-weight:bold;*/
  	padding-left:20px;
  	padding-top:5px;
		padding-bottom: 3px;

}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top; 
/*	width: 600px; */
	background: #ffffff;
}

TD#content A{
	color: #005338;
	font-weight: bold;
}


TD#footer {
	border-top: solid 3px #ff8000;
	background: #000000;
	padding-top: 3px;
}

TD#footer P {
	font-size: 10px;
	text-align: center;
	color: #000000;	
}

TD#footer A {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;	
}
TD#navigation {
	font-weight: bold;
	color: #184B6B;
}

