* { 
	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 			{background-color: #F9F9F9;}
.misc_farve2 			{background-color: #FFFFFF;}
.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;} */

img{border: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;
				}
				
/*------------------------------------------------------------------------------------------------------------------*/
/* 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: 0; 
height: 0;
visibility:hidden;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over
{
	color: #ffffff;
	position: absolute;
	line-height: 28px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background: url("../pix/krone_menuspacer.jpg") no-repeat top right;
}

.clLevel0
{
	color: #ffffff;
}

.clLevel0over
{
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}

.clLevel0border
{
	position: absolute;
	border-right: 1px solid white;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over
{
	position: absolute;
	padding: 4px 2px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

.clLevel1
{
	color: #8f8f8f;
	background-color: #e2e2e2;
}

.clLevel1over
{
	color: #8f8f8f;
	cursor: pointer;
	cursor: hand;
	background-color: #f8f8f8;
}

.clLevel1border
{
	position: absolute;
	visibility: hidden;
	background-color: #8f8f8f;
	layer-background-color: #8f8f8f;
}

/*Styles for level 2*/
.clLevel2, .clLevel2over{
	background-color:#ffffff; 
	position:absolute; 
	text-align:left; 
	padding:2px; 
	padding-top: 4px; 
	font-family: tahoma; 
	font-size:12px;  
	}
.clLevel2{
	background-color:#fffffff; 
	color:#000000;
	}
.clLevel2over{
	background-color:#ffffff; 
	color: #CCCCCC;
	text-decoration: none; 
	cursor:pointer; 
	cursor:hand;
	}
.clLevel2border{
	position:absolute; 
	visibility:hidden; 
	}

/* Add ons */
body, table, div, tr, td, p
		{
			padding: 0px;
			margin: 0px;
		}
		
		html
		{
			height:100%;
		}

		body
		{
			height:100%;
			margin:0px 0px 0px 0px;
			text-align: center;
		}

		select, input 
		{
			font-family: verdana;
			font-size: 11px;
			color: #000000;
		}
		
		div.content_wrapper
		{
			float: left;
			clear: left;
			width: 952px;
		}
		
		table.content_wrapper
		{
			float: left;
			clear: left;
			width: 952px;
			/*height: 685px;*/
		}
		
		div.content
		{
			float: left;
			clear: left;
			width: 952px;
			position: relative;
			padding-top: 6px;
			padding-bottom: 20px;
		}
		
		a.address_link, a.address_link:visited, a.address_link:hover
		{
			text-align: center;
			color: #5f5c53;
			font-weight: bold;
			font-size: 10px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
		
		a.email_link, a.email_link:visited, a.email_link:hover
		{
			color: #605c54;
			font-weight: bold;
		}
		
		div.top_image
		{
			float: left;
			clear: left;
			width: 937px;
			height: 150px;
			margin-top: 3px;
			text-align: right;
		}
		
		td.cmbsearch_label, td.cmbsearch_text
		{
			padding: 1px 0px;
			font-size: 10px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
		.formular tr {
			height: 4px;
		}
