
/*
Copytext 3.2
 */
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: flexible image size - 09/19/07 
width: 128px;
height: 300px; */
border: none;
/* KGB: addition of margin left - 09/11/07 */
margin-left: 20px;
/* KGB: addition of position relative to fix image height bug IE6 - 10/12/07 */
position: relative;
}

/* KGB: new parameter for circumfluent bullets - 10/02/07 */
div.copytext ul, div.copytext ol {
display: inline;
/* KGB: addition of position relative to fix image height bug IE6 - 10/12/07 */
position: relative;
}
