/* CSS-Definitionsdatei, speziell fr WIR */


p.main  {
    margin:1.5em;
    text-align: left;
    font-family: 'Arial CE', sans-serif; 
    color: rgb(0,51,153);
}





 
table {
 border-collapse:collapse;
 border:1px solid #999;
 margin:0 auto;
 width:500px;
  color: rgb(0,51,153);
}

thead , tfoot {
 background:#ffa;
}
 
tbody {
 background:#aff;
}

tbody th {
 text-align:right;
 background-color: 	#AFEEEE;
}

th , td {
  padding:10px ;
  text-align:left;
} 


tfoot th {
 font-size:75%;
 font-weight:normal;
}

caption {
 margin-bottom:10px;
 font-weight:bold;
 color:#99cc33;
}  

tr.gerade {
 background:#fff;
} 

.ungerade td {
background-color:  #d1fad1;
}

.gerade td {
background-color: #e6ffe6;  
}
