/*-----------------------------------Formular---------------------------*/

table.errorTable {
         font-family: Arial, Tahoma;
         font-size: 10pt;
         border-collapse: collapse;
         border: 1px #AAAAAA solid;
         background-color: #E0E0E0;
         border-collapse:collapse;
         width: 810px; 
}

thead.errorTable {
         font-weight: bold;
         background-color: #b0c4e8; 
         text-align: left;
       	 vertical-align: middle;
       	 height: 25px;
}

tbody.errorTable {
         font-weight: bold;
         background-color: #E0E0FF; 
         text-align: left;
       	 vertical-align: middle;
       	 height: 25px;
}

tfoot.errorTable {
         font-weight: bold;
         background-color: #E0E0FF; 
         text-align: left;
       	 vertical-align: middle;
       	 height: 25px;
}

td.errorTableLinksHell {
         font-weight: bold;
         background-color: #FFFFFF;
         text-align: left;
       	 vertical-align: middle;
}

td.errorTableLinksDunkel {
         font-weight: bold;
         background-color: #E0E0FF;
         text-align: left;
       	 vertical-align: middle;
}

td.errorTableInhaltHell {
         font-weight: normal;
         background-color: #FFFFFF;
         text-align: left;
       	 vertical-align: middle;
       	 height: 25px;
}

td.errorTableInhaltDunkel {
         font-weight: normal;
         background-color: #E0E0FF;
         text-align: left;
       	 vertical-align: middle;
       	 height: 25px;
}

td.errorTableLinksFoot {
         font-weight: bold;
         background-color: #b0c4e8;;
         text-align: left;
       	 vertical-align: middle;
       	 height: 25px;
}