@charset "utf-8";
/* CSS Document */

html {
  overflow-y: scroll;
  min-height: 100%;
}
body {
  color: #000000;
  font-size:14px !important; 
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #9dca67;
}
#mutter {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;   
  background-color: #fff;
  margin-top: 40px;
  -webkit-box-shadow: 3px -3px 20px 0px rgba(31, 28, 32, 65);
  box-shadow: 3px -3px 20px 0px rgba(31, 28, 32, 65);
}
/* Topbereich
------------------------------------------------------------------------------------------------- */
#top {
  height: 360px;
  width: 1024px;
  border-bottom: solid 1px #a8a8a8;
  padding-top: 10px;
}
#flower1 {
  background-image: url(../images/flower.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 23px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -331px;
}
#top_left {
  float:left;
  width: 175px;  
  padding-top: 15px;
  padding-left:10px;
  padding-right: 11px;
  border-right: solid 1px #a8a8a8;
  height: 345px;
}
#top p {
  padding-top: 0px;
}
#top_center {
  float:left;
  padding-left: 10px;
  padding-right: 15px;
  width: 114px;
  padding-top: 53px;
}
#top_right {
  float:right;
  width: 683px;
  padding-top: 15px;
  padding-right: 5px;
}
#logo {
}
#open {
  padding-top: 18px;
  line-height: 19px;
  padding-left: 19px;
}
#navi_top {
}
#header_bg {
  background-image: url(../images/bg_header.png);
  background-repeat: no-repeat;
  width: 683px;
  height: 337px;
}
#header {
  padding-top: 5px;
}


/* Mainbereich 
------------------------------------------------------------------------------------------------- */

#main {
  padding-left: 10px;
  line-height: 18px;
}
#flower2 {
  width: 45px;
  height: 33px;
  background-image: url(../images/flower_blue.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 429px;
  margin-left: 467px;
}
#logos {
  position: absolute;
  left: 50%;
  top: 429px;
  margin-left: 380px;
}
#birds {
  width: 82px;
  height: 56px;
  background-image: url(../images/birds.png);
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
  margin-left: 35px;
}
#bottom {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;  
}
#bird_orange {
  width: 34px;
  height: 34px;
  background-image: url(../images/bird_o.png);
  background-repeat: no-repeat;
  position: relative;
  margin-left: 280px;
  top: -120px;
  left: 50%;
}

/* Contentbereich */
#content_wrap {
  
}
#content_left {
  float: left;
  width: 311px;
  min-height: 605px;
  padding-left: 19px;
  background-image: url(../images/bg_content_left.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  padding-top: 10px;
}
#content_right {
  float: left;
  width: 668px;
  padding-right: 15px;
  padding-bottom: 110px;
  /* border-left: solid 1px #a8a8a8; 
  min-height: 739px; */
}
#navi {
  /*background-image: url(../images/bg_navi.png);
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: solid 1px #a8a8a8;*/ 
  font-size: 17px;
  height: 43px;
  width: 643px;
  padding-left: 40px;
}
#content1 {
  width: 299px;
}
#content2 {
  padding-top: 10px;
  border-top: dashed black 1px;
  width: 285px;
}
#content2 a {
  color:#000;
}
#content2 a:hover {
  color: #70BC1F;
  text-decoration: none;
}
#content{
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
}

/* Footerbereich
------------------------------------------------------------------------------------------------- */
#gras {
  background-image: url(../images/gras.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  height: 115px;
  margin-top: -149px !important;
  z-index: 10;
  position:relative;
}



/* Headlines, Links, .....
------------------------------------------------------------------------------------------------- */
a, a.internal-link {
  text-decoration: none;
  color: #70bc1f;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a.external-link-new-window {
  text-decoration: none;
  color: #70bc1f;
}
a:hover.external-link-new-window {
  text-decoration: underline;
  color: #000;
}
a, a:active {
  color: #70bc1f;
}
.csc-textpic-caption {
  font-size: 11px;
}

h1 {
  color: #70bc1f;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
h2 {
  color: #70bc1f;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  font-family:  Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: none;
}
h3, h4, h5{
  color: #70bc1f;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  font-family:  Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: none;
}

a img{
  border: none;
}
img, img:focus, a img:focus, a:focus{
  border:0 none;
}

.clear{
  clear:both;
}
p {
  padding-top: 10px;
  padding-bottom: 10px;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}

::selection {
  background: #dddcdc !important;
  color: #000 !important;
}
*::-moz-selection {
  background: #dddcdc !important;
  color: #000 !important;
}
:required {
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}


/* Kontaktformular Powermail
---------------------------------------------------- */
span.powermail_mandatory {
  font-weight: bold;
}


/* Nivoslider */
.theme-default .nivoSlider {
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* NAVIGATION TOP
---------------------------------------------------- */
#main_navi {
}
.navi_act a, .navi_no a:hover {
  color:#000;
  font-weight:bold;
  background-image: url(../images/hover.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 12px;
  text-decoration: none;
}
.navi_no a {
  color:#898a8c;
}
.navi2_no a {
  color:#000;
  font-weight:normal;  
  background-image: none;
  padding-left: 12px;
}
.navi2_no a:hover, .navi2_act a {
  font-weight:normal;
  text-decoration:none;
  background-image:none;
  color:#70BC1F;
}

/* Shadowbox
---------------------------------------------------- */
#sb-overlay {
  background-color: #5b5b5b !important;
  opacity: 1 !important;
}
