/*
** CSS für PHP-CMS
**
** Copyright (C) 2008 Burkhard Walger <walger@heinzsoftware.de.>
*/
/* ------------- Grundeinstellungen --------------- ------------------------ */
head          {
                background-color: #ffffff;
                color: #000000;
              }

body          {
                background-color: #ffffff;
                color: #000000;
              }
table         {
			         	border-width: 0px;
			         	empty-cells: hide;
              }

/* links */
a, a:visited {
                text-decoration: none;
                background-color: inherit;
             }
a:hover      {
                color: #6666EE;
                background-color: inherit;
             }
body, p, td, br, label, center
             {
               font-size: 100%;
               font-family: sans-serif;
             }

title        {
               color: #000000;
               font-family: sans-serif;
             }

/* headers */
h1, h2, h3, p {
               margin: 0;
             }
h1, h2, h3, h4 {
               font-family: Sans-serif;
               font-weight: Bold;
             }
h1           {
               font-size: 120%;
             }
h2           {
               font-size: 110%;
             }
h3           {
               font-size: 110%;
             }
h4           {
               font-size: 110%;
             }
ul, ol       {
               margin: 5px 20px;
               padding: 0 20px;
             }
ul span, ol span {
             }
th           {
                font-size: small;
             }
pre          {
               font-size: 8pt;
             }

tt           {
               font-size: 8pt;
             }
hr           {
               border: 0;
               width: 90%;
               height: 2px;
             }
.CMSImglink             {
                          border: none;
                        }
/* ------------- Textauszeichnungen für CMS generierte Inhalte ------------- */
/** Warnungstext bei unbekannter Vorlagensyntax */
.CMSTemplateWarning     {
                          font-weight:bold;
                          color:red;
                        }
/** Text der Hinweisliste von CMSMime */
.CMSHinweis             {
                          font-size:smaller;
                        }
/* ----------------- CMSForm ----------------------------------------------- */
/** Das HTML-Formular von CMSForm */
.CMSForm                {
                        }
/** Die Tabelle (<table>) mit den Formularzeilen (CMSFormTable) */
.CMSFormTable           {
                        }
/** Der Tabellenkörper (<tbody>) mit den Formularzeilen (CMSFormTable) */
.CMSFormTableBody       {
                        }
/** Der Tabellenkopf (<thead>) einer CMSFormTable */
.CMSFormTableHead       {
                        }
/** Der Tabellenfuss (<tfoot>) einer CMSFormTable */
.CMSFormTableFoot       {
                        }
/** Eine Zeile (<tr>) mit den Eingabeelementen */
.CMSFormTableRow        {
                        }
/** Die Spalte (<td>) mit der Beschriftung eines Formularelements */
.CMSFormLabelColumn     {
                        }
/** Die Spalte (<td>) mit dem Eingabeelement */
.CMSFormInputColumn     {
                        }
/** Die Beschriftung (<label>) eines Eingabelements */
.CMSInputLabel          {
                          padding-right:8px;
                        }
 /* ---------------- CMSFieldSetLine---------------------------------------- */
 /** Die Zeile (<tr>) in einer Formulartabelle (CMSFormTable) für ein Unterformular */
.CMSFieldSetLine        {
                          width:100%;
                        }
 /* ---------------- CMSFieldSet ------------------------------------------- */
 /** Der Container (<fieldset>) für ein Subformular (CMSFieldSet) */
.CMSFieldSet            {
                        }
 /** Die Beschriftung des Containers (<legend>) */
.CMSFieldSetLegend      {
                        }
/** ---------------- CMSInput ---------------------------------------------- */
/** Das Eingabefeld für eine Texteingabe (<input>) */
.CMSTextInput           {
                          font-family:monospace;
                        }
/** ---------------- CMSOutput --------------------------------------------- */
/** Das Ausgabefeld für einen Text (<input disabled="disabled">) */
.CMSTextOutput          {
                          color:black;
                          background-color:#E0E0E0;
                          font-family:monospace;
                        }
