@CHARSET "UTF-8";

body {
    background: #FFFFF0 url('../img/Park.JPG') no-repeat center fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: left;
    font-family: "verdana", "arial", "tahoma", "helvetica", sans-serif;
    font-size: 14px; 
    line-height: 1.5;
}

#centeredMain {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#horizontalNav{
  line-height: 1;
  width: 1024px;
  height: 60px;
  font-size: 16px;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0 auto;
  padding: 0;
  z-index: 100;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

#horizontalNav ul {
  height: 60px;
  list-style-type: none;
  margin: 0;
    padding: 0;
    overflow: hidden;
    background: #919191 url('../img/BGR_menu_inactive.png') repeat-x;
}

#horizontalNav li {
    float: left;
}

#horizontalNav li a {
  height: 60px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#horizontalNav li:hover {
    background: #919191 url('../img/BGR_menu_active.png') repeat-x;
}

#horizontalNav li.active {
    background: #919191 url('../img/BGR_menu_active.png') repeat-x;
}

table {
  margin: 7px;
    border-collapse: collapse;
}

th, td {
    text-align: left;
    line-height: 1.5;
    padding: 8px 12px 8px 12px;
}

tr:nth-child(even){background-color: #CCCCCC}
tr:nth-child(odd){background-color: #ffffff}


th {
    background-color:#52b006;
    color: white;
}

#verticalNav nav {
  border-top: 1px solid #D3D3D3;
  line-height: 1;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  top: 60px;
  position: fixed;
  z-index: 100;
  width: 1024px;
  overflow: hidden;
  background: #919191;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

#verticalNav nav ul{
  margin: 0;
  padding: 0;
}

#verticalNav nav ul li{
  list-style-type: none;
  float: left;
  text-align: center;
  background: #919191;
}

#verticalNav nav ul li a{
  color: white;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
}

#verticalNav nav ul li:hover {
    background: #696969;
}

#verticalNav nav ul li:active {
    background: #696969;
}

#verticalNav nav ul li.active {
    background: #696969;
}

.ce-gallery figcaption {
  padding: 6px 0 6px 6px;
}

.header {
  background-size: contain;
  border: 10px solid white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 400px;
  width: 1004px;
  margin: 95px 0 0 0;
}

#bigPictureStart {
  border: 0px solid white;
  box-shadow: none;
  width: 1024px;
}

#bigPictureGalerie {
  background: #F0FFF0 url('../img/Header/galerie.JPG') no-repeat center;  
}

#bigPictureNaturschutz {
  background: #F0FFF0 url('../img/Header/Eidechse.JPG') no-repeat center;  
}

#bigPicturePlan {
  background: #F0FFF0 url('../img/Header/Plan.JPG') no-repeat center;  
}

#bigPictureStimmen {
  background: #F0FFF0 url('../img/Header/Stimmen.jpg') no-repeat center;  
}

#bigPictureAspekte {
  background: #F0FFF0 url('../img/Header/csm_WEGEP1070047_62PANaussen_allesBAENKE_k_3739bad.jpeg') no-repeat center;
}

#page {
  width: 1024px;
  margin: 0;
  position: relative;
}

.content {
  width: 984px;
  border: 20px solid white;
  margin: 6vh 200px 0 0;
  background-color: #f8f9ea;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

#news{
  display: none;
  border: 20px solid white;
  background-color: #F0FFF0;
  text-align: left;
  width: 200px;
  margin-left: 7px;
  float: right;
}


article {
  text-align: left;
  padding: 7px;
}

p {
  text-align: left;
  padding: 0 7px 0 7px;
}

h1 { padding: 0 7px 0 7px;}
h2 { padding: 0 7px 0 7px;}
h3 { padding: 0 7px 0 7px;}
img {margin: 0 7px 0 7px;}

article img {
    margin: 7px;
}

footer {
  background: #919191 url('../img/BGR_footer.png') repeat-x;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    margin: 6vh 0 0 0;
    padding: 24px 16px 14px 16px;
    color: white;
    display: block;
    height: 30px;
}

footer a {
  color:white;
}

.left {
  float: left;
}

.right {
  float: right;
}

.searchbox{
  display: none;
    background-color: white;
     padding: 16px;
     width: 335px;
     margin: 396px 0 0 0;
     box-sizing:border-box;
     float: right;
}

input[type="search"]{
     width:250;
     height:30;
     border:none;
      -webkit-box-shadow:
 0 -2px 2px 0 rgba(199, 199, 199, 0.55),
 0 1px 1px 0 #fff,
 0 2px 2px 1px #fafafa,
 0 2px 4px 0 #b2b2b2 inset,
 0 -1px 1px 0 #f2f2f2 inset,
 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
 -moz-box-shadow: 
 0 -2px 2px 0 rgba(199, 199, 199, 0.55),
 0 1px 1px 0 #fff,
 0 2px 2px 1px #fafafa,
 0 2px 4px 0 #b2b2b2 inset,
 0 -1px 1px 0 #f2f2f2 inset,
 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
 box-shadow:
 0 -2px 2px 0 rgba(199, 199, 199, 0.55),
 0 1px 1px 0 #fff,
 0 2px 2px 1px #fafafa,
 0 2px 4px 0 #b2b2b2 inset,
 0 -1px 1px 0 #f2f2f2 inset,
 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
}

.searchbox button[type="submit"]{
     width:35px;
     height:30px;
     background:url(../img/search.png) no-repeat center;
     background-size:30px 30px;
     border:none;
     -webkit-background-size:20px 20px;
     cursor:pointer;
}

input[type="search"]:focus{
 outline:0;
}

#contactForm {
  text-align: left;
  padding: 7px;
}

#contactForm td {
    vertical-align: top;
}

#contactForm textarea {
  padding: 7px;
}
