/* stadths.css */


/* Normaler Text und Tabellendaten  -  schwarz */ 
p, TD, TH, TR {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: small;
    font-weight: 500;
    text-decoration: none;
    text-xalign: left;
    line-height: 125%;    
    color: #000000} 

/* Block Text  -  schwarz 000000*/ 
.block {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: 10pt;
    text-decoration: none; 
    text-align: justify;
    color: red} 
/*    color: #000000} 

/* Kleiner Text  -  schwarz 000000*/ 
.klein {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 120%;
    color: #000000} 

/* Grosser Text  -  schwarz 000000*/ 
.gross {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: 15pt;
    font-weight: bold;
    text-decoration: none;
    letter-spacing:1pt;
    text-align: center;
    color: #000000} 

/* Überschrift 1  -  schwarz 000000 */ 
H1 {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: large;
    font-weight: 600;
    letter-spacing: 1pt;
    font-color: #000000;
    text-decoration: none; 
    text-align: center;
    margin-bottom: 0pt;
    line-height: 110%;
    color: #000000}

/* Überschrift 2  -  schwarz 000000 */ 
H2 {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: large;
    font-weight: 500;
    font-style:italic; 
    font-color: #000000;
    text-decoration: none; 
    text-align: center;
    margin-top: 8pt;
    color: #000000}



/* Noch nicht besuchter Link  -  dunkelblau */ 
/*A:link {text-decoration: none; color: #0000CC} */
/*A:link {text-decoration: none; color: #FF9C00; font-weight: 800;background-color: transparent } */
    A:link {text-decoration: none; color: #FF9C00; font-weight: 800; xbackground-color: transparent }

/* Hover gerade drüber  -  rot */
/*A:hover {text-decoration: underline; color: #AA0000; font-weight: 800; background-color: #FFFF66 }  */
    A:hover {text-decoration: underline; color: #AA0000; font-weight: 800; xbackground-color: #FFFF66 }

/* Focus Tab-Taste  -  rot */
/*A:focus {text-decoration: underline; color: #AA0000; font-weight: 800; background-color: #FFFF66 }  */
    A:focus {text-decoration: underline; color: #AA0000; font-weight: 800; xbackground-color: #FFFF66 }

/* Besucht 5555ff */
/*A:visited {text-decoration: none; color: #FF6000; font-weight: 800;background-color: transparent }  */
    A:visited {text-decoration: none; color: #FF6000; font-weight: 800; xbackground-color: transparent }

/* Aktiv 5555ff */
/*A:active {text-decoration: none; color: #AA0000; font-weight: 800;background-color: transparent }  */
    A:active {text-decoration: none; color: #AA0000; font-weight: 800; xbackground-color: transparent }

/* Gesamtseite */
body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }

/* Programmzeilen  -  schwarz 000000*/ 
CODE {font-family: Courier, Courier New, monospace;
    text-decoration: none; 
    margin-left: 10pt;
    color: #000000} 

/* Kleiner Text bei Preisen -  schwarz 000000*/ 
.preis {font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000} 

/* Formular -  schwarz 000000*/ 
input, select, textarea
  { font-size:14px; font-family: Veranda, Tahoma, Sans-Serif, Helvetica, Arial; 
    font-weight:bold; 
    color:#0000CC;}
 