body
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12pt;
    background-image: url(bg.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0%;
}

button.menue
{
    font-style: normal;
    font-weight: normal;
    font-size: 10;
    color: Navy;
    padding: 3;
    width: 100;
}

button.pix
{
    margin: 0;
    padding: 0;
    width: 190;
}

button
{
    cursor: pointer;
    font-weight: bold;
    font-style: normal;
    color: Navy;
    padding: 5;
}

p.kapiteltitel
{
    background-color: Navy;
    color: White;
    text-align: center;
    font-size: 20;
    font-weight: bolder;
    padding: 10;
}

p.seitentitel
{
    background-color: Navy;
    color: White;
    text-align: left;
    font-size: 16;
    padding: 8;
}

p.robocopy
{
    background-color: DarkCyan;
    color: White;
    text-align: left;
    font-size: 16;
    padding: 8;
}

