body {
   font-size: 11pt;
}

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

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


div#Header b {
   font-size: 0.9em;
}

div#DivCounter td {
   font-size: 1.1em;
}

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


div#DivTelKontakt {
   overflow: hidden;
   height: 460px;
   font-size: 13pt;
}

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

div#FotoRalph {
   position: absolute;
   top: 90px;
   left: 85px;
   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: 90px;
   left: 85px;
   visibility: visible;
   cursor: pointer;

}

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



div#FotoUli {
   position: absolute;
   top: 350px;
   left: 85px;
   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: 350px;
   left: 85px;
   visibility: visible;
   cursor: pointer;

}

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