
<!--
/*Hintergrund*/
body, background {background-color:rgb(204,204,204);}

/* Rahmentabelle Ausrichtung im Zeitungsformat */
.berzeittab       {margin-left:15%;width:450px;}

/* Uberschrift */
.bertitel1     {color:#000000; font-family:arial; font-weight:bolder;font-size:16pt;
                  background-color:rgb(204,204,204);margin-bottom:2px;vertical-align:top;
                 margin-left:0px;width:450px;text-align:center;}

/* Unteruberschriften */
.bertitel2     {}

/* Text */
.bertext       {color:#000000; font-family:arial, sans-serif;
          font-size:12pt;margin-bottom:5px;margin-top:10px;text-align:justify;width:450px;}

/* Bildunterschriften */
.berupictext       {color:#000000; font-family:arial, sans-serif;
          font-size:8pt;margin-bottom:5px;margin-top:10px;text-align:justify;width:450px;}

/* Listenformatierung für Teilnehmertabellen*/
.berliste      {color:#000000; font-family:arial, sans-serif; font-size:12pt; margin-left:5px;}

/* Listenformatierung für Teilnehmertabellen*/
.berliste1     {color:#000000; font-family:arial, sans-serif; font-size:12pt;}

/* Tabellen */
.bertab        {color:#000000; font-family:arial, sans-serif; font-size:12pt; margin-left:15px;}

/* Hyperlinks */
a:link {color:#0000FF;}
a:visited {color:#0000FF;}
a:active {color:#0000FF;}
a:hover {color:#0000FF;}


-->