html { 
    height: 100%; 
    width: 100%; 
}

body { 
    height: 100%; 
    width: 100%; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    background: white;
    font: 13px/15px "Avenir Next", Helvetica, Arial, sans-serif;
    text-align: center;
}

img { 
    border: none; 
}

table, tr, td, tr { 
    border-collapse: collapse;
    vertical-align: top; 
    text-align: left;
    font: 13px/15px "Avenir Next", Helvetica, Arial, sans-serif;
}

table {
/*    border: 3px solid #f1f1f1;*/
}

form {
    display: inline-block;
}

a { 
    color: white;
}

#header { 
    height: 70px; 
    text-align: center; 
    background: #292931; 
    color: white; 
}

#header h1 { 
    padding: 1em; 
    display: inline-block;
}

/* Note: IE 5 & 6 won't understand min-height */
#willkommen { 
    min-height: 600px; 
    width: 100%; 
    background: #292931; 
    color: white;
    padding: 2em;
}

#willkommenadmin { 
    min-height: 600px; 
    width: 100%; 
    background: #292931; 
    color: white;
    padding: 2em;
    text-align: left;
}

#footer { 
    height: 2em; 
    padding: 1em; 
    text-align: center;
    background: #292931;  
    color: white; 
}

table.bordered tr th, table.bordered tr td { 
    border: 1px solid #000000; 
}

input[type=submit], input[type=button] {
    border: 1px solid #f44c0e;
    color: #fff;
    background: tomato;
    padding: 10px 20px;
    border-radius: 6px;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #f44c0e;
    cursor: pointer;
}