/* *********************************************************************** */
/* Standard-Format für die Seite                                           */
/* *********************************************************************** */

body {
 font-family: Verdana;
 font-size: 10pt;
 color: #000000;
}

table {
 font-family: Verdana;
 font-size: 10pt;
}

h1 {
 font-family: Verdana;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 color: #67ADE1;
}

p.footertext {
  font-family: Verdana;
  font-size: 8pt;
  text-align: center;
  color: silver;
}




/* *********************************************************************** */
/* Formate bei Fehlern                                                     */
/* *********************************************************************** */

p.fehler {
 font-family: Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
 color: #FF0000;
}


h1.fehler {
 font-family: Verdana;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 color: #FF0000;
}


/* *********************************************************************** */
/* Formate bei Menüpunkten                                                 */
/* *********************************************************************** */


A.menulink {
 display: block;
 width: 100%;
 text-align: left;
 text-decoration: none;
 font-family: Verdana;
 font-size: 10pt;
 color: #000000;
 BORDER: none;
 border: solid 1px #FFFFFF;
}

A.menulink:hover {
 border: solid 1px #6100C1;
 background-color:#F0E1FF;
}


/* *********************************************************************** */
/* Formate bei Bereichen                                                   */
/* *********************************************************************** */


td.bereich_titel {
 border:1px solid black;
 vertical-align: top;
 background-color: #67ADE1;
 text-align: center;
 font-family: Verdana;
 font-weight: bold;
 font-size: 12pt;
}

td.bereich_inhalt {
 border:1px solid black;
 vertical-align: top;
 border-top: none;
}



/* *********************************************************************** */
/* Formate für Formularfelder                                              */
/* *********************************************************************** */

input.feld {
 border:1px solid #808080;
 font-family:Verdana,sans-serif;
 font-size:11px
}


input.schalter {
 border:1px solid #808080;
 font-family: Verdana;
 font-size: 10pt;
}

textarea.feld {
 border:1px solid #808080;
 font-family: Verdana;
 font-size: 10pt;
}

