/* Bildpositionierung im ContentBlock */   div.ContentBild {  float:left;}   div.ContentBildRechts {  float:right;}   .ContentBildMitte {  clear:both;  margin:auto;  text-align:center; }   div.ContentBild img { } div.ContentBildRechts img { margin-left: 5px; } /* pictures... */ div.picMini, div.picSmall, div.picMedium, div.picMaxi { margin-right: 2px;  margin-bottom: 0.5em; /*  float: left; */ overflow: hidden;  } div.picMaxi { margin-right: 0px; } /* Opera code */ div.picMini > a:first-child, div.picSmall > a:first-child, div.picMedium > a:first-child, div.picMaxi > a:first-child { display: block; } div.picMini { width: 126px; /* includes 1px border-left/-right */ } div.picSmall { width: 191px; /* includes 1px border-left/-right */ } div.picMedium { width: 221px; /* includes 1px border-left/-right */ } div.picMaxi { width: 375px; /* includes 1px border-left/-right */ } div.picMini .annotation, div.picSmall .annotation, div.picMedium .annotation, div.picMaxi .annotation { padding-top: 0.5em; color: #999999; } img.pictureZoom { margin-left: 5px; float: right; display: block; border-width: 0 !important; } #content img.bordered, #content a img.bordered, #content a:visited img.bordered { border: 1px solid #8ca6a6; } #content a img, #marginal a img { border: 1px solid #FFFFFF; } #content a:visited img, #marginal a:visited img { border: 1px solid #FFFFFF; } #content a:hover img.bordered, #content a:focus img.bordered, #content a:hover img, #content a:focus img, #marginal a:hover img.bordered, #marginal a:focus img.bordered, #marginal a:hover img, #marginal a:focus img { border: 1px solid #2b477f; } .annotation { line-height: 120%; } .annotation a:link, .annotation a:visited, .annotation a:focus, .annotation a:hover { text-decoration: underline; } div#popupContent{ background-color:#FFFFFF; }

