
/**------Tabellen-----**/

.notdienst{
width:100%;
margin:0;
padding:3px;
border:1px solid #999999;
background-color: #f9f9f9;
color:#2d2d2d;
text-align:left;
font:bold Verdana, Arial, Helvetica, sans-serif;
}

.notdienst th{
text-align: left;
border-width: 3px;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
border-top-style: none;
border-color: #cccccc;
padding:2px 30px 2px 5px;
background: #eeeeee;
color: #2d2d2d;
}

.notdienst #space{
width:20%;

}

.notdienst td{
border:1px;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
border-top-style: none;
border-color: #bbbbbb;
padding:5px 5px 5px 5px;
font:.93em Verdana, Arial, Helvetica, sans-serif;
}

.tr_ungerade{
background-color:#f9f9f9
color:#2d2d2d;
}

.tr_gerade{
background-color:#ffffff;
color:#2d2d2d;
}
