/* Umwandlung interner Styles in externe Styles */
.bildlinks { margin:0;}
.bildrechts { position:absolute; right:0;}
.bildrechtsfloat { float:right;}
.bildlinksfloat { float:left; margin-right:10px;}

.bold {font-weight:bold;}
.italic {font-style: italic;}
.underline {text-decoration:underline;}
.line-through {text-decoration: line-through;}
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.align-justify {text-align: justify;}

.stern { color: red; }
