html, body {
        background-color:#4F4F4F;
        font-family: verdana, arial, tahoma, sans-serif;
        width:100%;
        height:100%;
        margin:0;
        padding:0;
}
table.center {
        width:100%;
        height:100%;
        border:0;
}
#menue1 {
        position: absolute; left: 100px; top: 100px;
        padding: 0px;
        line-height:100%;
        font-size: 90%;
        font-weight: bold;
        text-align: left;
}
#menue2 {
        position: absolute; right: 10px; bottom: 10px;
        padding: 0px;
        line-height:70%;
        font-size: 60%;
        font-weight: bold;
        text-align: right;
}
a.menue {
        color: #FFFFFF;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight: normal;
        display: block;
}
a.menue:hover {
        color:#FF6600;
}

h1 {
        font-size:350%;
        font-weight:normal;
        color:#FF6600;
}