<!-- CSS für Dresden-Seiten -->
UNKNOWN {FONT-SIZE: small}

#menue-column
  {
   float :           left;
   width :           230px;
   height :          1000px;  /* Muss auf jeweiliger Seite noch angepasst werden */
   Margin-Left :     30px;
   Margin-Top  :     10px;
   }

#content-column
  {
   float :           left;
   width :           420px;
   height :          1000px;  /* Muss auf jeweiliger Seite noch angepasst werden */
   Margin-Top  :     10px;
   }

#advert-column
  {
   float :           right;
   width :           170px;
   height :          1000px;  /* Muss auf jeweiliger Seite noch angepasst werden */
   Margin-Top  :     10px;
   }

