/** 
** 	Erweiterung der StyleSheet Definitionen für das "Rotes Modul"
**	-----------------------------------------------------------------------------------
**	CNC Speedform AG, http://www.cnc-speedform.de
**	(c) 2005, Lars Brinkmann für Kornfeld Media GmbH
**	http://www.kornfeld-media.de
**/

body	
{	
	background-color: #ffffff;	
	background-image: url(../img/hgRot.gif); 
}

/** 
**	Formatierungen im Content-Bereich 
**	-----------------------------------------------------------------------------------
**/
.colHead	
{	
	background-color: #921505; 
	background-image: url(../img/illRot.jpg); 
	background-repeat: no-repeat; 
	background-position: 161px 0px; 
}

.colLinetop	{	background-color: #ffffff; }
.colLinebtm	{	background-color: #f6cfca; }	
.colLinenav	{	background-color: #ffffff; }		
.colNav		{	background-color: #d26300; }

/** 
**    Formatierungen für die Hauptnavigation, horizontal
**    -----------------------------------------------------------------------------------
**/
#navigation
{
	border-left: 5px solid #951505;
}

/** Normale Darstellung eines Menüpunktes **/
#navigation A
{
	color: #ffffff;
	border-right: 5px solid #951505;
}

/**	Hover-Effekt für normale Darstellung **/
#navigation A:HOVER
{
	background-color: #e39d5e;
	color: #ffffff;
}

/**	Aktive Darstellung **/
#navigation A.active
{
	background-color: #e39d5e;
	color: #ffffff;
}

/** 
**    Formatierungen für die Unternavigation, vertikal
**    -----------------------------------------------------------------------------------
**/

/** Normale Darstellung, Level 1 **/
A.subLevelA
{
	color: #951505;
	border-bottom: 1px solid #951505;
}

/** Hover-Effekt für normale Darstellung, Level 1 **/
A.subLevelA:HOVER
{
	background-color: #f0ccba;
}

/** Aktive Darstellung, Level 1 **/
A.subLevelAactive
{
	color: #951505;
	background-color: #f0ccba;
	border-bottom: 1px solid #951505;
}

/** Hover-Effekt für aktive Darstellung, Level 1 **/
A.subLevelAactive:HOVER
{
	background-color: #f0ccba;
}


/** Normale Darstellung für ersten Menüpunkt, Level 1 **/
A.subLevelAFirstItem
{
	color: #951505;
	border-bottom: 1px solid #951505;
	border-top: 1px solid #951505;
}

/** Hover-Effekt für normale Darstellung für ersten Menüpunkt, Level 1 **/
A.subLevelAFirstItem:HOVER
{
	background-color: #f0ccba;
}

/** Aktive Darstellung für ersten Menüpunkt, Level 1 **/
A.subLevelAactiveFirstItem
{
	color: #951505;
	background-color: #f0ccba;
	border-bottom: 1px solid #951505;
	border-top: 1px solid #951505;
}

/** Hover-Effekt für aktive Darstellung für ersten Menüpunkt, Level 1 **/
A.subLevelAactiveFirstItem:HOVER
{
	background-color: #f0ccba;
}


/** Normale Darstellung für ersten Menüpunkt, Level 2 **/
A.subLevel2AFirstItem
{
	color: #233800;
        background-color: #b2da6d;
}

/** Hover-Effekt für normale Darstellung für ersten Menüpunkt, Level 2 **/
A.subLevel2AFirstItem:HOVER
{
	color: #ffffff;
}

/** Normale Darstellung für mittlere Menüpunkte, Level 2 **/
A.subLevel2A
{
	color: #233800;
        background-color: #b2da6d;
}

/** Hover-Effekt für normale Darstellung für mittlere Menüpunkte, Level 2 **/
A.subLevel2A:HOVER
{
	color: #ffffff;
}

/** Normale Darstellung für letzten Menüpunkt, Level 2 **/
A.subLevel2ALastItem
{
	color: #233800;
	background-color: #b2da6d;
	border-bottom: 1px solid #93CA36;
}

/** Hover-Effekt für normale Darstellung für letzten Menüpunkt, Level 2 **/
A.subLevel2ALastItem:HOVER
{
	color: #ffffff;
}

/** Aktive Darstellung für ersten Menüpunkt, Level 2 **/
A.subLevel2AactiveFirstItem
{
	color: #ffffff;
	background-color: #b2da6d;
}

/** Aktive Darstellung für mittlere Menüpunkte, Level 2 **/
A.subLevel2Aactive
{
	color: #ffffff;
	background-color: #b2da6d;
}

/** Aktive Darstellung für letzten Menüpunkt, Level 2 **/
A.subLevel2AactiveLastItem
{
	color: #ffffff;
	background-color: #b2da6d;
	border-bottom: 1px solid #93CA36;
}

/** 
**	Farbformatierungen für Bereichsanzeiger des Hauptmenüs in der Subnavigation
**	-----------------------------------------------------------------------------------
**/
.indicatorColor
{
	color: #951505;
	border-bottom: 1px solid #951505;
}

/** 
**	Impressum
**	-----------------------------------------------------------------------------------
**/
#imprint A
{
	color: #951505;
	text-decoration: none;
}
#imprint A:HOVER
{
	color: #000000;
}

/** 
**	Zusätzliche Formatierungen für Content-Bereich
**	-----------------------------------------------------------------------------------
**/
#content H1
{
	color: #951505;
}

#content H2
{
	color: #951505;
}


#content H3
{
	color: #951505;
}

/** 
**	Formatierungen für die Tabelle Datentransfer
**	-----------------------------------------------------------------------------------
**/
#datentransfer
{
        margin-left: 45px;
}

#datentransfer table	
{ 
        border-top: 3px double #e39d5f; 
        margin-bottom: 40px; 
}

#datentransfer caption 
{ 
        padding: 3px; 
        background-color: #E39D5F; 
        color: #ffffff; 
        font-size: 13px; 
        font-family: Arial, Helvetica, sans-serif; 
        font-weight: bold; 
}

#datentransfer td 
{ 
        width: 50%; 
        vertical-align: top; 
        background-color: #F9EFE5; 
        border-bottom: 1px solid #e39d5f; 
        font-size: 12px; 
        font-family: Arial, Helvetica, sans-serif;
}

#datentransfer A
{
        color: #a00000;
}

#datentransfer A:HOVER
{
       color: #000000;
}
