body, html { 
	font-family: tahoma;
	font-size: 9px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;

	scrollbar-face-color: #AD1113;
	scrollbar-shadow-color: #C04749;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C04749;
	scrollbar-darkshadow-color: #790C0D;
	scrollbar-track-color: #E8EAF1;
	scrollbar-arrow-color: #FFFFFF;

	} 

tr	
{
	font-family: tahoma;
	font-size: 10px;
}
		
		.redtable	
		{
			border-top: 2px solid #C24D4E;
			border-bottom: 2px solid #7B0C0D;
			border-left: 2px solid #B83132;
			border-right: 2px solid #8E0E10;
			background: #AD1113;
			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: #C24D4E;}
		A:visited {text-decoration: underline; color: #C24D4E;}
		A:active  {text-decoration: underline; color: #C24D4E;}
		A:hover   {text-decoration: underline; color: #FF8800;}

	
		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;
		}
		
		
		h1 {
		
		
			font-size: 18px; 
			font-weight: bold;
			margin-bottom: 0px;
		
		
		}
	
	
	
input, select, textarea {
Border = solid; 
Border-width = 1; 
Border-color: #000000; 
COLOR: #000000; 
FONT-FAMILY: verdana; 
FONT-SIZE: 9px; 
background: #FFFFFF;
}

