/* CSS Document */
/****************************************************************
 * MenuMain
 ****************************************************************/
.cMenuMain	{
	/*
	b1ackground-color:#ffff00;
	b1ackground-image: url("../images/LineButton/LineB1uttonB30.gif"); ---> IE 7 spinnt?
	h1eight:30px;
	*/
	background: #ff0000 url("../images/LineButton/LineButtonB30.gif") repeat-x left top;
	line-height:30px;
	font-family: "Courier New", Courier, monospace;
	font-size:1em;
	text-decoration: none;
	font-style: italic;
}
/****************************************************************
 * MenuMain > MenuMainItem
 ****************************************************************/
.cMenuMainItem	{
	height:30px;
	text-align:center;
	background-image: url("../images/LineButton/Button_11x106x13.jpg");
	text-decoration: none;
	float:left;
	width:90px;
}
.cMenuMainItem.cSpace		{float:left;	background-image:none; height:30px;}

.cMenuMainItem.cOff			{color:#777777; background-position: 0 -150px;}
.cMenuMainItem.cCur			{color:#ffffff; background-position: 0   -0px;	font-weight:bold;}
.cMenuMainItem.cDyn			{color:#cccccc; background-position: 0  -90px;}

.cMenuMainItem.cDyn:hover	{color:#ffffcc; background-position: 0 -240px;}
.cMenuMainItem.cDyn:active	{color:#ffcccc; background-position: 0 -180px;}
/****************************************************************
 * MenuMain > MenuMainRight
 ****************************************************************/
.cMenuMainRight {
	padding: 0;
	margin: 0%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: italic;
	float: right;
	line-height: 30px;
	font-size: 0.7em;
}
.cMenuMainRight.cSpace	{	float:right;	height:30px;}

.cMenuMainRight.cOff		{color:#777777;}
.cMenuMainRight.cCur		{color:#ffffff;	font-weight:bold;}
.cMenuMainRight.cDyn		{color:#cccccc;}

.cMenuMainRight.cDyn:hover	{color:#ffcc00;} /* COLOR_GOLD */
.cMenuMainRight.cDyn:active	{color:#ffcccc;}
/****************************************************************
 * MenuParts
 ****************************************************************/
.cMenuParts	{
	margin-top:10px;
	height:164px;
	background-color:#ddddaa;
	font-family: "Courier New", Courier, monospace;
	font-size:1em;
	text-decoration: none;
	font-style: italic;
}
.cMenuPartsFonts	{
	margin-top:10px;
	background-color:#444444;
	font-family: "Courier New", Courier, monospace;
	font-size:1em;
	text-decoration: none;
	font-style: italic;
}
/****************************************************************
 * MenuParts > MainPartsItem
 ****************************************************************/
.cMainPartsItem	{
	background-repeat:no-repeat;
	border:2px solid #000000;
	height:145px;
	text-align:center;
	margin-top:8px;
	margin-left:8px;
	text-decoration: none;
	float:left;
	width:180px;
	color:#aaaaaa;
	color:
}
.cMainPartsItemFont	{
	font: 90% Georgia, "Times New Roman", Times, serif;
	margin-top:120px;
	line-height:25px;
	height:25px;
	width:100%;
	color::inherit;
	background-color:#222222;
}


.cMainPartsItem.cPart0{background-image: url("../images/LineParts/LineParts_Antrieb_4x180x120.jpg");}
.cMainPartsItem.cPart1{background-image: url("../images/LineParts/LineParts_Huelle_4x180x120.jpg");}
.cMainPartsItem.cPart2{background-image: url("../images/LineParts/LineParts_Luft_4x180x120.jpg");}
.cMainPartsItem.cPart3{background-image: url("../images/LineParts/LineParts_Motor_4x180x120.jpg");}

.cMainPartsItem.cOff		{				background-position: 0px -360px;}
.cMainPartsItem.cCur		{color:#ffcc00;	background-position: 0px   -0px; border:2px solid #dd8800;}
.cMainPartsItem.cDyn		{				background-position: 0px -240px;}

.cMainPartsItem.cDyn:hover	{color:#ffffff; background-position: 0   -120px;}
.cMainPartsItem.cDyn:active	{color:#ffffcc; background-position: 0   -120px;}
