#Navigation td.rest {
 background-color: #cc9900;
 height: 220px;
}

#Inhalt td.muss {
 background-color: #e6cc80;
}

#Inhalt table {
 margin: 0.5em;
}
#Inhalt th {
 background-color: #014171;
 color: #FFFFFF;
 font-weight: bold;
}
#Inhalt td {
 padding-left: 0.2em;
 padding-bottom: 0.2em;
 border-bottom: 1px solid #014171;
}
#Inhalt td a {
 text-decoration: none;
 border-bottom: 1px solid #cc9900;
}
#Inhalt tr.gerade {
 background-color: #FFFFFF;
}

#Inhalt select, option {

 font-family: Verdana,Helvetica,Arial,sans-serif;
 color: #003459;
}

#Inhalt option {
 border-bottom: 1px solid #e6cc80;
 padding: 0.2em;
}
#Inhalt p {
 padding-right: 1em;
 padding-bottom: 0.5em;
}