/*
// COLOR.CSS
//
// Concept, Design and Programming by
// plenum stoll & fischbach Communication GmbH,
// Herrenberg, Germany
//
// color.css contains Styles that are non Browser/Platform specific
//			 and provides the color styles for backgrounds
*/

/* Begin Styles by Class Name */

.BodyColorHeader
{
	background-color: #266E09;
}

.BodyColorLeftNavi
{
	background-color: #549D38;
}

.TableColorLeftNavi
{
	color: #000000;
	font-family: helvetica, arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #f6b4a6;
}
.TableColorLeftNavi:Hover
{
	text-decoration: underline;
}

/* End Styles by Class Name */