body {
margin: 0;
padding: 0;
font-family: calibri, sans-serif;
font-size: 0,875em;
font-style: normal;
color: #444;
background-color: #f1f2ed; 
overflow: scroll;
}
a {
font: calibri, sans-serif;
color: #739634;
text-decoration: none;
}
a:hover {
color: #444;
font-weight: normal;
}
img {
vertical-align: middle;
margin: 0 auto 0 auto;
}
h1, h2, h3, ul {
font-family: calibri, sans-serif;
background: transparent;
}
h1 {
  font-family: calibri, sans-serif;
  font-size: 2em;
  color: #739634;
  font-weight: normal;
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  text-shadow: 0px 1px #aaa;
}
hr{
  margin: auto;
  margin-top: 30px;
  width: 740px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
h2 {
font-family: calibri, sans-serif;
font-size: 2em;
color: #a3c063;
font-weight: normal;
padding: 0;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
text-shadow: 0px 1px #999;
}
h3 {
font-size: 14px;
font-style: bold;
}
p {
font-family: calibri, sans-serif;
font-size: 1.1em;
color: #444; 
font-weight: normal;
padding-top: 10px;
padding-left: 75px;
padding-right: 55px;
}
p a{
color: #739634;	
}
ul {
list-style-type: disc;
margin-top: 5px;
margin-left: 25px;
margin-right: 50px;
font-family: calibri, sans-serif;
font-size: 1.1em;
color: #444; 
font-weight: normal;
}
li {
list-style-type: disc;
margin-top: 10px;
font-family: calibri, sans-serif;
font-size: 0.95em;
color: #444; 
font-weight: normal;
}

/* Gerüst */

#header_main {
  margin: auto;
  width: 100%;
  height: 150px;
  background-color: #ecede8;
}
#header {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 150px;
  background-image: url(img/banner.png);
}
#header img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Navigation ANFANG*/
 
#navigation_main {
  margin: auto;
  width: 100%;
  height: 50px;
  background-image: url(img/navigation_nav-50px.png); 
}
#navigation {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 50px;
  background-image: url(img/navigation_nav-50px.png); 
}
#nav{
  background-image: url(img/navigation_nav-50px.png); 
  text-align: center;
  font-family: calibri light, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #eee;
  vertical-align: middle; 
  display: inline;
}
#nav a{
  display: inline-table;
  margin:0px;
  text-align: center;
  font-family: calibri light, sans-serif;
  font-size: 1.1em;
  color: #eee;
  width:150px;
  padding-left:8px;
  padding-right:8px;
  padding-top:13px;
  padding-bottom:13px;
  background-image: url(img/navigation_nav-50px.png);
  text-decoration:none;
}
#nav a:link {
  color:#eee;
  background-image: url(img/navigation_nav-50px.png);
}
#nav a:visited {  
  color:#eee;
  background-image: url(img/navigation_nav-50px.png);
}
#nav a:hover {
  color:#739634;
  background-image: url(img/navigation_nav_on-50px.png);
}
#nav a:active {
  color:#739634;
  background-image: url(img/navigation_nav_on-50px.png);
}

#shadow_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 15px;
  background-image: url(img/shadow.png);
}
/* Navigation ENDE*/

/* Content ANFANG */

#content_main {
  float: left;
  width: 100%;
  height: 100%;
  background: #f1f2ed;
}
#content {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  height: 100%;
  background: #fff;
}
#justify {
  background: #fff;
  float: left;
  margin-right: 50px;
  padding-bottom: 25px;
  width: 100%;
}
#alleine {
  background: #fff;
  float: left;
  margin-right: 50px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
}
#links {
  background: #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  float: left;
  width: 525px;
  height: 100%;
}
#rechts {
  background: #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  float: right;
  width: 525px;
  height: 100%;
}
#unten {
  background: #fff;
  padding-bottom: 25px;
  margin-right: 150px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
  height: 100%;
}
#rechtliches {
  background: #fff;
  text-align: right;
  float: left;
  width: 100%;
  height: 45px;
}
#rechtliches p {
  margin-top: 0px;
  font-family: calibri, sans-serif;
  font-size: 1.0em;
  color: #444; 
  font-weight: normal;
}
/* Content ENDE */

/* Slider */
.sliderElements,
.sliderElements figure,
.sliderControls {
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 50px;
    margin-bottom: 0px;
}
 
.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 400%;
    margin-bottom: .8em;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 25%;
    position: relative;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
 
/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1em;
    padding: .4em;
    background: rgba(115,150,52,.7);
}
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: #68B022;
    color: #68B022;
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"]{
    background: #ddd;
    color: #ddd;
}

