/* Rahmen-Hintergrundfarbe Dunkelblau = #333366; */
/* Inhalt-Hintergrundfarbe Dunkelblau = #616387; */

body {
     background-color: #333366;
     font-family     : Verdana, Trebuchet MS, Arial, Helvetica;
     font-weight     : normal;
     color           : #FFFFFF;
}

/***************/
/* Überschrift */
/***************/
#header {}

/* BSE Schriftzug */
#header .schriftzug {
     font-family: Trebuchet MS, Arial;
     font-size  : 26pt;
     font-weight: bold;
}

/* Lauftext */
#header .lauftext {
     position: absolute;
     top     : 55px;
     left    : 450px;
     width   : 250px;
     height  : 22px;
     color   : #000000;
     border  : 1px solid grey;
     background-color: #E0E0E0;
     font-family: Verdana, Courier;
}


/********/
/* Menu */
/********/
#menu {}

#menu .submenu {
     margin-left: 40px;
}

/* Menu-Überschrift */
#menu .schriftzug {
     font-size: 14pt;
     margin: 15px;
     text-align: center;
}

/* Link zu Firefox */
#menu .firefox {
     margin-top: 15px;
     text-align: center;
}

/* ausgewählter Menupunkt */
#menu .aktiv {
     background-color: #616387;  /* Farbe wie Hintergrundfarbe des Inhalts */
     position: relative;
     top     : 0px;
     left    : 10px;
     width   : 160px;
     line-height: 25px;
}

/* nicht ausgewählter Menupunkt */
#menu .inaktiv {
     background-color: #333366;
     position: relative;
     top     : 0px;
     left    : 10px;
     width   : 160px;
     line-height: 25px;
}

/* Link allgemein, besuchter Link */
#menu a:link, #menu a:visited, #menu a:hover {
     font-weight: bold;
     font-size  : 11pt;
     color      : #FFFFFF;
     text-decoration: none;
}

/* aktiver Link */
#menu a:hover { text-decoration : underline; }


/***************/
/* Zusatz-Menu */
/***************/

#Zusatz {
     position    : absolute;
     bottom      : 20px;
     font-size   : 7.5pt;
}

/* Link allgemein, besuchter Link */
#Zusatz a:link, #Zusatz a:visited, #Zusatz a:hover {
     font-size  : 7.5pt;
     color      : #FFFFFF;
     text-decoration : none;
}

/* aktiver Link */
#Zusatz a:hover { text-decoration : underline; }


/**********/
/* Update */
/**********/
#update  {
     font-size  : 8pt;
     line-height: 35px;
}

/* linker Teil der Fußzeile */
#update .links {
     position: absolute;
     top     : 0px;
     left    : 0px;
     width   : 50%;
     text-align: left;
}

/* mittlerer Teil der Fußzeile */
#update .mitte {
     position: absolute;
     top     : 0px;
     left    : 33%;
     width   : 34%;
     text-align: center;
}

/* rechter Teil der Fußzeile */
#update .rechts {
     position: absolute;
     top     : 0px;
     left    : 50%;
     width   : 50%;
     text-align: right;
}

/* Link allgemein, besuchter Link */
#update a:link, #update a:visited, #update a:hover {
     font-size  : 8pt;
     color      : #FFFFFF;
     text-decoration : none;
}

/* aktiver Link */
#update a:hover { text-decoration : underline; }
