/* CSS fuer alle Seiten */

a:link {color:black; text-decoration:underline}
a:visited {color:maroon; text-decoration:underline}
a:active {color:blue; text-decoration:none}
a:hover {color:blue; text-decoration:none}
ul {text-align:left; alignment:left;}


/* CSS fuer eMail-Link */

#mail a:link {color:black; text-decoration:none}
#mail a:visited {color:black; text-decoration:none}
#mail a:active {color:red; text-decoration:none}
#mail a:hover {color:red; text-decoration:none}

H1 {color:red; font-family:verdana; font-size:17pt; font-style:normal; font-weight:normal; margin-bottom:2pt; margin-top:2pt}
H2 {color:black; font-family:verdana; font-size:13pt; font-style:italic; font-weight:bold; margin-bottom:0pt}
H3 {color:black; font-family:verdana; font-size:11pt; font-style:normal; font-weight:bold; margin-bottom:0pt}
H4 {color:black; font-family:verdana; font-size:9pt; font-style:normal; font-weight:bold; margin-bottom:0pt}
H5,ul,tr,td,li,p,ol {color:black; font-family:verdana; font-size:10pt; font-style:normal;
                 margin-bottom:0pt; font-weight:normal}
body {color:black; background-image:url(gelb.jpg); font-family:verdana; font-size:10pt;
            font-style:normal; margin-bottom:0pt; font-weight:normal}
.titel    {color:black; font-family:Footlight MT Light, Garamond; font-size:32pt; font-weight:bold}
.fototext {color:black; font-family:verdana; font-size:10pt; font-style:normal; font-weight:normal; margin-bottom:0pt; margin-left:10pt; background-color: #ffff99 }

