/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/*Ausrichtung und Hintergrundfarbe*/
body                {background-color:#FFFFFF; margin:0px;}
table               {margin:0px;}

/*standard Textformatierungen*/
body, td, p         {font-size:11px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}

/*Links*/
a                   {font-family:arial, helvetica, sans-serif; color:#000000;}
a:hover             {font-family:arial, helvetica, sans-serif; color:#00000;}

/*Falls Links nicht unterstrichen angezeigt werden sollen*/
.textDecorationNone {text-decoration:none;}

/*Eingabefelder*/
.input              {font-size:11px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}

/*Horizontale Linien*/
hr                  {color:#000000; height:1px; border:1px solid}

/*Kleiner Text*/
.subText           {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.subTextBold       {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.subTextInvert     {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.subTextBoldInvert {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Normaler Text*/
.text              {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.textBold          {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.textInvert        {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.textBoldInvert    {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Ueberschrift*/
.subHead           {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.subHeadBold       {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.subHeadInvert     {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.subHeadBoldInvert {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Hauptueberschrift*/
.head              {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.headBold          {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.headInvert        {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.headBoldInvert    {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Tabellenformatierung Standard*/
.rowHeadlineStandard {background-color:#FFFFFF}
.rowHeadlineShop     {background-color:#E0E0E0}
.rowHeadlineNews     {background-color:#FFFFFF}


