/* ausblendungen */
#head, #nav { display: none; }
#nav { position: absolute; width: 0px; padding: 0px 0px 0px 30px; margin: 0px 0px 0px 0px; overflow: hidden; }

/* proportion */
body { margin: 23px 47px ; }
.sitetitle, #cont { margin-left: 0px; width: 500px; } /* mittellinie an den Rand */
.sitetitle { padding: 0px 15px 0px 35px; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; }
#cont { position: absolute;  padding: 25px 25px ; overflow:hidden; margin-top: 10px;  }
ul { padding:  0px 0px 0px 15px; margin: 0px 0px 0px 0px; }
h2, h3 {padding:  15px 0px 0px 0px; margin: 0px 0px 0px 0px; }
.bild { float:right; }

/* farbe **/
body { background-color: #ffffff; } /* das Grau wird weiss*/
.sitetitle { color: #000000; background-color: #ffffff; } /* das Orange zu weiss */
a:link { color: #ffffff; font-style: italic; } /* linkfarbe: Orange wir italic */
#cont { color: #000000; background-color: #ffffff; }



