a:link {text-decoration: none; color: #747474;}
a:visited {text-decoration: none;color: #747474;}
a:hover {text-decoration: none; background-color: #efefef;}
a:active {text-decoration: none; background-color: #efefef;}

#inhalt {width: 900px; margin-left: auto; margin-right: auto; font-family: "Trebuchet MS",Helvetica,sans-serif; letter-spacing: 4px;}

#logo {text-align: center; font-size: 150%; color: #4b4b4b; padding-bottom: 10px; padding-top: 30px;}

#navigation {text-align: center; font-size: 60%; padding-bottom: 10px;}

#text {font-size: 80%; letter-spacing: 1px; margin: 20px;}

#footer {text-align: center; font-size: 60%;}

table {
    text-align: center;
    color:black;
    border:white 1px inset;
    background-color:#FFDB4B;
    float: left;
    margin-right: 20px;
}

td {
    border: white 1px inset;
    padding-right: 5px;
    padding-left: 5px;
}

thead {
    font-weight: bold;
}

td: hover {
    background-color: gray;
}

#login {
    color:firebrick;
}

#required {
    color:red;
}