
/*
Copytext 3.15
 */

div.copytext {
/* KGB: change of font-size from 10px to 11px - 09/05/07 */
/*071105_PM: Größe von 11 auf 12px geändert*/
font-size: 12px;
/* KGB: change of color from #626060 to #545454 and line-height to 13px - 09/14/07 */
color: #545454;
line-height: 13px;
}

div.copytext img.image {
float: right;
/* KGB: making portrait image fully flexible in terms of width and height - 09/21/07 
width: 128px;
height: 300px; */
border: none;
/* KGB: addition of margin left - 09/11/07 */
margin-left: 20px;
}

