/* LAYOUT */
html {
  margin: 0;
  padding: 0;
}

body {
    background: url("../content/design/bg-page.jpg") repeat-x center top #d0e34b;
    color: #000000;
    font-family: "Trebuchet MS",Tahoma,Geneva,lucida,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 10px 0 0;
    padding: 0;
}

#page {
  background: none repeat scroll 0 0 white;
  border: 8px solid white;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 990px;
  position: relative;
}
#page-header {
  background: url("../content/design/bg-header.png") no-repeat scroll 0 0 #fff;
  cursor: pointer;
  display: block;
  height: 175px;
  min-height: 175px;
  color: #FFFFFF;
}
#page-header > .content {
   padding: 40px 0 0 30px;                      
}

#page-header .content h2 {
  display: block;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;                         
}

#page-header .content h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;                         
}

#middle-content {
  background: url("../content/design/bg-content.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  margin: 0;
  overflow: visible;
  padding: 20px 0;                
}

#left-block {
  float: left;
  margin: 0;
  padding: 0;
  width: 210px;
}
#main-menu {
  background: url("../content/design/bg-menu-headline.png") no-repeat scroll center top rgba(0, 0, 0, 0);           
}

#main-menu h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-indent: 10px;              
}

#main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 210px;
}

#main-menu ul li a {
  background: url("../content/design/bg-menu-item.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: black;
  display: block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  text-indent: 20px;
  width: 210px;                   
}

#main-menu ul li a.selected, #main-menu ul li a:hover {
  background-position: -210px 0;                  
}

#page-content {
  margin: 0 10px 0 220px;
  min-height: 600px;
  overflow: hidden;
  padding: 0 5px;
}

#page-content h2 {
  color: #00800;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 15px;                
}               

#page-footer {
  background: url("../content/design/bg-footer.png") repeat-x scroll center top #fff;
  border: 0 none;
  color: #889e2f;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
}                

/* BASE HTML ELEMENTS */
a {
  color: #889e2f;
  font-size: 12px;
  text-decoration: underline;
}

p {
    margin: 0 0 1em;
}

h2 {
  font-size:15px;
  font-weight:700;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.cleaner {
  clear: both;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;         
}  

.w100 {
  width: 100%;
}



div.flexslider {
  width: 940px;
  margin: 0 auto;
}
div.flexslider .slides {
  margin: 0;
  padding: 0;                       
}

.left {
  float: left;
} 

.min-width {
  width: 1%;
}

.nowrap {
  white-space: nowrap;
}

.w-20 {
  width: 20%;      
}

.w-30 {
  width: 30%;      
}

.w-70  {
  width: 70%;      
}       

.w-80  {
  width: 80%;      
}

/* FOTOGALERIE */
.galleryImage {
  display: inline;
} 

.galleryImage img, img.thumb {
    border: 2px solid black;
    border-radius: 5px;
    padding: 2px;
    max-width: 100px;
    max-height: 66px;
}