/* Verein Altes Rathaus */
* {
  margin: 0px;
  padding: 0px;
}

html {
        height:100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-family: Verdana, Arial, non-serif;
  font-size: 11pt;
}

#page {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#header {
  background:url(../img/header.gif) no-repeat;
  height: 161px;
}
#spacer {/*Gruener Balken &uuml;ber der Navi */
  background-image: url(../img/spacer.gif);
  height: 10px;
  width: 100%;
}

/* ------------ Navigation ------------ */
#navi {
  background-color: #3B5499;
}
#navi ul {
  margin: 0px;
  padding: 0px;
  height: 30px;
  background-image: url(../img/nav_btn.gif);
}
#navi ul li {
  display: inline;
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
  padding-bottom: 8px;
  font-size: 18px;

}

#navi ul li:hover {
  display: inline;
  font-size: 18px;
  font-color: #8AC72E;
  background-image: url(../img/footer_btn.gif);
}

#navi ul li:hover a{
  text-decoration: none;
  color: #3B5499;
}

#navi ul li.active{
  display: inline;
  font-size: 18px;
  font-color: #3B5499;
  background-color: #8AC72E;
}

#navi ul li a {
  text-decoration: none;
  color: #8AC72E;
}

#navi ul li a:hover {
  text-decoration: none;
  color: #3B5499;
}

/* ------------------------ */

/* ------------ Linke Spalte ------------ */
#leftCol {
  position: absolute;
  left: 0px;
  background-image: url(../img/sideCol.gif);
  background-repeat: repeat-x;
  background-position: left top;
  width: 190px;
  height: 500px;
  background-color: #f0f0f0;
  margin: 0px;
  padding: 0px;
}

#leftCol ul {
  list-style-type: none;
}

#leftCol ul li {
          background-image: url(../img/subnav_btn.gif);
        background-repeat: repeat-x;
        background-position: left;
        height: 27px;
        width: 100%;
}

#leftCol ul li:hover {
          background-image: url(../img/subnav_btn_over.gif);
        background-repeat: repeat-x;
        background-position: left;
        height: 27px;
        width: 100%;
}

#leftCol ul li a {
        padding-top: 4px;
        padding-left: 5px;
        vertical-align: middle;
        width: 100%;
        text-decoration: none;
        color:#000;
        display: block;
}

#leftCol ul li:hover a:hover {
  width: 100%;
  color:#000;
}



/* ------------ Mittlere Spalte ------------ */
#contentCol {
        background-image: url(../img/midCol.gif);
        background-repeat: repeat-x;
        background-position: left top;
        margin: 0px 190px 0px 190px;
        height: 500px;
        padding-top: 10px;
        padding: 0px 10px 0px 15px;
        border-left: 1px solid #ACACAC;
        border-right: 1px solid #ACACAC;
        overflow-x: none;
        overflow-y: auto;

}

#contentCol p {
         margin-top: 10px;
}
#contentCol ul {
        margin-left: 15px;
        list-style: circle;
        list-
}

#contentCol h1 {
        font-family: "Times New Roman";
        font-size: 1.25em;
        color: #3B5499;
}
#contentCol span {
        font-size: 1.8em;
        font-family: "Times New Roman";
        font-weight: bold;
        line-height: 0.6em;
}
#contentCol h2 {
        font-family: "Times New Roman";
        font-size: 15px;
        color: #3B5499;
}
#contentCol h3 {
         font-family: "Times New Roman";
         color: #3B5499;
         font-size: 13px;
}
#contentCol h5 {
         font-family: "Times New Roman";
         color: #000000;
         font-size: 15px;
}

#contentCol a {
        text-decoration: none;
        font-style: italic;
        font-size: 0.9em;
        color: #3B5499;
}

#contetCol h3 {
         font-family: "Times New Roman";
         color: #3B5499;
         font-size: 10px;
}

.date {
        padding: 5px 5px 5px 5px;
        display: block;
        float: right;
        text-align: right;
        font-size: 0.9em;
}

.fuslgo { /*Logos der Sponsoren */
        float: left;
        margin-right: 50px;
        margin-top: 30px;
        text-decoration: none;
}

.fuslgo img {
        border: 0;
}
/* ------------------------ */

/* ------------ Rechte Spalte ------------ */
#rightCol {
  position: absolute;
  right: 0px;
        background-image: url(../img/sideCol.gif);
        background-repeat: repeat-x;
        background-position: left top;
  width: 190px;
  height: 500px;
  background-color: #f0f0f0;
  margin: 0px;
  padding: 0px;
}

#rightCol p {
  margin: 310px 10px 10px 0px;
  text-align: right;
  font-size: 90%;
}
/* ------------------------ */

/* ------------ Footer ------------ */
#footer {
  background-image: url(../img/footer_btn.gif);
  text-align: center;
  height: 25px;
  padding-top: 5px;
  margin-top: 5px;
  position: bottom-top;
  font-family: "Times New Roman";
  color: #3B5499;
  font-size: 13px;
 }
 /* ------------------------ */

/* ------------ nuetzliche Klassen ------------ */
.grey { /*Rahmen um die Vorstandsmittglieder */
  margin: 10px 5px 0px 10px;
  padding: 10px 10px 10px 15%;
  background-color: #F0F0F0;
  border: 1px solid #ACACAC;
  padding-left: 5px;
}

.greyklein { /*Rahmen um die Vorstandsmittglieder */
  margin: 10px 850px 0px 0px;
  padding: 10px 10px 10px 15%;
  background-color: #F0F0F0;
  border: 1px solid #ACACAC;
  padding-left: 5px;
}

.clear {
        float: none;
}
.left {
        float: left;
        margin-right: 8px;
}
.right {
        float: right;
}

.blauerlink a {
        color: blue;
         size: 12px;
         text-decoration: none;
}
/* ------------------------ */
