﻿* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
   box-sizing: border-box; /* W3C Property */
  }

/* Body */
body			{ 
      				  font-family: Verdana; font-size: 10px; color: #000000; text-decoration:none;
					  font-size:x-small;
	 			}

/* Links */

a					{text-decoration:none; font-size: 11px; font-weight: normal; color: #000000;}
a:link 				{text-decoration:none; font-size: 11px; font-weight: normal; color: #000000;}
a:visited 			{text-decoration:none; font-size: 11px; font-weight: normal; color: #000000;}
a:active 			{text-decoration:none; font-size: 11px; font-weight: normal; color: #000000;}
a:hover 			{text-decoration:none; font-size: 11px; font-weight: normal; color: #000000;}

/* Misc - bl.a. søgning, nyheder og andre listings */
.misc_farve1 			{ width:800px !important;display:block;}
.misc_farve1 td			{ display:block; }
.misc_farve2 			{ width:800px !important;display:block;}
.misc_farve2 td			{ display:block; }
.misc_felt			{}
.misc_knap			{}

/* fonts */ 
td					{font-family: Verdana; font-size: 10px; color: #000000; text-decoration:none;} 
.tekst				{font-family: Verdana; font-size: 10px; color: #000000; text-decoration:none;} 
.overskrift			{font-family: arial black; font-size: 18px; color: #000000; text-decoration:none;} 
.overskrift2		{font-family: Verdana; font-size: 14px; color: #000000; text-decoration:none; font-weight: bold;} 
.shopmenu {
	height: 16px;

}
.visnyhed {
	padding: 10px;
}

/* p {margin:0px; padding:0px;} */

hr				{
				  height: 1px; 
				  color: #BBBBBB;
				  background-color: #BBBBBB;
				}

button				{
				  border:		      1px solid #BBBBBB;
				  font-family:                   	  arial;
				  font-size:                        	   11px;
				  color:                         	#555555;
				  background-color:			#EFEFEF;
				}
				
input				{
				  border:		      1px solid #BBBBBB;
				  font-family:                   	  arial;
				  font-size:                        	   11px;
				  color:                         	#555555;
				}
				
textarea			{
				  border:		      1px solid #BBBBBB;
				  font-family:                   	  arial;
				  font-size:                        	   11px;
				  color:                         	#555555;
			  	  text-decoration:		  	   none;
				  scrollbar-face-color:       	#DDDDDD;
				  scrollbar-highlight-color:  	#FFFFFF;
				  scrollbar-shadow-color:     	#999999;
				  scrollbar-3Dlight-color:    	#EEEEEE;
				  scrollbar-arrow-color:      	#FFFFFF;
				  scrollbar-track-color:      	#DDDDDD;
				  scrollbar-darkshadow-color: 	#999999;
				}
				
/*------------------------------------------------------------------------------------------------------------------*/
/* MENUs IN WK---V4 and V6-------------------------------------------------------------------------------- SETTINGS */
/*------------------------------------------------------------------------------------------------------------------*/

/* STANDARD V4html menu-----ex call: <%=Menu(4,"top usespacers","menupkt","menupkt")%> ------------------ SETTINGS */

.menupkt
{
font-family:Verdana;
font-size:14pt;
font-weight:bold;
text-decoration:none;
color:#000;
}
A.menupkt{padding:0 20px;}
A.menupkt:link{font-family:Verdana;font-size:14pt;font-weight:bold;text-decoration:none;color:#000;}
A.menupkt:active{font-family:Verdana;font-size:14pt;font-weight:bold;text-decoration:none;color:#000;}
A.menupkt:visited{font-family:Verdana;font-size:14pt;font-weight:bold;text-decoration:none;color:#000;}
A.menupkt:hover{font-family:Verdana;font-size:14pt;font-weight:bold;text-decoration:none;color:#1ca049;}

/*---------------  SUBMENU LINKS TO V4     -------------------------------------------------------------------------*/
.menupkt-under
{
font-family:tahoma;
font-size:8pt;
font-weight:normal;
text-decoration:none;
color:#585858;
}
A.menupkt-under:link{font-family:tahoma;font-size:8pt;font-weight:normal;text-decoration:none;color:#585858;}
A.menupkt-under:active{font-family:tahoma;font-size:8pt;font-weight:normal;text-decoration:none;color:#585858;}
A.menupkt-under:visited{font-family:tahoma;font-size:8pt;font-weight:normal;text-decoration:none;color:#585858;}
A.menupkt-under:hover{font-family:tahoma;font-size:8pt;font-weight:normal;text-decoration:underline;color:#7a7a7a;}

/* html top menulinks */


/*------------------------------------------------------------------------------------------------------------------*/
/* STANDARD V6DHTML MENU-----ex insertionpoint: <div id="divMenu"><%=DropDownMenuV6()%></div> ------------ SETTINGS */
/*------------------------------------------------------------------------------------------------------------------*/			

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0 right: 0;}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
position: absolute; 
width: 10px; 
height: 10px;
background-color:#ffffff;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position:absolute; 
	text-align:center;
	color:#1CA049;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	height:18px;
	vertical-align:top;
	/*background:url('../pix/nav-bg.gif');
	background-position:left center;
	background-repeat:no-repeat;*/
}
.clLevel0{
	color:#1CA049;
}
.clLevel0over{
	color:#000; 
	cursor:pointer; 
	cursor:hand;

}
.clLevel0border{
	position:absolute;
	background-color:transparent;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position:absolute; 
	padding-top:3px; 
	padding-bottom:3px;
	padding-left: 10px; 
	text-align:left; 
	font-family:tahoma, arial, verdana; 
	font-size:13px;
	font-weight:800;
	/*font-variant:small-caps;*/
	background-color:#1CA049;
	margin:0 0 2px 0;
}
.clLevel1{
	color:#ffffff;
	background-color:#1CA049;
}
.clLevel1over{
	color:#000; 
	text-decoration:none;
	cursor: pointer; 
	cursor:hand; 
	background-color:#6cc76d; 
}
.clLevel1border{
	position:absolute; 
	visibility:show;
}

.clLevel2, .clLevel2over{
	position:absolute; 
	padding-top:3px; 
	padding-left: 10px; 
	text-align:left; 
	font-family:verdana; 
	font-size:9px; 
	font-weight:bold;
}
.clLevel2{
	color:#fff;
	background-color:#1CA049;
}
.clLevel2over{
	color:#000; 
	text-decoration:none;
	cursor: pointer; 
	cursor:hand; 
	background-color:#6cc76d; 
}
.clLevel2border{
	padding:0 15px;
	position:absolute; 
	visibility:hidden;
}