/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* css/MitVerOn_Programm.css                                                 */
/*                                                                           */
/* Stand: 25.07.2017                                                         */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/


/* Mögliche Farben          */
/*--------------------------*/
/* black   = Schwarz        */
/* silver  = Hellgrau       */
/* grey    = Dunkelgrau     */
/* white   = Weiß           */
/* maroon  = Kastanienbraun */
/* red     = Rot            */
/* purple  = Purpur         */
/* fuchsia = Fuchsie        */
/* green   = Grün           */
/* lime    = Hellgrün       */
/* olive   = Olivgrün       */
/* yellow  = Gelb           */
/* navy    = Dunkelblau     */
/* blue    = Blau           */
/* teal    = Dunkles Türkis */
/* aqua    = Türkis         */


/* Allgemeine formatierungen */
/*---------------------------*/
BODY {
background-color: white;
color: black;
}


/*-----------------------------------------------------------------*/
/* Hintergrundfarbe für Menüleiste                                 */
/*-----------------------------------------------------------------*/
BODY.Menue {
background-color: lime;
}


/*-----------------------------------------------------------------*/
/* Menü formatierungen                                             */
/*-----------------------------------------------------------------*/

/* -Linkdarstellung: Normal- */
A.Menue1:link {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.Menue1:hover {
text-decoration: none;
color: red;
}

/* -Linkdarstellung: Aktive- */
A.Menue1:active {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Besuchter- */
A.Menue1:visited {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Normal- */
A.Menue2:link {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.Menue2:hover {
text-decoration: none;
color: red;
}

/* -Linkdarstellung: Aktive- */
A.Menue2:active {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Besuchter- */
A.Menue2:visited {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Normal- */
A.Menue3:link {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.Menue3:hover {
text-decoration: none;
color: red;
}

/* -Linkdarstellung: Aktive- */
A.Menue3:active {
text-decoration: none;
color: black;
}

/* -Linkdarstellung: Besuchter- */
A.Menue3:visited {
text-decoration: none;
color: black;
}

.Menue1 {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
background-color: lime;
color: black;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 0px;
}

.Menue2 {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-align: left;
background-color: lime;
color: black;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 15px;
padding-right: 0px;
}

.Menue3 {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-align: left;
background-color: lime;
color: black;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 0px;
}


/*-----------------------------------------------------------------*/
/* Link für Hilfeseite                                             */
/*-----------------------------------------------------------------*/
/* -Linkdarstellung: Normal- */
A.LinkHilfe:link {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.LinkHilfe:hover {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Aktive- */
A.LinkHilfe:active {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Besuchter- */
A.LinkHilfe:visited {
text-decoration: none;
color: maroon;
}

.LinkHilfe {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: right;
background-color: white;
color: maroon;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 0px;
}


/*-----------------------------------------------------------------*/
/* Link zum Ausdrucken                                             */
/*-----------------------------------------------------------------*/
/* -Linkdarstellung: Normal- */
A.LinkDrucken:link {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.LinkDrucken:hover {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Aktive- */
A.LinkDrucken:active {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Besuchter- */
A.LinkDrucken:visited {
text-decoration: none;
color: maroon;
}

.LinkDrucken {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: right;
background-color: white;
color: maroon;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 0px;
}


/*-----------------------------------------------------------------*/
/* Link zum Importieren                                            */
/*-----------------------------------------------------------------*/
/* -Linkdarstellung: Normal- */
A.LinkImport:link {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.LinkImport:hover {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Aktive- */
A.LinkImport:active {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Besuchter- */
A.LinkImport:visited {
text-decoration: none;
color: maroon;
}

.LinkImport {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: right;
background-color: white;
color: maroon;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 0px;
}


/*-----------------------------------------------------------------*/
/* Link zur Übersicht                                              */
/*-----------------------------------------------------------------*/
/* -Linkdarstellung: Normal- */
A.LinkUebersicht:link {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Maus darüberfahren- */
A.LinkUebersicht:hover {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Aktive- */
A.LinkUebersicht:active {
text-decoration: none;
color: maroon;
}

/* -Linkdarstellung: Besuchter- */
A.LinkUebersicht:visited {
text-decoration: none;
color: maroon;
}

.LinkUebersicht {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
background-color: white;
color: maroon;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 0px;
}


/*---------------------------------------------------------------------------*/
/* Meldung: Info
/*---------------------------------------------------------------------------*/
P.Meldung_Info {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
background-color: white;
color: olive;
margin-top: 10px;
padding-left: 20px;
}


/*---------------------------------------------------------------------------*/
/* Meldung: Fehler
/*---------------------------------------------------------------------------*/
P.Meldung_Fehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
background-color: white;
color: red;
margin-top: 10px;
padding-left: 20px;
}


/* Formatierung des Anmeldetextes */
/*------------------------------------*/
P.TextAnmeldung {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: bold;
text-align: center;
background-color: white;
color: black;
}


/* Formatierung für Fehlertext */
/*------------------------------------*/
P.TextFehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold;
text-align: center;
background-color: red;
color: black;
}


/* Formatierung der Seitenüberschrift */
/*------------------------------------*/
P.SeitenUeberschrift {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
text-align: center;
background-color: yellow;
color: black;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}


/* Formatierung für Textüberschrift */
/*----------------------------------*/
P.TextUeberschrift {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-align: left;
margin-left: 10px;
background-color: white;
color: black;
}

/* Formatierung für allgemeinen Text */
/*-----------------------------------*/
.TextAllgemein {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-align: left;
margin-left: 10px;
background-color: white;
color: black;
}


/* Formatierung einer Meldung  */
/*-----------------------------*/
.TextMeldung {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
margin-left: 10px;
background-color: white;
color: black;
}


/* Formatierung einer Datentabelle */
/*---------------------------------*/
TABLE.DatenAnzeige {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 0px;
border=0;
cellpadding=2;
cellspacing=2;
}


/* Formatierung der TH-Zelle einer Datentabelle */
/*----------------------------------------------*/
TABLE.DatenAnzeige TH {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
background-color: blue;
color: white;
}


/* Formatierung der TD-Zelle einer Datentabelle */
/*----------------------------------------------*/
TABLE.DatenAnzeige TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: aqua;
color: black;
}


/* Formatierung einer Formulartabelle */
/*------------------------------------*/
TABLE.Formular {
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Formatierung der TH-Zelle einer Formulartabelle */
/*-------------------------------------------------*/
TABLE.Formular TH {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
background-color: white;
color: black;
}


/* Formatierung der TD-Zelle einer Formulartabelle */
/*-------------------------------------------------*/
TABLE.Formular TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* Formatierung einer Benutzertabelle */
/*------------------------------------*/
TABLE.Benutzerdaten {
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Formatierung der TH-Zelle einer Benutzertabelle */
/*-------------------------------------------------*/
TABLE.Benutzerdaten TH {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
background-color: white;
color: black;
}


/* Formatierung der TD-Zelle einer Benutzertabelle */
/*-------------------------------------------------*/
TABLE.Benutzerdaten TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
background-color: white;
color: black;
}

/* Testausrichtung: Links */
/*------------------------*/
.TextL {
text-align: left;
}


/* Testausrichtung: Zentriert */
/*----------------------------*/
.TextZ {
text-align: center;
}


/* Testausrichtung: Rechts */
/*-------------------------*/
.TextR {
text-align: right;
}


/* Ansicht-Feld           */
/*------------------------*/
.AnsichtNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld ohne Inhalt */
/* Typ: password          */
/*------------------------*/
INPUT.PasswordNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld ohne Inhalt */
/* Typ: text              */
/*------------------------*/
INPUT.TextNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld mit korrektem Inhalt */
/* Typ: text                       */
/*---------------------------------*/
INPUT.TextOk {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld mit falschem Inhalt */
/* Typ: text                      */
/*--------------------------------*/
INPUT.TextFehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: red;
color: black;
}


/* INPUT-Feld mit verstecktem Inhalt */
/* Typ: hidden                       */
/*-----------------------------------*/
INPUT.Versteckt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld ohne Inhalt */
/* Typ: radio             */
/*------------------------*/
INPUT.RadioNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld mit korrektem Inhalt */
/* Typ: radio                      */
/*---------------------------------*/
INPUT.RadioOk {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld mit falschem Inhalt */
/* Typ: radio                     */
/*--------------------------------*/
INPUT.RadioFehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: red;
color: black;
}


/* INPUT-Feld ohne Inhalt */
/* Typ: file              */
/*------------------------*/
INPUT.FileNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld ohne Inhalt */
/* Typ: checkbox          */
/*------------------------*/
INPUT.CheckboxNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld mit korrektem Inhalt */
/* Typ: checkbox                   */
/*---------------------------------*/
INPUT.CheckboxOk {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* INPUT-Feld mit falschem Inhalt */
/* Typ: checkbox                  */
/*--------------------------------*/
INPUT.CheckboxFehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: red;
color: black;
}


/* INPUT-Button                    */
/* Typ: submit                     */
/*---------------------------------*/
INPUT.ButtonSubmit {
border-style: outset;
/*border-width: 1px;*/
border-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: grey;
color: black;
}


/* INPUT-Button                    */
/* Typ: reset                      */
/*---------------------------------*/
INPUT.ButtonReset {
border-style: outset;
border-width: 1px;
border-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: grey;
color: black;
}


/* SELECT-Feld ohne Inhalt */
/*-------------------------*/
SELECT.SelectNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* SELECT-Feld mit korrektem Inhalt */
/*----------------------------------*/
SELECT.SelectOk {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* SELECT-Feld mit falschem Inhalt */
/*---------------------------------*/
SELECT.SelectFehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* TEXTAREA-Feld ohne Inhalt */
/*---------------------------*/
TEXTAREA.TextareaNeu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* TEXTAREA-Feld mit korrektem Inhalt */
/*------------------------------------*/
TEXTAREA.TextareaOk {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}


/* TEXTAREA-Feld mit falschem Inhalt */
/*--------------------------------*/
TEXTAREA.TextareaFehler {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background-color: white;
color: black;
}

/* Menü */
UL.MenueH {
list-style-type: square;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
background-color: lime;
color: black;
}

UL.MenueU {
list-style-type: circle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-align: left;
background-color: lime;
color: black;
}

A.Menue {
text-decoration: none;
color: black;
}

