/* coca.css */

body {
      margin: 0;
      padding: 0;
      font-family: Verdana, sans-serif;
      line-height: 1.4em;
      background-color: #2F4F4F;
}

#wrap {
      background-color: white;
      border-left-style: ridge;
      border-left-color: white;
      border-left-width: 4px;
      border-right-style: ridge;
      border-right-color: white;
      border-right-width: 4px;
}      

/* KOPFZEILE */

#kopfzeile {
     height: 140px;
     background-image: url(../bilder/bildleiste.gif);
}


#kopfzeile img {
      position: absolute;
      margin-top: 0px;
      margin-left: 0px;
}


#nav {
      float: right;
      background-color: #F5F5F5;
      border-top-style: ridge;
      border-top-color: white;
      border-top-width: 2px;
      border-bottom-style: ridge;
      border-bottom-color: white;
      border-bottom-width: 1px;
}

#nav ul {
      float: right;
      margin: 0px;
}

#nav ul li {
      float: left;
      padding: 15px 15px 15px 30px;
      background-color: #F5F5F5;
}

#nav ul li a {
     color: #2F4F4F;
     text-decoration: none;
     font-size: 1.2em;
}

#nav ul li a:hover {
     background-color: #FFFFF0;
     color: #A0522D;
}

#nav ul li a:active {
     color: #A0522D;
}


/* HAUPTBEREICH */

#seitenleiste {
     font-size: 90%;
     float: left;
     background-color: white;
    }

#inhalt {
     line-height: 2em; 
     background-color: white;
     border: none;
     margin: 30px 0 15px 15px;
}

#inhalt a, #box1 a, #box2 a {
     color: #2F4F4F;
}

#box1 a, #box2 a {
     color: #2F4F4F;
     text-decoration: none;
}

/* #inhalt a:visited, #box1 a:visited, #box2 a:visited {
     color: #A0522D;
} */

#inhalt a:hover, #box1 a:hover, #box2 a:hover {
     background-color: #FFFFF0;
     color: #A0522D;
}

#inhalt ul {
           list-style-type: disc;
           padding-left: 20px;
}


h1 {
     font-size: 200%; 
}

h2 {
     font-size: 150%;
}

h3 {
     font-size: 100%;
     color: #2F4F4F;
     font-weight: bold;
}

ul    {
      list-style-type: none;
      padding-left: 0px;
}

#box1 {
     background-color: #FFFFF0;
     border-width: 2px;
     border-style: outset;
     border-color: white;
     padding: 15px;
     margin: 15px 15px 0 15px;
}

#box1 h2, #box2 h2 {
     color: #2F4F4F;
}

#box2 {
     background-color: #FFFFF0;
     border-width: 2px;
     border-style: outset;
     border-color: white;
     padding: 15px;
     margin: 0 15px 15px 15px;
}


/* FUSSZEILE */

#fusszeile {
     text-align: right;
     padding: 0;  
     padding: 10px 0px 0px 0px;
     background-color: #F5F5F5;
     border-top-width: 2px;
     border-top-style: ridge;
     border-color: white;
}

#fusszeile a:link {
     color: black;
}

#fusszeile a:visited {
     color: black;
}

#fusszeile a:hover {
     color: #2F4F4F;
}

#fusszeile ul {
      float: right;
      padding: 0;      
}

#fusszeile ul li {
      padding: 0 0 0 20px;
      float: left;
}

#fusszeile ul li a {
     color: black;
}

#titel {
     line-height: 1.0em;
     background-color: #FFFFF0;
     padding: 5px 0 5px 0;
     border-top-style: dotted;
     border-top-color: black;
     border-top-width: 1px;
}

.rechts {
     text-align: right;
     vertical-align: bottom;
}

.geringer_ZA {
      line-height: 1.0em;
}
     
