/* ============ */
/* ===      === */
/* === AOK  === */
/* ===      === */
/* === Bild === */
/* ===      === */
/* ============ */

.bild_links
 {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0 0 0 0; 
 }
 
.bild_rechts
 {
  float: right;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0; 
 }
 
.bild_links img, .bild_rechts img
 {
  border: 0;
  text-decoration: none;
 }

#inhalt .bild_gross img
 {
  margin: 0;
  padding: 0; 
 }
 

 
#main .motiv_untertext p
 {
 text-align: right;
 color: #888;
 font-size: 0.7em;
 clear: both;
 margin-top: -0.5em;
 }

/* ======================== */
/* === Bildvergrößerung === */
/* === Bildbeschreibung === */
/* ======================== */

.lupe
 {
  margin: 0 0 0.5em 0;
  padding: 0;
 }
.lupe a img
 {
  margin: 0 10px 1em 0;
  padding: 0;
  border: none;
  float: left;
 }
.lupe a:link, .lupe a:visited, .lupe a:active, .lupe a:hover, .lupe a:focus
 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  color: #009933;
  text-decoration: none;
 }
.lupe a:hover
 {
  text-decoration: none;
 }
.lupe a span
 {
  display: none;
 }
.lupe a:hover span
 {
  position: absolute;
  display: block;
  margin: 0 0 0 130px;
  padding: 8px 0 8px 8px;
  left: 0;
  text-align: center;
  font-size: 0.75em;
  font-weight: normal;
  color: #336699;
  filter: Alpha(opacity=100);
  background: #f7fbf8;
  border: solid 1px #b5dac7;
  z-index:3;
 }
* html .lupe a:hover span
 {
  margin-top: 1em;
 }

/* ======================== */
/* === Bildvergrößerung === */
/* === Bildbeschreibung === */
/* ======================== */

/*.lupe
 {
  margin: 0 0 0.5em 0;
  padding: 0;
 }
a.asichtbar img
 {
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  float: left;
 }
a:link.asichtbar, a:visited.asichtbar, a:active.asichtbar, a:hover.asichtbar, a:focus.asichtbar
 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  color: #009933;
  text-decoration: none;
 }
a:hover.asichtbar
 {
  text-decoration: none;
 }
a.asichtbar span
 {
  display: none;
 }
a:hover.asichtbar span
 {
  position: absolute;
  display: block;
  margin: 0 0 0 130px;
  padding: 8px 0 8px 8px;
  left: 0;
  text-align: center;
  font-size: 0.75em;
  font-weight: normal;
  color: #336699;
  filter: Alpha(opacity=100);
  background: #f7fbf8;
  border: solid 1px #b5dac7;
  z-index:3;
 }
* html a:hover.asichtbar span
 {
  margin-top: 1em;
 }*/

/* ============================= */
/* === Bildvergrößerung      === */
/* === JS-Variante ohne Text === */
/* ============================= */

.lupe-2
 {
  margin: 0 0 0.5em 0;
  padding: 0;
 }

.lupe-2 a img
 {
  border: none;
 }
.lupe-2 a img.thumbnail
 {
  margin: 0;
  padding: 0;
 }
.lupe-2 a img.lupe
 {
  margin: 0.2em 0.2em 0 0;
  padding: 0;
 }

.lupe-2 a.test
 {
  border: none;
  text-decoration: none;
 }
.lupe-2 a:link, .lupe-2 a:visited, .lupe-2 a:active, .lupe-2 a:hover, .lupe-2 a:focus
 {
  margin: 0 1.5em 1em 0;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  color: #669933;
  float: left;
 }
.lupe-2 a:hover, .lupe-2 a:focus
 {
  background-color: #cae4d4;
 }

/* === kein Highlightning bei verlinken Bild  === */

#navi_inhalt .a-img:hover, #navi_inhalt .box .a-img:link{
border: 0;
text-decoration: none;
}
