#veranstaltungen
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#veranstaltungen td, #veranstaltungen th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#veranstaltungen th 
{
font-size:1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#afde80;
color:#4e4e4e;
}

.treeview ul,
.treeview li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview > ul > li > input
{
  display: none;
}

.treeview > ul > li > input:checked
{
  display: none;
}

.treeview input + label
{
  background: #bbb;
  height: 16px;
  width: 160px;
  display:inline-block;
  padding: 0 0 0 0px;
//  padding: 5 5 5 5px;
  font-weight: bold;
}

.treeview input:checked + label
{
  background: #8fa4d5;
}
 
.treeview input ~ table
{
  display: none;
}

.treeview input:checked ~ table
{
  display: block;
}

.treeview table {
  margin: 5px 0px 20px 25px;
}

#veranstaltungen tr {
  background-color:#cddebc;
}
#veranstaltungen tr.alt
{
color:#000000;
background-color:#ebe6db;
}

.hint
{
    line-height: 150%;
    margin-left: 2em;
    padding: 1em;
    border: 3px solid #b12a00;
    background-color: #ff764b;
    display: inline-block;
    font-weight: bold;
}
