@charset "UTF-8";

@media screen, projection
{
/**
 * @section BVB-CSS
 */
#sidebar ul li.events_widget_list {
  color: black;
  background: url(/wp-content/uploads/2010/07/BVB_Plakat.jpg) top left no-repeat;
  width: 238;
  height: 292px;
  padding: 1px 0;
  position: relative;
}
#sidebar ul .events_widget_list h2 {
  padding: 10px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.1em;
  line-height: 1.2;
}
#sidebar ul .events_widget_list p {
  color: inherit;
  background-color: white;
  position: absolute;
  top: 190px;
  left: 10px;
  padding: 5px 10px;
  width: 198px;
  height: 80px;
  text-align: center;
  border-top: 3px solid #ad0000;
}
#sidebar ul .events_widget_list p span.date {
  font-weight: bold;
  display: block;
  margin: 0 0 .5em 0;
}
#sidebar ul .events_widget_list p br { display: none; }

#sidebar ul .events_widget_list p strong {
  display: block;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}}
