#Inhalt .errorhead  { text-align: center; }

.tblHeadError {
	margin-left: 20px;
    background-color: #FF0000;
    font-weight: bold;
    font-size: 10pt;
    color: #FFFFFF;
}
.tblError {
    border: 1px solid #FF0000;
    background-color: #FFFFCC;
    padding: 5px;
    font-size: 10pt;
    text-align: left;
}
.tblError li {
    font-weight: normal;
    font-size: 10 pt;
    text-align: left;
	margin-left: 10px;
}

.tblHeadSuccess {
	margin-left: 50px;
    background-color: #1a459a;
    font-weight: bold;
    font-size: 10pt;
    color: silver;
}
.tblSuccess {
    border: 1px solid #1a459a;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 10pt;
    padding: 3px;
}


.tblSuccess li {
    font-weight: normal;
    font-size: 10 pt;
    color: #555599;
    text-align: left;
}

