body {
    background-color: #FFCC00;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #313D54;
    font-size:12px;
}

td {
    font-size:12px;
}

h1 {
    text-decoration : none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 16px;
    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;
}

p.small {
    font-size : 9px;
}

/* 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;
    margin-top: 8px;
    margin-left: -5px;
}
/* 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: circle;
    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;
}


a {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    list-style-type: disc;
    color: #313D54;
}

a:visited {
    color: #313D54;
}

a:active {
    color: #313D54;
}

a:hover {
    color:#0099CC;
}

