/***********************************************************/
/* content.css */
/***********************************************************/
#content {
  background-color:#ffffff;
  float:left;
  width:400px;
    padding:10px 20px 20px 20px;
    min-height:500px;
  }
#printversionLogo {
  display:none;
}
#printversion {
  text-align:right;
}
#footline1, #footline2, #footline3 {
  color:#888888;
}
#footline1 {
  margin-top:50px;
  text-align:right;
}
#footline2 {
  background-image:url("/_Layout/common/linie_400.gif");
  height:1px;
  width:400px;
  background-repeat:no-repeat;
  font-size:1px;
}
#footline3 {
  text-align:left;
}
#printFootLine {
  display:none;
}
#content h1 {
  font-size:14px;
}
hr {
  height:1px;
  border-top: 1px solid #000000;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}
td {
  font-size:11px;
}
/*************************************************************************/
/* Veranstaltungen */
/*************************************************************************/
#content p.news_date {
  float:left;
    margin:0;
}
#content .news_rahmen {
  margin-top:0px;
    background-image:url("/_Layout/common/linie_400.gif");
    background-repeat:no-repeat;
  background-position:left bottom;
    padding-top:5px;
    padding-bottom:5px;
}
#content .news {
  margin-left:70px;
  min-height:20px;
}
#content .news h2 {
  font-size:11px;
  color:#000;
  margin:0px;  
}
#content div.news_rahmen div.news p {
    margin-bottom:0;
}