/* CSS Document */

	#menu 
	{
		position:               absolute;
		left:                   0px;
		bottom:                 0px;
		width:                  820px;
		height:                 85px;
		background:             url('/files/billeder/Layout/bg_menu.jpg');
		background-repeat:      no-repeat;
		font-size:              12px;	
		margin-left:            79px;
	}		
	
	#menu ul 
	{
		padding:                0;
		margin:                 0;
		font-weight:            bold;
	  }	
	
	#menu ul li
	{
		float:                  left;
		list-style-type:        none;
		padding:                0;
		margin:                 0;
		line-height:            85px;
	}			

	#menu ul li a 
	{
		color:                  #FFFFFF;
		text-decoration:        none;
		padding:                36px 10px 36px 15px;
		background:             url('/files/billeder/Layout/divider.gif') no-repeat;
		background-position:    center left;
	}			
	
	#menu ul li a:hover 
	{
		color:                  #F389B1;
	}				

	.L1_Active
	{
		background:             url('/files/billeder/Layout/active_3.jpg');
		background-position:    bottom right;			
		background-repeat:      no-repeat;
		color:                  #6A3F5A;
		text-align:             center;	
		min-width:              50px;	
	}

	#menu ul li a:hover.L1_Active 
	{
		color:                  #F389B1;
  }			
		
  #menu ul li a:hover.L1_Active	
  {
    color:                  	#F389B1;
  }				

  #menu ul li.active2 
  {
    background:             	#FFFFFF url('/files/billeder/Layout/active_3.jpg');
    background-position:    	bottom left;			
    background-repeat:      	no-repeat;
    color:                  	#6A3F5A;
  }

  .first
  {

  }

 #menu a.L1_Active 
	{
		background:             url('/files/billeder/Layout/active_1.jpg');
		background-position:    bottom left;			
		background-repeat:      no-repeat;
		color:                  #6A3F5A;
		text-align:             center;	
		min-width:              50px;
		padding:                36px 18px 36px 20px;
	}

	#menu ul li:first-child a
{
		background:             none;
		text-align:             center;	
		min-width:              50px;
		padding:                36px 20px 36px 15px;
} 

	#menu ul li:first-child a.L1_Active 
{
		background:             url('/files/billeder/Layout/active_first.jpg');
		background-position:    bottom left;			
		background-repeat:      no-repeat;
		color:                  #6A3F5A;
		text-align:             center;	
		min-width:              50px;
} 

	#submenu
	{
		position: 					relative;
		background-image:       url(/files/billeder/Layout/BG_Content.jpg);  
		background-repeat:      repeat-y;
		background-position:    left-top;
	}	
	
	#submenu ul
	{
		margin:                 0 0 -2px;
		padding:                0 25px 10px;
		padding-top:            0px;
		width:                  772px;
		float:                  left;
		background:             repeat-x bottom left #12A6CA url(/files/billeder/Layout/bg_submenu.jpg);  
	}	

  #submenu ul li 
  {
    margin:                 0;
    float:                  left;
    list-style-type:        none;
    color:                  white;	
    background:             no-repeat top right url(/files/billeder/layout/subnavdevider.jpg);
    display:                block;
    padding-right:			    30px;
    margin:				          3px 0;
  }

 #submenu ul li a 
 { 
    color: 					    	white;	
    text-decoration: 			none;
    font-weight:			  		normal;
    position:				    	relative;
    text-decoration:				none;
    white-space:			  		nowrap;
  }
  
  #submenu ul li a:hover 
  { 
		text-decoration:		  		underline;
  }
  
  #submenu ul li a.inpath
  {
	  font-weight:bold;
  }
  
  #submenu_top
  {
    background:         no-repeat top left url(/files/billeder/Layout/bg_submenu_top.jpg);  
    display:            block;
    float:              left; 
    width:              822px; 	
    position:           relative;
    padding-top:        11px;
  }
  
  #submenu_body
  {
   	background: repeat-x top left #12A6CA url(/files/billeder/Layout/bg_submenu.jpg);  
    	display: block;
    	float: left;  	
  }
	
	#BCsubmenu 
	{
		position: 					relative;
		background-image:       url(/files/billeder/Layout/BG_Content.jpg);  
		background-repeat:      repeat-y;
		background-position:    left-top;
		width:						100%;
		background-color:			#12A6BA;
		display:						none;
	}
		
		#BCsubmenu_top 
		{
		 	background:         		no-repeat top left url(/files/billeder/Layout/bg_submenu_top.jpg);  
		 	display:            		block;
		 	float:              		left; 
		 	width:              		822px; 	
		 	position:           		relative;
		 	padding-top:        		11px;
		}
	
		#BCsubmenu_body  
		{
			position:					relative;
			padding-left:				30px;
			padding-right:				30px;
			width:						762px;
			background: 				repeat-x top left #12A6CA url(/files/billeder/Layout/bg_submenu.jpg);  
			display: 					block;
			float: 						left;  
			color:						white;
			height:						100px;
		}
		
		#BCsubmenu_body table.BCTable
		{
			float:left;
			text-align:left;
		}
		
			#BCsubmenu_body table th
			{
				color:black;
			}
			
			#BCsubmenu_body table tr td
			{
				vertical-align:top;
				color:white;
			}
			
		

