/*
	(c) 2006 LamdaMedia, www.lamda-media.de
	DoJ|LamdaMedia
	Harv|LamdaMedia
*/
	BODY 
		{
			color:#000000;
			background-color:#FFFFFF;
		}

	a:active, a:viseted,a
	{
		text-decoration:none;
	}

	a:hover  	
		{
			text-decoration:underline;
		}	
	
	#rollovermenu_impressum a 
		{
			height: 30px;
			width: 79px;
			display: table-cell;
			background: url("Bilder/impressum.gif") 0px 0px no-repeat;
		}

	#rollovermenu_impressum a:hover 
		{	
			background-position: 0px -30px;
		}

	#rollovermenu_impressum a:active 
		{
			background-position: 0px -60px;
		}

	#rollovermenu_firma a 
		{
			height: 30px;
			width: 107px;
			display: table-cell;
			background: url("Bilder/firma.gif") 0px 0px no-repeat;
		}

	#rollovermenu_firma a:hover 
		{	
			background-position: 0px -30px;
		}
		
	#rollovermenu_firma a:active 
		{
			background-position: 0px -60px;
		}
				
	#rollovermenu_preise a 
		{
			height: 30px;
			width: 70px;
			display: table-cell;
			background: url("Bilder/preise.gif") 0px 0px no-repeat;
		}

	#rollovermenu_preise a:hover 
		{	
			background-position: 0px -30px;
		}
		
	#rollovermenu_preise a:active 
		{
			background-position: 0px -60px;
		}
		
	#rollovermenu_kontakt a 
		{
			height: 30px;
			width: 62px;
			display: table-cell;
			background: url("Bilder/kontakt.gif") 0px 0px no-repeat;
		}

	#rollovermenu_kontakt a:hover 
		{	
			background-position: 0px -30px;
		}
		
	#rollovermenu_kontakt a:active 
		{
			background-position: 0px -60px;
		}
		
	a.poweredby:active, a.poweredby, .poweredby, .poweredby:visited
		{
		color: #999999;
		text-decoration:none;
		}

	a.poweredby:hover  
		{
			color: #999999;
			text-decoration:underline;
		}	

	.ok 
		{
			color:#00CC00;
		}