* {
  padding:0px; /* Abst�de entfernen */
  margin:0px;
}
img {
  margin: 0px;
}
body {
  background-color: #FFFFFF; /*background-color: #AA0000;*/
  font-family: Arial,sans-serif;
  font-size: 8pt; 
  font-weight: bold; 
  color:#0050A0;
  /* Fr Zentrierung in �teren Browsern wichtig: */
  text-align: center;
}
/*-----------------------M U T T E R  C O N T A I N E R ( Z E N T R I E R U N G )---------------------------------------------*/
#rahmen {
  width: 800px;
  margin: 0px auto;
  text-align: center;
  background-color: white;
}
/*-----------------------M E N U E --------------------------------------------------------------------------------------------*/
#navcontainer {
  width: 740px;
  height: 20px;
  margin-bottom: 3px;
  float: left;
  text-align: center;
  background-color: #003399;
}
     #navcontainer ul {
       padding-left: 0;
       margin-left: 0;
       background-color: #003399;
       color: White;
       font-family: arial, helvetica, sans-serif;
       font-size: 8pt;
       font-weight: bold;
       }
     #navcontainer ul li { display: inline; }
     #navcontainer ul li a {
       padding: 3px 20px 3px 20px;
       background-color: #003399;
       color: White;
       text-decoration: none;
       float: left;
       /*border-right: 1px solid #fff; Trennlinien zwischen den Links*/
       }
     #navcontainer ul li a:hover {
       background-color: #6599FF;
       color: #fff;
       }
#navcontainer li a#current
{
background-color: #6599FF;
}


/*----------------------- F A H N E -------------------------------------------------------------------------------------------*/
#sprache {
  width: 60px;
  height: 20px;
  float: right;
  background-color: white;
}
     #sprache a { /* Bildwechsel Sprachlink */
       background: url(bilder/rsprache2.jpg) no-repeat;
       display:block; width:60px; /* Linkbereich begrenzen */
     }
     #sprache img {
       display:block; width:60px; height:20px; border:0;
     }
     #sprache a:hover img {
       visibility: hidden;
     }
     #sprache a:hover { /* Workaround fuer IE 5.5 und 6 */
       border:0;
     }
#dsprache {
  width: 60px;
  height: 20px;
  float: right;
  background-color: white;
}
     #dsprache a { /* Bildwechsel Sprachlink */
       background: url(bilder/dsprache2.jpg) no-repeat;
       display:block; width:60px; /* Linkbereich begrenzen */
     }
     #dsprache img {
       display:block; width:60px; height:20px; border:0;
     }
     #dsprache a:hover img {
       visibility: hidden;
     }
     #dsprache a:hover { /* Workaround fuer IE 5.5 und 6 */
       border:0;
     }
/*----------------------- L I N K S  I M  T E X T --------------------------------------------------------------------------*/
a:link.extern {
  text-decoration:underline;
  font-size:8pt;
  color:#0050A0; }
a:visited.extern {
  text-decoration:underline;
  font-size:8pt;
  color:#0050A0; }
a:hover.extern {
  text-decoration:underline;
  font-size:8pt;
  color:#0050A0;
  background-color:#DFDFDF; }
a:active.extern {
  text-decoration:underline;
  font-size:8pt;
  color:#0050A0;
  background-color:#DFDFDF;}
/*--------------------------------------------------------------------------------------------------------------------------*/

a:link.neu{text-decoration:none;font-size:8pt;color:#0050A0;}
a:visited.neu{text-decoration:none;font-size:8pt;color:#0050A0;}
a:hover.neu{text-decoration:none;font-size:8pt;background-color:#DFDFDF;}
a:active.neu{text-decoration:none;font-size:8pt;background-color:#DFDFDF;}
