/* so werden kommentare im stylesheet bereich eingebunden */


/* Farbe, hintergrundfarbe und fließtesteigenschaften*/
body { color: black; background-color: #f8f8ff; 
       font-family: Arial, Helvetica, sans-serif; font-size: 13pt;}


/* anchors nicht unterstreichen */
a:link { text-decoration: none; } 
a:visited { text-decoration: none; } 


 /* mutterbox fuer inhalt */
#mutterbox { position: absolute; top: 50%; left:50%; width: 640px; height: 300px;        margin-left: -220px; margin-top: -150px; background-color: #808000;  }

 /* box für navigation */
#navi { position: relative; top: 0px; left: 0px;  width: 100px; height: 100px;  background-color: #808000; }
 
