body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #EEEEEE;
    color: #000000;
}

th, td {
    font-size: 13px;
}

.klein {
    font-size: 11px;
}

p {
    margin: 0 0 1em 0;
}

p.letzter {
    margin-bottom: 0;
}

.nobreak {
    white-space: nowrap;
}

img.lfluss {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #000000;
}

img.rfluss {
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid #000000;
}

a.text {
    color: #003F86;
    font-weight: bold;
    text-decoration: none;
}

form {
    margin: 0;
}

#randoben, #randlinks, #randrechts, #randunten {
    position: fixed;
    z-index: 10;
}

#randoben   { left: 0px;    top:    0px; width: 1000px; height: 1px;   }
#randlinks  { left: 0px;    top:    0px; width: 1px;    height: 570px; }
#randrechts { left: 1000px; top:    0px; width: 1px;    height: 570px; }
#randunten  { left: 0px;    bottom: 0px; width: 1000px; height: 1px;   }




/* --------------
   Anzeigebereich
   -------------- */
#anzeigebereich {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 570px;
    background-color: #FFFFFF;
    background-image: url(b/hint.jpg);
    background-position: -30px 0;
    background-repeat: no-repeat;
}




/* ---------
   Steuerung
   --------- */
#steuerung {
    position: absolute;
    left: 115px;
    top: 108px;
    width: 109px;
    height: 306px;
    background-color: #003F86;
    background-image: url(b/hint-steuerung.jpg);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#steuerung #steuer {
    padding-top: 100px;
    background-image: url(b/steuerung-logo.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#steuerung a {
    display: block;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

#steuerung a.mpaktiv,
#steuerung a:hover,
#steuerung a:focus {
    color: #FFFF00;
}

.inaktiv {
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #5B5C69;
}




/* -------------
   Seitenanzeige
   ------------- */
#seitenanzeige {
    position: absolute;
    left: 821px;
    top: 108px;
    width: 65px;
    height: 306px;
    background-color: #003F86;
    background-position: 2px 50%;
    background-repeat: no-repeat;
}


/* -----
   Welle
   ----- */
#welle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 481px;
    height: 124px;
    background-image: url(b/welle.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}




/* ----------------------------
   Formate ab der zweiten Seite
   ---------------------------- */

/* --------
   Kopfbild
   -------- */
#volme_galerie_kopfbild {
    position: absolute;
    left: 227px;
    top: 30px;
    width: 591px;
    height: 193px;
    background-image: url(b/hint-volme-galerie.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}




/* -------
   Inhalte
   ------- */
#inhaltsbox {
    position: absolute;
    left: 227px;
    top: 108px;
    width: 591px;
    height: 462px;
    background-color: #FFFFFF;
    overflow: auto;
    background-image: url(b/hint-inhalt.jpg);
    background-position: 227px 108px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#inhalt {
    margin: 90px 20px 20px 20px;
}

#inhalt h1 {
    font-size: 21px;
    font-weight: bold;
    color: #003F86;
}

#inhalt h2 {
    font-size: 15px;
    font-weight: bold;
    color: #003F86;
}

.infokasten {
    padding: 5px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
}



/* ---------
   Aktuelles
   --------- */
h1.aktionsvorschau {
    margin-top: 80px;
}

.headline {
    margin-bottom: 1em;
}

.headline a {
    display: block;
}

.headline .datum {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    color: #F29609;
}

.headline h2 {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    color: #003F86;
}

.newsbox {
    margin: 0 0 2em 0;
}

.newsbox p {
    margin-bottom: .75em;
}

.aend_vor {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.archiv {
    margin-top: 2em;
    padding-top: 1em;
    text-align: center;
    border-top: 1px solid #CCCCCC;
}

.archiv a {
    font-size: 15px;
    font-weight: bold;
    color: #003F86;
    text-decoration: none;
}



/* --------
   Formular
   -------- */
table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
}

.eingabefeld {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.formulartabelle th, .formulartabelle td {
    padding: 3px 0;
    text-align: left;
    vertical-align: top;
}

.formulartabelle th {
    padding-top: 6px;
    padding-right: 10px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

