body {
   font-size: 9pt;
}

div#Header {
   font-size: 0.8em;
}

a {
   font-size: 7pt;
}
div#aHinweise a{
   font-size: 7pt;
}

/*
div#Header h1 {
   font-size: 1.1em;
}

div#Header h2 {
   font-size: 1.0em;
}

div#Header h3 {
   font-size: 0.9em;
}
*/

div#DivCounter td {
   font-size: 7pt;
}


.zentriert {
   font-size: 12pt;
   height: 340px;
   overflow: hidden;
}

div#DivTelKontakt {
   overflow: hidden;
   height: 340px;
   font-size: 9pt;
}

div#DivNotiz {
   overflow: hidden;
   /*height: 320px;*/
   font-size: 9pt;
}


div#FotoRalph {
   position: absolute;
   top: 60px;
   left: 80px;
   margin: 0;
   padding: 0;
   cursor: pointer;
}

div#FotoRalph.versteckt {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 0;
   height: 0;
   overflow: hidden;
   visibility: hidden;
}

div#FotoRalph.sichtbar {
   position: absolute;
   top: 60px;
   left: 80px;
   visibility: visible;
   cursor: pointer;

}

img#ImgFotoRalph {
   border: 3px solid #FFFFFF;
   border-right-color: #000000;
   border-bottom-color: #000000;
}



div#FotoUli {
   position: absolute;
   top: 230px;
   left: 80px;
   margin: 0;
   padding: 0;
   cursor: pointer;
}

div#FotoUli.versteckt {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 0;
   height: 0;
   overflow: hidden;
   visibility: hidden;
}

div#FotoUli.sichtbar {
   position: absolute;
   top: 230px;
   left: 80px;
   visibility: visible;
   cursor: pointer;

}

img#ImgFotoUli {
   border: 3px solid #FFFFFF;
   border-right-color: #000000;
   border-bottom-color: #000000;
}
