/* Body */
body				{ 
      				  background-color: 		#FFFFFF;
      				  background-image:   		url("../_images/bg.jpg"); 
      				  background-repeat: 	        repeat-x; 
                  scrollbar-face-color:       	#FFFFFF;
				  scrollbar-highlight-color:  	#51b1eb;
				  scrollbar-shadow-color:     	#51b1eb;
				  scrollbar-3Dlight-color:    	#FFFFFF;
				  scrollbar-arrow-color:      	#51b1eb;
				  scrollbar-track-color:      	#FFFFFF;
				  scrollbar-darkshadow-color: 	#FFFFFF;
	 			}

/* VIGTIG - Eller matcher siden ikke editoren */
p, ul, li, span, font, div
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Links */

a						{text-decoration:none; font-size: 11px; font-weight: bold; color: #888888;}
a:link 					{text-decoration:none; font-size: 11px; font-weight: bold; color: #888888;}
a:visited 				{text-decoration:none; font-size: 11px; font-weight: bold; color: #888888;}
a:active 				{text-decoration:none; font-size: 11px; font-weight: bold; color: #888888;}
a:hover 					{text-decoration:none; font-size: 11px; font-weight: bold; color: #666666;}

a.topmenu				{font-family: verdana; text-decoration:none; font-size: 11px; font-weight: bold; color: #51b1eb;}
a:link.topmenu			{font-family: verdana; text-decoration:none; font-size: 11px; font-weight: bold; color: #51b1eb;}
a:visited.topmenu 		{font-family: verdana; text-decoration:none; font-size: 11px; font-weight: bold; color: #51b1eb;}
a:active.topmenu		{font-family: verdana; text-decoration:none; font-size: 11px; font-weight: bold; color: #51b1eb;}
a:hover.topmenu			{font-family: verdana; text-decoration:none; font-size: 11px; font-weight: bold; color: #0067a2;}

.nyesteVarer			{border-bottom: 1px solid #F7F7F7; padding: 5px; padding-left:0px;}
a:link.nyesteVarer		{font-family: verdana; font-size: 10px; color: #eac249; text-decoration:none; font-weight: bold;}
a:visited.nyesteVarer	{font-family: verdana; font-size: 10px; color: #eac249; text-decoration:none; font-weight: bold;}
a:active.nyesteVarer	{font-family: verdana; font-size: 10px; color: #eac249; text-decoration:none; font-weight: bold;}
a:hover.nyesteVarer		{font-family: verdana; font-size: 10px; color: #cba225; text-decoration:none; font-weight: bold;}

a:link.Tema_Links		{font-family: verdana; font-size: 10px; color: #aa9900; text-decoration:none; font-weight: bold;}
a:visited.Tema_Links	{font-family: verdana; font-size: 10px; color: #aa9900; text-decoration:none; font-weight: bold;}
a:active.Tema_Links		{font-family: verdana; font-size: 10px; color: #aa9900; text-decoration:none; font-weight: bold;}
a:hover.Tema_Links		{font-family: verdana; font-size: 10px; color: #ccbb11; text-decoration:none; font-weight: bold;}

a.undermenu				{text-decoration:none; font-size: 11px; font-weight: bold; color: #973E37;}
a:link.undermenu		{text-decoration:none; font-size: 11px; font-weight: bold; color: #973E37;}
a:visited.undermenu 		{text-decoration:none; font-size: 11px; font-weight: bold; color: #973E37;}
a:active.undermenu		{text-decoration:none; font-size: 11px; font-weight: bold; color: #973E37;}
a:hover.undermenu		{text-decoration:none; font-size: 11px; font-weight: bold; color: #701D16;}

td.undermenu				{
						width: 100%;
						padding-bottom: 6px;
						border-bottom: 1px solid #CCCCCC;
						}

a.undermenu2			{text-decoration:none; font-size: 11px; font-weight: bold; color: #0068a2;}
a:link.undermenu2		{text-decoration:none; font-size: 11px; font-weight: bold; color: #0067a2;}
a:visited.undermenu2 	{text-decoration:none; font-size: 11px; font-weight: bold; color: #0067a2;}
a:active.undermenu2		{text-decoration:none; font-size: 11px; font-weight: bold; color: #0067a2;}
a:hover.undermenu2		{text-decoration:none; font-size: 11px; font-weight: bold; color: #51b1eb;}

td.undermenu2			{
						width: 100%;
						padding-bottom: 9px;
						padding-top:3px;
						border-bottom: 1px solid #EEEEEE;
						}

/* Misc - bl.a. søgning, nyheder og andre listings */
.misc_farve1 			{background-color: #FFFFFF;}
.misc_farve2 			{background-color: #F8F8F8;}
.misc_felt			{}
.misc_knap			{}

/* fonts */ 
td					{font-family: verdana; font-size: 11px; color: #888888; text-decoration:none;} 
.tekst				{font-family: verdana; font-size: 11px; color: #888888; text-decoration:none;} 
.overskrift			{font-family: verdana; font-size: 18px; color: #50b0ea; text-decoration:none; font-weight:bold;} 
.overskrift2			{font-family: verdana; font-size: 14px; color: #000000; text-decoration:none; font-weight: bold;} 

h1				{ font-size: 18px;}

hr				{
				  height: 1px; 
				  color: #E5E5E5;
				  background-color: #E5E5E5;
				  height: 0; 
				  border: 0; 
 				  border-top: 1px solid #E5E5E5; 
				}

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:       	#FFFFFF;
				  scrollbar-highlight-color:  	#FFFFFF;
				  scrollbar-shadow-color:     	#50b0ea;
				  scrollbar-3Dlight-color:    	#50b0ea;
				  scrollbar-arrow-color:      	#50b0ea;
				  scrollbar-track-color:      	#FFFFFF;
				  scrollbar-darkshadow-color: 	#FFFFFF;			
				}

.MailForm_Table			{width: 100%;}
.MailForm_Row			{}
.MailForm_Leftcol		{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: bold; width: 40%;}
.MailForm_Rightcol		{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: normal; width: 60%;}
.MailForm_Lastcol		{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: normal; text-align: center;}
.MailForm_Messagecol		{font-family: verdana; font-size: 11px; color: #930011; text-decoration:none; font-weight: bold; text-align: center;}
.MailForm_Input			{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: normal; border: 1px solid #BBBBBB; width: 100%;}
.MailForm_Tekst			{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: normal; border: 1px solid #BBBBBB; width: 100%; height:60px;}
.MailForm_Checkboks		{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: normal; border: 0px solid #BBBBBB;}
.MailForm_Submit		{font-family: verdana; font-size: 11px; color: #555555; text-decoration:none; font-weight: bold; border: 1px solid #BBBBBB; width: 100%; background-color: #F0F0F0;}

.search_row			{border-bottom:1px solid #EEEEEE;}

.search_itemgrp_itemname	{font-weight: bold; font-size: 14px;}
.search_itemgrp_typedesc	{text-align: right; color: #BBBBBB;}
.search_itemgrp_text		{padding-bottom: 8px;}

.search_page_headline		{font-weight: bold; font-size: 14px;}
.search_page_typedesc		{text-align: right; color: #BBBBBB;}
.search_page_text		{padding-bottom: 8px;}

.search_item_itemname		{font-weight: bold; font-size: 14px;}
.search_item_typedesc		{text-align: right; color: #BBBBBB;}
.searc_item_image_cell		{padding: 2px; padding-bottom: 8px;}
.search_item_image		{border: 0px;}
.search_item_text		{padding-bottom: 8px; vertical-align: top;}
.search_item_price		{font-weight: bold; font-size: 14px; color: #008000; 8px; vertical-align: top; text-align: right; display:none;}
.search_item_price_org		{font-weight: normal; font-size: 11px; color: #333333; 8px; vertical-align: top; text-align: right; text-decoration:line-through; display:none;}

a.nyhedsbrev						{color: #50b0ea;}
.nyhedsbrev_tilmeldknap_celle 		{padding-top:20px; padding-right:5px;}
.nhb_msg 				{position:absolute; width: 246px; background-color:#FFFFFF; border:1px solid #555555; padding:10px; text-align:center;}
.nyhedsbrev_rightcelle		{width: 200px; }
.nyhedsbrev_input			{width: 100%;}
