body {
    background-color:lightblue;
}

.tableheader {
background-color: Navy;
color:white;
font-weight:bold;
}

.tablerow {
background-color: RoyalBlue;
color:white;
font-weight:bold;
}

.field {
background-color: white;
color:black;
font-weight:bold;
}

.message {
color: red;
font-weight: bold;
text-align: center;
width: 100%;
}

.success {
color: green;
font-weight: bold;
text-align: center;
width: 100%;
}

div.Zitat {
    color: MidnightBlue;
    font-size: 100%;
    border-width: medium;
    } 
    
#textbox {height:auto; width:800px; text-align:center}
#intextbox {padding:20px 20px 20px 20px; text-align:justify;}    
/* .tableheader {
background-color:#95BEE6 }
.tablerow {
background-color: #A7D6F1;
color:white;
}
*/
