html, body {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 background-color:#c6deff;
 margin:      0;
 padding:   0;
 color:      #000;
 /* Damit der Browser weiß, wo »unten« ist.
    100% provoziert Rundungsfehler.
 */
 height:      99.5%;
 /* Damit sich alles auch dann an »body« ausrichtet,
    wenn der Google-Cache-Header dazwischenkommt:
 */
  position:   relative;
  font-size:   100.01%;
  line-height:   1.35;
}

#Layer1 {
 z-index : 1;
 position: absolute;
 left: 20px;
 top: 120px;
 width:auto;
 font-size:1.65em;
 padding-bottom:0.0em;
}

#BILD {
 z-index : 0;
 position: absolute;
 left: 0em;
 top: 270px;
 height:104px;
 width: 100%;
 background-image:url(../images/bildleiste_04a.jpg);
 background-repeat:repeat-x;
}

#LINE {
 z-index : 1;
 position: absolute;
 left: 441px;/* 30em; */
 height: 100%;
/* width: 100%;*/
 background-image:url(../images/2x2w.gif);
 background-repeat:repeat-y;
}


#DE, #IT, #EN, #CZ {
 z-index : 1;
 position: absolute;
 left: 419px;
}

#DE2, #IT2, #EN2, #CZ2 {
 z-index : 1;
 position: absolute;
 left: 445px;
}

#DE, #DE2 { top: 180px;   }
#IT, #IT2 { top: 200px; }
#EN, #EN2 { top: 220px; }
#CZ, #CZ2 { top: 240px; }

a {
 z-index : 1;
 text-decoration:none;
 color:#000;
 background-color: transparent;
}
img {border:0px;}

#Layer2 {
 z-index : 1;
 position: absolute;
 top: 370px;
}

#adr {
 z-index : 1;
 margin-left:25px;
 padding-top:0.5em;
 width:auto;
 font-size:0.6em;
 color:#000;
}

