/******************************
 * Tabellen
******************************/
table {
margin: 0 0 15px 0;
caption-side: bottom;
border-collapse: collapse;
width: 100%;
table-layout: auto;
font: normal 12px/1.5em Verdana, Arial, sans-serif;
}

table td {
vertical-align: top;
border: 1px solid #ccc;
padding: 3px; 
}

table th {
padding: 5px;
font-weight: bold;
text-align: left;
background-color: #ACAEAF;
color: #fff; 
border: 1px solid #ccc;
}

table tr.grau {
background: #e1e1e1; 
}

table h3 {
font-size: 11px;
}
