@charset "utf-8";
/* CSS Document */

/* HTML Tags */
body {
  margin: 0;
  padding: 0;
  background-color: #92c178;
  font-size: 0.9em;
  font-family: Verdana,Arial,sans-serif;
}

img, div { behavior: url(iepngfix.htc) }

h3 {
  height: 40px;
  font-family: Georgia,serif;
  font-size: 1.2em;
  vertical-algin: middle;
  padding-left: 75px;
  background: url(../img/trenner_h3.png) left no-repeat;
}

h4 {
  height: 25px;
  font-size: 1.1em;
  font-family: Verdana,Arial,sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #6fbc44;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
  /* background: url(../img/pfeil.png) left no-repeat; */
}

a img {
  border: 0; 
}

.arrow a {
}

.link_none {
  padding: 0;
  margin: 0;
  background:none;
}

.bottom {
  text-align: bottom;
}

/* Template CSS */
#content {
  height: auto;
  margin: 0 auto;
  top: 0px;
  width: 1000px;
}

#left_block {
  float: left;
  margin-top: 80px;
  width: 100px;
  height: 500px;
}

#main {
  float: left;
  width: 797px;
  background-color: #fff;
}

#right_block {
  float: left;
  margin-top: 80px;
  width: 100px;
  height: 500px;
}

#head_top {
  width: 797px;
  height: 150px;
  background-image: url(../img/header/rotate.php);
}

#head_bottom {
  width: 797px;
  height: 30px;
  background-color: #fff;
}

#breadcrumb {
  margin: 0;
  padding: 0;
  height: 20px;
  color: #999;
  font-size: 0.7em;
  font-weight: bold;
  border-bottom: thin solid #ccc;
}

#menu {
  padding:0;
  margin-top: 19px;
  float: left;
  width: 150px;
  height: 600px;
  font-size: 0.8em;
  font-family: Verdana,Arial,sans-serif;
  border-right: 1px dotted #000;
  background-color: #fff;
  color: #000;
}

#menu a {
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.5em;
  background: none;
}

#menu a {
  color: #000;
}

/* Wayfinder */

.nav_level_1 {
  line-height: 25px;
  background-color: #afc6a3;
  border-bottom: 1px solid #000;
}

.nav_level_1_active {
  line-height: 25px;
  border-bottom: 1px solid #fff;
}

.nav_level_2 {
  line-height: 25px;
  background-color: #c4dbb8;
  border-bottom: 1px solid #fff;
}

#content_area {
  float: right;
  width: 620px;
  padding-right: 10px;
  background-color: #fff;
}

#footer {
  margin: 0 auto;
  width: 797px;
  height: 45px;
  padding-top: 10px;
  font-size: 0.8em;
  text-align: center;
  color: #999;
  background-color: #fff;
  border-top: 1px solid #999;
}

#small {
  font-size: 0.8em;
  font-color: #F0F0F0;
}

/* Startseite */

#start_news {
  margin-left: 10px;
  width: 580px;
  background-color: #f0f0f0;
  border: 1px solid #999;
}

#start_news h3 {
  margin: 0;
  height: 30px;
  padding-top: 3px;
  padding-left: 15px;
  text-align: center;
  vertical-align: bottom;
  color: #000;
  background-color: #bad8b5;
  border-bottom: thin solid #999;
}

#start_termine {
 margin-left: 10px;
 width: 580px;
 background-color: #f0f0f0;
 border: 1px solid #999;
}

#start_termine h3 {
  margin: 0;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  padding-left: 15px;
  color: #000;
  background-color: #bad8b5;
  border-bottom: thin solid #999;
}

/* Ausbilder */
.trainer {
  float: left;
  width:280px;
  height: 160px;
  margin: 10px;
  border: thin solid #ccc;
}

.trainer_img {
  padding: 5px;
}

.section {
  width: 190px;
  font-size: 0.8em;
}

/* News Template */

.news {
  width: 100%;
  border-bottom: thin solid #ccc;
}

.news_date {
  font-size: 1em;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: thin solid #ccc;
}

/* Event Template */
.event {
  width: 100%;
  border-bottom: thin solid #ccc;
}

/* Event Nav */
#event_filter {
  margin 0 auto;
  padding: 5px;
  border: thin solid #000;
  color: #000;
  background-color: #F2F0F1;
}

.event_date {
  font-size: 1em;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: thin solid #ccc;
}

/* Vorstand */

.vorstand {
  float: left;
  margin: 15px;
  width: 500px;
  height: 280px;
  border: thin solid #ccc;
}

.vorstand h3 {
  background-image: none;
  background-color: #F2F0F1;
  border-bottom: thin solid #999;
  margin: 0;
  padding: 5px;
}


