/*******************/
/* Box1 dunkelgrün */
/*******************/
div.moduletable_gruen {
  margin: 10px 0 10px 0;
  background: url(../images/boxtop01.gif) top left repeat-x;
  color: black;
  background-color: #7db41b;
  border: 1px solid #7db41b;
  padding: 5px 5px 0 5px;
}
div.moduletable_gruen h3 {
  margin:10px 0 6px;
  font-size: 10px;
  color: white;
}
div.mod_placehere_gruen {
  margin: 0;
  background: url(../images/li_top.gif) top left repeat-x;
  padding-top: 5px;
}
div.mod_placehere_gruen a {
  color: #333;
  text-decoration: none;
  background-color:#cfe6b2;
  display: block;
  padding: 2px 0;
  margin-top:5px;
}


/*******************/
/* Box1 weiss */
/*******************/
div.moduletable_weiss {
  margin: 10px 0 10px 0;
  margin-top: 10px;
  background: url(../images/boxtop02.gif) top left repeat-x;
  color: black;
  background-color: #fff;
  border: 1px solid #cfe6b2;
  padding: 5px 5px 0 5px;
}
div.moduletable_weiss h3 {
  margin:10px 0 6px;
  font-size: 10px;
  color: #7ab51d;
}
div.mod_placehere_weiss {
  margin: 0;
  background: url(../images/li_top.gif) top left repeat-x;
  padding-top: 5px;
}
div.mod_placehere_weiss a {
  color: #7ab51d;
  text-decoration: none;
  background-color:#cfe6b2;
  padding: 2px 0;
  margin-top:5px;
}
div.mod_placehere_weiss p {
  margin-bottom:15px;
}
.contentpaneopen div {
  width: 100%;
}

/*******************/
/* Box1 hellgrün */
/*******************/
div.moduletable_gruen2 {
  margin: 10px 0 10px 0;
  background: url(../images/boxtop03.gif) top left repeat-x;
  color: black;
  background-color: #d7e8bb;
  border: 1px solid #cfe6b2;
  padding: 5px 5px 0 5px;
}

div.moduletable_gruen2none {
  margin: 10px 0 10px 0;
  background: url(../images/boxtop03.gif) top left repeat-x;
  color: black;
  background-color: #d7e8bb;
  border: 1px solid #cfe6b2;
  padding: 5px 5px 0 5px;
}
div.moduletable_gruen2none a {
  display: none;
}
div.moduletable_gruen2none h3 {
  margin:10px 0 6px;
  font-size: 10px;
  color: #7ab51d;
}
div.moduletable_gruen2 h3 {
  margin:10px 0 6px;
  font-size: 10px;
  color: #7ab51d;
}
div.mod_placehere_gruen2 {
  margin: 0;
  background: url(../images/li_top.gif) top left repeat-x;
  padding-top: 5px;
}
div.mod_placehere_gruen2 a {
  color: #d7e8bb;
  text-decoration: none;
  background-color:#7ab51d;
  display: block;
  padding: 2px 0;
  margin-top:5px;
}


