html, body {
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  width: 1050px;
  color: #404A3D;
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
}

a {
  color: #00598C;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
b, strong {
  font-weight: bold;
}

#all {
  background-color: #EAEAEA;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image:    -moz-linear-gradient(top, #eaeaea, #ffffff);
  background-image:      -o-linear-gradient(top, #eaeaea, #ffffff);
  background-image:         linear-gradient(to bottom, #eaeaea, #ffffff);
}

#head {
  background-color: #DDDDDD;
  margin: 0 0 20px 0;
}
#head .sub {
  background-color: #FFFFFF;
  padding: 15px 30px;
}
#head .sub #spruch {
  font-size: 10px;
  color:	#000000;
  padding-top:	10px;
}
#head #header {
  background-image: url("../img/oldenburg1.jpg");
  width: 1050px;
  height: 404px;
  position: relative;
}

#head #header .stoerer .editimg {

  float: left;
}

#head #header .stoerer {
  background-color: rgba(255,255,255, 0.8);
  width: 521px;
  height: 100px;
  position: absolute;
  left: 4%;
  top:370px;
  text-decoration: none;
  color: #000;
}

#head #header .stoerer img {
  margin: 5px 5px 0 8px;
  float: left;
}

#head #header .stoerer h2 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight:normal;
  font-size: 25px;
  font-family: "myriad pro", arial, sans-serif;
}

#head #header .stoerer p {
  margin-top: 5px; 
  font-weight: lighter;
  font-size: 16px;
  font-family: "myriad pro", arial, sans-serif;
}

#main .buttons,
#main .socials,
#main .thanks {
  padding: 25px 0;
  margin: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main .buttons a {
  display: block;
  margin: 15px;
  padding: 40px 0;
  color: #404A3D;
  text-decoration: none;
  text-align: center;
  border: 1px solid #B0BCAB;
  background-color: #FFFFFF;
  /*background-color: #F2F4F2;*/
}
#main .buttons a:hover,
#main .buttons a:focus,
#main .buttons a:active {
  background-color: #8D9789;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}


#main .socials {
  
}
#main .socials .left,
#main .socials .right {
  display: block;
  margin: 15px;
  color: #404A3D;
  text-decoration: none;
  text-align: center;
  border: 1px solid #B0BCAB;
  background-color: #F2F4F2;
}
#main .socials .right a {
  display: block;
  width: 100%;
  padding: 33px 10px 30px;
}

.vernetzt {
  margin: 30px 10px;
  background-image: url("../img/vernetzt.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  text-indent: -9999px;
  height: 36px;
  width: 36px;
}
.vernetzt.facebook {
  background-position: 0 0;
}
.vernetzt.gplus {
  background: url("../img/vernetzt_google.png") no-repeat scroll 0 0 transparent;
}
.vernetzt.youtube {
  background-position: 0 -72px;
}
.vernetzt.twitter {
  background-position: 0 -36px;
}
.vernetzt.flickr {
  background-position: 0 -108px;
}


#main .thanks {
  padding: 15px;
  margin-bottom: 30px;
}
#main .thanks .pure-u-1 {
  border: 1px solid #B0BCAB;
  background-color: #F2F4F2;
  padding: 15px;
  width: 958px;
}
#main .thanks .left,
#main .thanks .right {
  display: block;
  color: #404A3D;
  text-decoration: none;
  float: left;
  width: 400px;
  padding-top: 30px;
}
#main .thanks .left { margin-right: 110px; }
#main .thanks a {
  display: block;
  padding: 3px 0;
}
#main .thanks strong {
  display: inline-block;
  margin-bottom: 10px;
}



/* Full-Responsive */
.img-responsive-full {
  width: 100%;
  height: auto;
}

/* Floating */
.push-left {
  float: left;
}
.push-right {
  float: right;
}

/* Cleafix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}