#termine {
 width:98%; /* IE <7 schiebt sie bei 100% nach unten^^*/
 border-collapse:collapse;
}
#auftritte {
 text-align:center; 
 width:98%;
}
#termine td, #termine th {
 border:1px solid black;
 padding:3px
}
#kontakt>tbody>tr>td:first-child {
 text-align:center;
 width:100px;
}
#kontakt col { /*für IE<7 (der kann das nichtmal mit ',')*/
 text-align:center;
 width:100px;
}
#links li {
 margin-bottom:0.5em;
}
.startkopf
{
 background-color:#D66E0D;
 color:#FFC68C;
 font-weight:bold;
 border:2px solid #EF7C19;
 border-bottom:none;
 padding:3px;
}
.startkoerper
{
 border:2px solid #EF7C19;
 border-top:none;
 margin-bottom:1em;
 padding:3px;
}
div.msg {
 font-weight:bolder;
 margin-bottom:1em;
}
.rot {
 padding:2px; 
 border:2px solid red;
 color:red;
}
.gelb {
 padding:2px;
 border:2px solid yellow;
 color:yellow; 
}
.gruen {
 padding:2px; 
 border:2px solid green;
 color:green;
}