body {
  background-color: #005f0f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #005f0f;
}

#wrap {
  position: relative;
  margin: 0px auto;
  width: 800px;
  min-height: 600px;
  background-image: url(images/bg.png);
  background-repeat: repeat-y;
  background-position: 50% 50%;
}
#logo {
  width: 800px;
  height: 170px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
}
#navi {
  float: left;
  width: 185px;
  min-height: 380px;
}
#content {
  float: left;
  width: 609px;
  min-height: 380px;
  padding: 3px;
}
#copyright {
  clear: both;
  float: left;
  width: 800px;
  height: 70px;
  background-image: url(images/bottom.png);
  background-repeat: no-repeat;
}
#admincontent {
  float: left;
  width: 278px;
  min-height: 100px;
  background-color: #31770c;
  padding:1px;
  margin:5px;
}
#breaker {
  clear:both;
  height:1px;
  overflow:hidden;
}


a:visited { color: #005f0f; }
a:link { color: #005f0f }
a:active { color: #F0E169 }

a.hell:visited { color: #f9f0af; }
a.hell:link { color: #f9f0af; }
a.hell:active{ color: #F0E169 }

a.navi {
  display: block;
  color: #f9f0af;
  background-color:#005f0f;
  width:120px;
  padding:4px;
  font-size:14px;
  font-family:Impact, Arial, sans-serif;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  margin-left: 5px;
  margin-top: 1px;
}
a.navi:hover {
  display:block;
  color:#f7d600;
}
a.navi_open {
  display: block;
  color: #f7d600;
  background-color:#005f0f;
  width:120px;
  padding:4px;
  font-size:14px;
  font-family:Impact, Arial, sans-serif;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  margin-left: 5px;
  margin-top: 1px;
}

a.subnavi {
  display: block;
  color: #005f0f;
  border:1px;
  border-color: #f9f0af;
  background-color:#f9f0af;
  width:85px;
  padding:4px;
  font-size:14px;
  font-family:Impact, Arial, sans-serif;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  margin-left: 25px;
  margin-top: 4px;
  margin-bottom: 5px;
}
a.subnavi:hover {
  display:block;
  color:#000000;
  background-color:#f9f0af;
}
a.subnavi_open {
  display: block;
  color: #000000;
  border:1px;
  border-color: #f9f0af;
  background-color:#f9f0af;
  width:85px;
  padding:4px;
  font-size:14px;
  font-family:Impact, Arial, sans-serif;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  margin-left: 25px;
  margin-top: 4px;
  margin-bottom: 5px;
}


ul#galnavi {
  margin: 2px;
  padding: 1px;
  text-align: center;
  border: 0px solid #00ff00;
}
ul#galnavi li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
ul#galnavi a, ul#galnavi span {
  float: center;
  text-decoration: none;
  margin: 2px;
  padding: 2px;
  border: 0px;
  color: #f9f0af;
  background-color: #005f0f;
}
ul#galnavi a:hover, ul#galnavi span {
  color: #f9f0af;
  background-color: #000000;
}
ul#galnavi div {
  clear: left;
}


p.erfolg {
  color:#00FF00;
}
p.fehler {
  color:#FF0000;
}
p.news_titel {
  font-family:Impact;
  font-size:14px;
  color: #f9f0af;
}
p.news_datum {
  font-family:Arial;
  font-size:10px;
  color: #f9f0af;
}
p.news_datum_d {
  font-family:Arial;
  font-size:10px;
  color: #005f0f;
}
p.titel {
  font-family:Impact;
  font-size:16px;
  color: #f9f0af;
  background-color: #005f0f;
  width: 600px;
  padding:4px;
}
p.subtitel {
  font-family:Impact;
  font-size:14px;
  color: #31770c;
}
p.subtitel2 {
  font-family:Impact;
  font-size:16px;
  color: #31770c;
}
p.subtitel_hell {
  font-family:Impact;
  font-size:14px;
  color: #f9f0af;
}
p.subtitel2_hell {
  font-family:Impact;
  font-size:16px;
  color: #f9f0af;
}
p.hell {
  color: #f9f0af;
}
p.menu_klein {
  color: #f9f0af;
  font-size: 14px;
  font-weight: bold;
}
p.beispiel {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
p.copyright {
  font-size: 11px;
  font-weight: normal;
  color: #f9f0af;
}

table.gruen {
  background-color: #31770c;
  border: 0px;
  width: 600px;
}

/*---------------- V3 ------------------ ab V3 ----------------- V3 ----------- */

#gadget {
  float: left;
  width: 130px;
  min-height: 160px;
  background-color: #31770c;
  padding:1px;
  margin:5px;
  overflow:hidden;
}


span.tbl_big_titel {
  font-size: 18px;
  font-weight: bold;
  color: #363636;
}
span.tbl_titel {
  font-size: 14px;
  font-weight: bold;
  color: #363636;
}
span.tbl_small_titel {
  font-size: 12px;
  font-weight: normal;
  color: #363636;
}
span.tbl_small_titel_hell {
  font-size: 12px;
  font-weight: bold;
  color: #f9f0af;
}
span.tbl_ct_hell {
  color: #D2D585;
  font-weight: normal;
}
span.tbl_small_info {
  font-size: 11px;
  color: #A9AA7E;
  font-weight: normal;
}
span.txt_titel {
  font-size: 14px;
  font-weight: bold;
  color: #D2D585;
}
span.festbeschr {
  font-family:Arial;
  color: #005f0f;
  font-size: 13px;
}
span.gadget_titel {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #363636;
}
span.gadget_link {
  font-size: 11px;
  font-weight: normal;
  color: #363636;
}
span.gadget_text{
  font-size: 12px;
  font-weight: normal;
  color: #f9f0af;
}



table.head {
  background-image: url(images/datum_header.png);
  width: 800px;
  height: 170px;
  border: 0;
}
table.tbl_ct {
  background-color: #31770c;
  min-width: 590px;
  max-width: 600px;
  border: 0;
}
table.tbl_bg_contact {
  background-color: #31770c;
  width: 250px;
  border: 0;
}
table.tbl_comments {
  background-color: #31770c;
  border: 0;
  min-width: 330px;
  max-width: 600px;
}

ul.aufzaehlung_hell {
  color: #D2D585;
}

