<!--
* {
  margin : 0;
  padding : 0;
  border : none;
}
html {
  width : 100%;
  height : 100%;
}
body {
  display : block;
  width : 100%;
  height : 100%;
  background : #fff;
  color : #999;
  font-family : arial, helvetica, sans-serif;
  font-style : normal;
  font-weight : normal;
  font-size : 100.01%;
  text-align : left;
  vertical-align : top;
}
img {
  border : 0;
}

/* ================= Popup Grossbild Gedichte mit HoverBild */

#bildblock, #bildblock2, #bildblock3, #bildblock4 {  
  display : block;
  text-align : center;
}
#bildblock, #bildblock2 {
  width : 500px;
}
#bildblock {
  height : 400px;
  margin-top : 30px;
}
#bildblock2, #bildblock3 {
  height : 440px;
  margin-top : 20px;
}
#bildblock3, #bildblock4 { width : 540px }
#bildblock4 {  
  height : 500px;
  margin-top : 20px;
}

.img20 {
  width : 20px;
  height : 20px;
}
.img400 {
  width : 400px;
  height : 400px;
}
.img440 {
  width : 310px;
  height : 440px;
}
.img500 { width : 500px }
.img400w { width : 400px }
.img460w { width : 460px }
.img480w { width : 480px }

.img400h { height : 400px }
.img420h { height : 420px }
.img440h { height : 440px }
.img460h { height : 460px }
.img480h { height : 480px }

#bildtext, #bildtext2, #bildnav, #bildzu, #bildzu a, #bildzu img {
  display : block;
}
#bildtext, #bildtext2, #bildnav {
  float : left;
}
#bildtext, #bildtext2 {
  height : 30px;
  margin-top : 30px;
  margin-left : 20px;
  font-size : .8em;
}
#bildtext {
  width : 330px;
}
#bildtext2 {
  width : 360px;
}
#bildnav {
  width : 100px;
  height : 40px;
  margin-top : 20px;
  font-size : .7em;
}
#bildzu, #bildzu a, #bildzu img {
  width : 16px;
  height : 16px;
}
#bildzu {
  margin-top : 27px;
  float : left;
}
#bildzu a {
  background: url(nav/close2.png) no-repeat;
}
#bildzu a:hover img {
  visibility : hidden;
}
#bildzu a:hover { /* Workaround fuer IE 5.5 und 6 */
  border : 0;
}
* html #bildzu a {
  margin-right : 1px;
}
* html #bildzu a:hover {
  width : 17px;
  margin-right : 0; /* Workaround fuer IE 5.01 */
}
/* ================= ENDE Popup Grossbild Gedichte */
//-->