/* DATEI: layout.css */
/* webmaster 2003-07-22 */

/* SCHRIFTFORMATIERUNG*/

body{
      background-color: #0000FF;}

.titel {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: medium;
        font-weight: bold;
        text-align: left;
        color: #FFFF00;}

.titelmitte {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        color: #FFFF00;}

.ueber {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 20pt;
        font-weight: bold;
        text-align: left;
        color: #FFFF00;}
.ankuendigung{
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 14pt;
        font-weight: bold;
        text-align: center;
        color: yellow;
}
.text {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 12pt;
        text-align justify;
        color: #FFFF00;}

.textklein {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 9pt;
        text-align justify;
        color: #FFFF00;}

.abschnitt {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 1.5em;
        text-decoration: underline;
        text-align: left;
        color: #FFFF00;}

.hinweis {
        font-family: Arial;Eurostile-Roman-DTC;
        font-size: 12pt;
        text-align justify;
        color: #FF2020;}

a:link { color:#000000;}
a:visited { color:#FFFF00;}
a:hover { color:#FFFF00;}
