/*
////////////////////////////////////////////////////////////////
//
// 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;}

/*Positionierungen...*/
.orange    {margin-left:0px;position:absolute; left:0px;top:62px;}                      /*...des orangenen Balkens*/

form          {margin: 0px; padding: 0px;}
.language   {position:absolute; left:0px;top:94px;}                                     /*...der Sprachauswahl auf der Titelseite*/

/*standard Textformatierungen*/
body, td, p         {font-size:12px; 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:#3C61A5;}
.link               {font-family:arial, helvetica, sans-serif; color:#000000;}
.link:hover         {font-family:arial, helvetica, sans-serif; color:#3C61A5;}


/*Falls Links nicht unterstrichen angezeigt werden sollen*/
.textDecorationNone {text-decoration:none;}

/*Eingabefelder*/
.input            {margin:0px; padding:0px; background-color:#CCDBFF; font-size:12px; border-width:0px; font-family:arial, helvetica, sans-serif; font-weight:normal;}


/*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              {background-color:#ffffff;font-size:12; 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;}

/*grosser Text*/
.text_big          {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#333333;}

/*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;}

/*Ueberschrift auf blauem Balken*/
.subHead_blue      {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:bold; color:#000000; background-color:#CCDBFF; text-align:left;}

/*Hauptueberschrift*/
.head              {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.headBold          {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#555555;}
.headInvert        {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.headBoldInvert    {font-size:14px; 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}

