body, html { 
	font-family: tahoma;
	font-size: 11px;
	background-image: url(images/designbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;


	} 

tr	
{
	font-family: tahoma;
	font-size: 11px;
}
		
		.toptable	
		{
			border-top: 2px solid #FF7200;
			border-bottom: 2px solid #EE1100;
			border-left: 2px solid #FF7200;
			border-right: 2px solid #EE1100;
			background: #FF4800;
			color: #FFFFFF;
			text-transform: uppercase;
			font-weight: bold;
		}

		.dark 
		{
			background-color #81A7BA;
		}
		.light
		{
			background-color #E9E9F1;
		}



		.produktgrupper
		{
			font-weight: bold;
			text-decoration: none;
		}


		A:link    {text-decoration: underline; color: #0054C5;}
		A:visited {text-decoration: underline; color: #0054C5;}
		A:active  {text-decoration: underline; color: #0054C5;}
		A:hover   {text-decoration: underline; color: #3685EF;}

	
		a.produktgrupper
		{
			font-weight: bold;
			text-decoration: none;
			color: #AD1113;
		}	
		a:visited.produktgrupper
		{
			font-weight: bold;
			text-decoration: none;
			color: #AD1113;
		}
		a:hover.produktgrupper
		{
			font-weight: bold;
			text-decoration: none;
			color: #FF0508;
		}
		
		
		
		
		a.subgruppe
		{
			text-decoration: none;
			color: #AD1113;
		}	
		a:visited.subgruppe
		{
			text-decoration: none;
			color: #AD1113;
		}
		a:hover.subgruppe
		{
			text-decoration: none;
			color: #FF0508;
		}
	
	
	
input {
Border = solid; 
Border-width = 1; 
Border-color: #000000; 
COLOR: #000000; 
FONT-FAMILY: verdana; 
FONT-SIZE: 9px; 
background: #FFFFFF;
}

select {
Border = solid; 
Border-width = 1; 
Border-color: #000000; 
COLOR: #000000; 
FONT-FAMILY: verdana; 
FONT-SIZE: 9px; 
background: #FFFFFF;
}


textarea {
Border = solid; 
Border-width = 1; 
Border-color: #000000; 
COLOR: #000000; 
FONT-FAMILY: verdana; 
FONT-SIZE: 9px; 
background: #FFFFFF;
}