/* Til inputbox, dropdownbox mv. */
.forms   {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family:Arial, Helvetica;
	background-color: #fbfbfb;
	border: solid 1px #133F75;
}
/* Blå button bruges som standard */
.forms_btn   {
      cursor : hand;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	border : none;
	font-family:Arial, Helvetica;
      background-color: #174A7C;
      background-image: url(../images/BP_button.png);
/*	background-color: #5A95B4; */
}

/* H6 bruges til side-overskrifter */
H6      {
	color: #992B36;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica;
}
/* fntstd er standard fonten ved tekster */
.fntstd      {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica;
}
/* table data */
TD{
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
	}
.menusep
	{
      color : #FFFFFF;
      font-weight : bold;
      font-size: 10pt;
      }
a.nav:link 		
		{
		text-decoration: none;
		color: #ffffff;
		}
a.nav:visited 	
		{
		text-decoration: none;
		color: #ffffff;
		}
a.nav:hover		
		{
		text-decoration: none;
		background-color: #992B36;
		color: #FFFFFF;
		}
a.nav:active		
		{
		font-weight : normal;
		text-decoration: none;
		background-color: #992B36;
		color: #FFA600;
		}
a.subnav:link 		
		{
		color: #ffffff;
		text-decoration: none;
		}
a.subnav:visited 	
		{
		text-decoration: none;
		color: #ffffff;
		}
a.subnav:hover		
		{
		text-decoration: underline;
		background-color: #992B36;
		color: #FFFFFF;
		}
a.subnav:active		
		{
	    font-weight : normal;
		text-decoration: underline;
		background-color: #992B36;
		color: #FFA600;
		}
#menuBar
		{
		  top: 0; 
		  height: 19px;
		  width: 100%;
		} 
.daMenu
		{
		  position: absolute; 
		  top: 1px;
		  height: 19px;
		  font-size : 8pt;
		 z-index : 2;
		} 
.moreMenu
		{
		  position: absolute; 
		  background-color: #952432;
		  layer-background-color: #952432; 
		  visibility: hidden;
		  top: 22px;
		  height: 15px;
		  margin-left : 0px;
		}
 #sepa
		{
 		position : absolute;
		right : -15;
 		}
.menubody
		{
		background-color: #fff;
		margin-left: 0px;
		margin-top: 0px;
		}
.menupic
		{
		}
