/* slave default */

@import url(rte.css);

#column_left{
   display:none;
}

div#column_normal{
   width:420px;
   
   /*overflow:auto;
   overflow:-moz-scollbars-vertical;
   overflow-x:hidden;
   overflow-y:auto;*/
   
   overflow:hidden;
}


div#column_right{
   background:#fff;
}
div#column_right dd{
   display:none;
}
div#column_right img,
div#column_right dt,
div#column_right dl{
   float:left;
   margin:0;
   padding:0;
}


div.download h5{
   font-weight:normal;
}
div.download p{
   margin-left:16px;
}


/* textpics für Veranstaltungen / Ausstellungen */
div.image{
   padding:0px;
   /*padding-bottom:10px;*/
   padding-top:10px;
   
}

/* wenn image im textpic hat es nach unten keinen abstand */
div.textpic div.image {
   padding-bottom:0;
   padding-top:0;
}

div.at-the-right{
   padding-left:10px;
   padding-right:0px;
   float:right;
}
div.at-the-left{
   padding-right:10px;
   float:left;
}
div.at-the-right{
   padding-left:10px;
   padding-right:0px;
   float:right;
}

div.nowhere-specific{
   float:left;
}

div.textpic{   
   width:auto;
   float:left;
   padding-top:0;
   padding-bottom:15px;
}
div.textpic p{
  margin-bottom:0px;
}

p.caption{
   margin-bottom:0px;
   color:#8c897c;
   font-size: 9px;
   line-height:11px;
   /* clear the float: vor allem für Bilder, die schmaler sind als die Bildspalte*/
   clear:both;
}

/* verhalten von msie korrigieren */
* html p.caption{
  margin-top: -10px;
  padding-left: 3px;
}
