/* CSS Document 13.11.2007 koeb runkel  kbu */
/* ******************  body  *************** */
body {
    margin: 3px;
    background: #f7f7F7;
    font-family:  Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 80%;
    min-width: 790px;
}
  .marabu_rechts {
    background: transparent;
    position: absolute;
    top: 10px;
    left: 610px;
}
/* *** eigentlicher text-inhalt *** */

div.ueberschrift {
    background: #A00020;
    font-size: 1.1em;
    color: #FFFFFF;
}


#content {

        float: right;

        font-size: 1.3em;

          width: 100%;

         color: #000000;



}

/* *** KOEB- Marabu **** */



/* *** navigationsmenue *** */

.bodymenueblock {
        font-size: 80%;

        min-width: 190px;



        background:#efefef;

       /* height: 1024px;*/S


}


/* *** navigationsmenue *** */

#menueblock {
        position: absolute;

        margin-top: 0px;

         float: left;

       /* width: 190px;*/

         background:#efefef;

       /* height: 1024px;*/S

       /* border-right-width:2px;

        border-right-style:solid;

         border-right-color:red;*/

}


#navigation {
    clear:left;
     font-weight: normal;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
    width: 170px;
    font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 0.9em;
    float: left;
    color: #000000;
         background:#efefef;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000000;
}

#navigation li {
    border-bottom: 1px dotted #a0000f;/* #ED9F9F; */ /*#fff; */
     font-weight: normal;
}

#navigation li a:link, #navigation li a:visited  {
    display: block;
    color: #000000;
    padding: 5px 5px 5px 0em;
/*    border-left: 5px solid #ffffcc;  711515 */
/*    border-right: 1px solid #ffffcc; 711515;*/
    text-decoration: none;
}

#navigation li a:hover  {
    display: block;
    padding: 5px 5px 5px 0em;
    color:#ffffff;
    background: #bfbfbf; /*#f90;*/
    text-decoration: none;
}

/* *** kennzeichnung der aktuellen seite *** */
.actpage {
    color:#0000ff;
    background: #ffff99;
}


/* *** anchor *** */

a:link {
    color: #a0000f;
    background: transparent;
    text-decoration:none;
    font-weight: normal;
}

a:visited {
    text-decoration:none;
    color:#a0000f;
    background: transparent;
    font-weight: normal;
}


a:hover {
    color:  #a0000f; /*#a0000f;*/
    text-decoration:none;
    background: #bfbfbf; /*#ffff99;*/ /*#f90;*/
    font-weight: normal;
}

a:focus {
    background: transparent;
    color: #a0000f;
    background: #ffff99;
    text-decoration:none;
    font-weight: normal;
}




/* *** ueberschriften *** */
h1  {
  /*  font-family: Arial, Verdana, Helvetica, sans-serif;   */
    font-size: 1.1em;
    font-weight: 500;
    color: #000000; /*#000000; */
  /*  background: #ffffFF;*/
    margin-bottom: -2px;
}

h2 {

    font-size: 1.0em;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000000;
}


h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    margin-bottom: -12px;
    color: #000000;
}

h4 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
}




/* *** listen *** */
ul {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    background: transparent;
    font-style:normal;
    font-weight:normal;
    list-style-type: square;
    list-style-image: none;
    padding-left: 10px;
    margin-left: 8px;
    color: #000000;
}

ul.ohne {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    background: transparent;
    font-style:normal;
    font-weight:normal;
    list-style-type: none;
    list-style-image: none;
    padding-left: 10px;
    margin-left: 8px;
    color: #000000;
}


/* *** button *** */
.button {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    color:#000000;
    background-color: yellow;
    font-style:normal;
    font-weight:bold;

}


ul.ohne li {
    padding-bottom: 5px;
}

.small {
    font-size: 0.8em;
    color: #000000;
}

.fett {
    font-weight:bold;
}


.tabelle_aussen {
        border-width: 0px;
        border-color: #252525;
        border-style: ridge;
        padding: 1px;

}

.tabelle_innen {
        border-width: 1px;
        border-color: #202020;
        border-style: groove;
        padding: 7px;
       text-align: left;
        font-size: 0.9em;
}


.listdisabled{
        display : none;
}

.listenabled{
        display : visible;
}