Template:Team:Bielefeld-CeBiTec/CSS


<style>

div.portraits {

   #background: red;
   margin: 10px 0 0 10px;
   width:100%;
   float: left;

}

div.portrait_box {

   #background: blue;
   float: both;
   margin-left: 0px;
   margin-top: 0px; 

}

div.portrait_image {

   float: left;
   margin-right: 20px;

}

div.portrait_text {

   #background: green;
   height: 320px;

}

</style>