/* Til inputbox, dropdownbox mv. */
.forms   {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family:Arial, Helvetica;
	background-color: white;
}
/* Blå button bruges som standard */
.forms_btn   {
      cursor : hand;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	font-family:Arial, Helvetica;
      background-color: #979595;
/*	background-color: #5A95B4; */
}
/* H6 bruges til side-overskrifter */
H6      {
	color: #EE8600;
	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 */
.menusep
	{
      color : #336699;
      font-weight : bold;
      font-size: 0pt;
      visibility:hidden;
      background: transparent url('../images/TopBar_Divider.gif') no-repeat 30px 0px; 
      }
a.nav:link 		
		{
		text-decoration: none;
		color: #ffffff;
		}
a.nav:visited 	
		{
		text-decoration: none;
		color: #ffffff;
		}
a.nav:hover		
		{
		text-decoration: underline;

		color: #FFFFFF;
		}
a.nav:active		
		{
		font-weight : normal;
		text-decoration: none;
/*		background-color: #EE8600;*/
		color: #FFFFFF;
		}
a.subnav:link 		
		{
		color: #ffffff;
		text-decoration: none;
		}
a.subnav:visited 	
		{
		text-decoration: none;
		color: #ffffff;
		}
a.subnav:hover		
		{
		text-decoration: underline;

		color: #ffffff;
		}
a.subnav:active		
		{
	    font-weight : normal;
		text-decoration: underline;
/*		background-color: #EE8600;*/
		color: #000000;
		}
#menuBar
		{
		  top: 0; 
		  height: 70px;
		  width: 100%;
} 
.daMenu
		{
		  position: absolute; 
		  top: 45px;
		  height: 20px;
		  margin-left : 190px;
		  font-size : 11px;
		  text-transform : uppercase;
		} 
.moreMenu
		{
		  position: absolute; 
/*		  background-color: #FFFFFF;
		  layer-background-color: #952432;*/ 
		  visibility: hidden;
		  top: 114px;
		  height: 20px;
		  margin-left : 190px;
		  font-size : 13px;
		  text-transform : uppercase;
		  
}
 #sepa
		{
 		position : absolute;
		right : -15;
 		}
.menubody
		{
		margin-left: 0px;
		margin-top: 0px;
		font-family:arial;
		font-size : 7pt;
		border-width: 1px;
		border-style: solid;
		border-left-color: #C0C0C0;
		border-right-color: #C0C0C0;
		border-top-color: #C0C0C0;
		border-bottom-color: #C0C0C0;
		
}
.menupic
		{
		}
.userIdMenu
		{
		  position: absolute; 
		  top: 7px;
		  height: 20px;
		  margin-left : 700px;
		  font-size : 8pt;
		  color: #ffffff;
}