/** ---------------- CMSButton --------------------------------------------- */
/** Ein allgemeiner Knopf (<button>) */
.CMSButton              {
                        }
/** ---------------- CMSFormTabBarLine ------------------------------------- */
/** Die Zeile in einer Formulartabelle (<tr>) für ein Karteireiterelement (CMSTabBar) */
.CMSFormTabBarLine      {
                          width:100%;
                        }
/** ---------------- CMSTabBar --------------------------------------------- */
/** Die Tabelle für das Karteireiterelement (<table>) */
.CMSTabBarTable         {
                          width:100%;
                          font-size:80%;
                          border:0px;
                          margin-bottom:0px;
           			         	empty-cells:show;
                        }
/** Die Zeile für das Karteireiterelement (<tr>) */
.CMSTabBarTableRow      {
                        }
/** Der aktive Karteireiter (<td>) */
.CMSTabBarActiveTab     {
                          background-image: url(/CMS/CMSTabActive.png);
                          background-repeat:repeat-x;
                          padding: 10px 5px 5px 5px;
                        }
/** Ein Zwischenraum links von einem aktiven Karteireiter (<td>) */
.CMSTabBarSpaceActL     {
                          background-image: url(/CMS/CMSTabSpaceActL.png);
                          background-repeat:no-repeat;
                          background-position:right top;
                          width: 5px;
                        }
/** Ein Zwischenraum rechts von einem aktiven Karteireiter (<td>) */
.CMSTabBarSpaceActR     {
                          background-image: url(/CMS/CMSTabSpaceActR.png);
                          background-repeat:no-repeat;
                          width: 5px;
                        }
/** Der Knopf auf einem aktiven Karteireiter (<button>) */
.CMSTabBarButtonAct     {
                          color:white;
                          text-align:center;
                          border:0;
                          padding:0px;
                        }
/** Der Knopf auf einem aktiven Karteireiter (<button>) für IE */
.CMSTabBarButtonActIE   {
                          color:white;
                          text-align:center;
                          background-color:#D4CAC8;
                          border:0;
                          width:100%;
                        }
/** Die inaktiven Karteireiter (<td>) */
.CMSTabBarInactiveTab   {
                          background-image: url(/CMS/CMSTabInactive.png);
                          background-repeat:repeat-x;
                          padding: 10px 5px 5px 5px;
                          border-bottom: solid white 1px;
                        }
/** Ein Zwischenraum links von einem inaktiven Karteireiter (<td>) */
.CMSTabBarSpaceInactL   {
                          background-image: url(/CMS/CMSTabSpaceInactL.png);
                          background-repeat:no-repeat;
                          background-position:right top;
                          width: 5px;
                          border-bottom: solid white 1px;
                        }
/** Ein Zwischenraum rechts von einem inaktiven Karteireiter (<td>) */
.CMSTabBarSpaceInactR   {
                          background-image: url(/CMS/CMSTabSpaceInactR.png);
                          background-repeat:no-repeat;
                          width: 5px;
                          border-bottom: solid white 1px; }
/** Der Knopf auf einem inaktiven Karteireiter (<button>) */
.CMSTabBarButtonInact   {
                          color:black;
                          text-align:center;
                          border:0;
                          padding:0px;
                        }
/** Der Knopf auf einem inaktiven Karteireiter (<button>) für IE */
.CMSTabBarButtonInactIE {
                          color:black;
                          text-align:center;
                          background-color:#D4CAC8;
                          border:0;
                          width:100%;
                        }
/**Die durchgehende Zeile unterhalb der Karteireiter (<td>) */
.CMSTabBar              {
                          width:100%;
                          background-color: #D4D0C8;
                          border-bottom: solid black 1px;
                          height:7px;
                          margin-top:0;
                        }
/**Die durchgehende Zeile unterhalb der Karteireiter (<td>) für IE */
.CMSTabBarIE            {
                          background-color:#D4CAC8;
                          border-bottom: solid black 1px;
                          height:7px;
                          margin-top:0;
                        }
