/* Liste der Veranstaltungen*/
.event_clear { clear: both }
.event_list  { margin-top: 10px; margin-bottom: 10px }
.event_day     { color: #c02c19; font-weight: bold; background-color: #dadbdc; padding: 3px 5px }

/* Liste Header */
.event_listheader  { margin-top: 10px; margin-bottom: 10px }
.event_listheader .info  { float: left }
.event_listheader .controls  { float: right }
.event_listheader .controls  a  { text-decoration: none; display: block; margin-top: 0; margin-right: 2px; margin-bottom: 0; padding: 1px 4px; float: left; border: solid 1px #dadbdc }
.event_listheader .controls  a:active  { color: #fff; background-color: #c02c19; border: solid 1px #c02c19 }
.event_listheader .controls  a:hover  { border: solid 1px #c02c19 }
.event_listheader .controls  a#current:link, .event_listheader .controls a#current:visited, .event_listheader .controls a#current:active, .event_listheader .controls a#current:hover  { color: #fff; background: #c02c19; border: solid 1px #c02c19 }

/* Event Item*/
.event_item    { margin-top: 5px; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #b6b7ba }
.event_item .image { margin-right: 5px; margin-bottom: 5px; float: left }
.event_item .titel  { width: 265px; float: left }
.event_item .titel a     { display: block }
.event_item .location    { color: #7e8083 }
.event_item .more    { float: right }
.event_item .more a { color: #7e8083; font-weight: normal; text-decoration: none; background-image: url("../de/images/point.gif"); background-repeat: no-repeat; background-position: right 2px; padding-right: 15px }
.event_item .description  { clear: both }

/* Event Details */
.event_detail {}
.event_detail .titel   { background-color: #dadbdc; padding: 3px 5px }
.event_detail .titel .titeltext { color: #c02c19; font-weight: bold; padding: 3px 5px; float: left }
.event_detail .titel a     { color: #7e8083; font-weight: normal; background-image: url("../de/images/point-back.gif"); background-repeat: no-repeat; background-position: left 4px; padding: 3px 5px 3px 18px; float: right }
.event_detail .location  { color: #7e8083; font-weight: normal; margin-bottom: 10px }
.event_detail .combi  { margin-top: 10px; margin-bottom: 10px }
.event_detail .image {margin-right: 5px; margin-bottom: 5px; float: left }
.event_detail .description  {}
/* Event Details Block */
.block   { margin-bottom: 10px; clear: both }
.blocktitel  { color: #c02c19; font-weight: bold; padding-bottom: 3px }
.blockitem  { margin-bottom: 1px; clear: both }
.blockitem .left   { background-color: #dadbdc; padding: 2px 5px; width: 150px; float: left }
.blockitem .right   { padding: 2px 5px; float: left }

/* Termine */
.terminetitel { color: #c02c19; font-weight: bold; padding-bottom: 3px }
.termine      { background-color: #dadbdc; margin-bottom: 10px; padding-top: 5px; padding-bottom: 5px; width: 430px; height: 97px; overflow: auto }
.terminetag      { background-image: url("../de/images/point.gif"); background-repeat: no-repeat; background-position: left 2px; margin-right: 5px; margin-bottom: 3px; margin-left: 5px; padding-bottom: 3px; padding-left: 12px; border-bottom: 1px solid #fff }

/* Navigation */

