* {
        margin: 0px;
        padding: 0px;
}
body {
        font-family: Arial;
        line-height: 19px;
        color: #ffff00;
        margin: 0;
        font-size: 16px;
        background-color: #000;
}
table.main {
        background-repeat: no-repeat;
        background-position: 0px -110px;
        margin: 0 auto;

}
p.border {
        border: 4px groove #ffff00;
        width: 130px;
        height: 100px;
}
p.border2 {
        border: 5px solid #ffff00;
        width: 200px;
        height: 150px;
}
img.border3 {
        border: 4px solid #ffff00;
        width: 130px;
        height: 98px;
}
p {
        color: #ffff00;
        font-size: 12pt;
}
td.schwarz {
        color: black;
}
h1, h2, h4 {
        font-family: Arial, serif;
        color: #ffff1f;
}
h1 {
        font-size: 29px;
        line-height: 29px;
}
h1.bilderueberschrift {
        color: #000000;

}
h2 {
        font-size: 20px;
}
h4 {
        font-size: 14px;
}
h3, h5 {
       font-family: Arial;
       font-size: 10pt;
       color: #000000;
}
h6 {
       font-size: 11px;
       color: #000000;
}
a {
       color: red;
}
a:visited {
       color: red;
}
a:hover {
       color: #ff00ff;
       background: blue;
}
a:active {
       color: #000000;
}