body {
    background-color: #000000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Gainsboro;
    font-size:14px;
}

h1 {
    text-decoration : none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 24px;
    text-align:center
}

h2 {
    text-decoration : none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 14px;
    text-align:left;
}
p {
    line-height: 19px;
}

p.list {
    font-weight: bold;
    line-height: 1px;
}

/* Format für die normalen Listen, Aufzählungszeichen, Zeilenabstand */
ul {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #313D54;
    font-size : 11px;
    list-style-type:disc;
    line-height: 19px;
}
/* Format für die Listen, Aufzählungszeichen, Zeilenabstand */
ul.top {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #FFFFFF;
    font-size : 11px;
    list-style-type: disc;
    line-height: 20px;
}

/* Format für die untergeordneten Listen, Aufzählungszeichen, rechter Randanbstand */
ul.bottom {
    color : #FFFFFF;
    font-size: 10 px;
    list-style-type: disc;
    margin-left: 10px;
    line-height: 15px;
}

/* Format für eingebettete Bilder, keinen Rand */
img {
    border: 0;
}
/* Format für eingebettete Bilder, keinen Rand, Bild links vom Textfluss */
img.left {
    border: 0;
    float : left;
}

/* Format für eingebettete Bilder, keinen Rand, Bild rechts vom Textfluss */
img.right {
    border: 0;
    float : right;
}

/* Ausrichtung für die Bilder in der Galerie */
div.galerie {
    text-align:center;
    vertical-align:baseline;
}


a {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
    list-style-type: disc;
    color: Gainsboro;
}

a.black {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
    list-style-type: disc;
    color: black;
}


a:visited {
    color: Gainsboro;
}
a.black:visited {
    color: black;
}
a:active {
    color: Gainsboro;
}

a.black:active {
    color: black;
}

a:hover {
    color:blue;
}
