/* slave 2 und 1 team */

@import url(rte.css);

#page_body{
   padding-left:5px;
   height:430px; /* ??? */
}

#column_left{
   position:absolute;
   left:155px;
   top:40px;
   /*width:265px;*/
	width:262px;
	display:block;
}
#column_normal{
   position:absolute;
   /*left:450px;*/
	left:447px;
   top:40px;
   /*width:265px;*/
	width:262px;
}

* html div#column_normal{
	left:447px;
	
}


div#column_right{
   background:#ffffff;
}
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.image{
   padding:0px;
   padding-top:10px;   
}
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;
}


