html {
	height:100%;
}
*{
    margin: 0px;
    padding: 0px;  
}

/*div {
	border-style:dashed;
	border-width:1px;
	border-color:black;
} */

body {
    margin: 0px;
    height: 100%;
    background-color: #efefef;
}

#wrapper {
    position: relative;
    background-color: #efefef;

    margin: auto;
    min-height: 100%;
}

.nav {
    background-color: #3daf2c;
    z-index: 1;
    margin: auto;
    width: 1139px;
    height: 35px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    box-shadow: 0px 10px 15px 6px #999999;
}

.nav .logotop {
    position: relative;
    float: left;
    margin-left: -153px;
    height: 35px;
    width: 153px;
    background-image: url(bilder/logo_top.png);
    z-index: 3;
}
.nav .logo {
    position: relative;
    float: left;
    margin-top: 35px;
    margin-left: 60px;
    height: 195px;
    width: 153px;
    background-image: url(bilder/logo_bottom.png);
    z-index: 2;
    -webkit-filter: drop-shadow(0 0 13px black);
}

.nav .container {


}





.nav a {
    font-family: sans-serif;
    text-decoration: none;
    display: block;
    width: 110px;
    height: 27px;
    background-color: #3daf2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px 4px;  
    z-index: 3;
    padding-top: 7px;
}

.nav a:hover {
    background-color: #6bc04b;
}

#selected a {
    background-color: #6bc04b;
}

.nav ul {
    margin-left: 250px;
}

.nav li {
    float: left;
    margin-right: 50px;
   
}


.nav li {
  display: inline;
    z-index: 2;
}


.jumbotron {
    position: relative;
    height: 220px;
    background: url(bilder/header.jpg) right no-repeat;
    margin-bottom: 0px;
    margin: auto;
     box-shadow: 8px 8px 18px -4px #999999;
    z-index: 1;
   
    
}

.content {
    font-family: sans-serif;
    font-size: 14px;
    height: 100%;
    width: 1139px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 10px 15px 6px #999999;
    z-index: 0;
    padding-bottom: 10px;
    line-height: 19px;
}

.contentRight {
    float: right;
    width: 800px;;
    height: auto;
    padding-right: 40px;
    padding-bottom: 10px;

}

.contentRight a {
    color: #3daf2c;
    }
.contentRight h1 {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 6px;
}

.contentRight h3 {
    text-align: left;
    padding-top: 20px;
    
}
.contentRight p {
    padding-top: 15px;
    text-align: left;
    font-size: 15px; 
    
}

.contentRight .right {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.contentRight .galleri {
    width: 800px;
}

.contentRight ul {
    padding-top: 10px;
    list-style: url(bilder/dot.png);  
    text-align: left

}

.contentRight ul li {
padding-left: 10px;
}

.contentRight h2 {
    text-align: left;
    padding-bottom: 8px;
    padding-top: 15px;
}

.contentLeft {
   border-right: solid #cccccc 1px;
    margin-top: 71px;
    float: left;
    width: 257px;
    height: 100%px;
}

.contentLeft a {
    color: #3daf2c;
    text-decoration: underline;
}

.contentLeft h3 {
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 20px;
}

.newscontent {
    text-align: center;
    /border-right: solid #cccccc 1px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 250px;
}

.bild{
    /*float: left;*/
    float: left;
    position: absolute;
    margin-top: -231px;
    margin-left: 230px;
    /*bottom: 270px;
    left: 250px; */
    height: 230px;
    -webkit-filter: drop-shadow(0 0 10px black);
    
}

.footer {
    font-family: sans-serif;
    font-size: 14px;
    margin: auto;
    background-color: #6bc04b;
    height: 82px;
    width: 1140px;
    box-shadow: 0px 10px 15px 6px #999999;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    line-height: 19px;
}

.footer p {
  padding-top: 10px;
}

.footer a {
  color: #ffffff;
    text-decoration: underline;
}

.kontakt {
    float: left;
    margin-left: 300px;
}

.adress {
    float: right;
    margin-right: 300px;
}