
/* Hintergrund beim Fenster */
.hintergrund {
    background-color: #339966;
    background-image: url(../bilder/hintergrund.png);
}

#container{
    width: 1100px;
    margin: auto;
    border-width:3px; border-color:#0B3B17; border-style:groove; padding:5px;
    background-color: #CEF8CE;
    font-size: 20px;
    color: #0B3B17;
}

#menuleft{
    /* background-color: #CEF6CE; */
    height: 700px;
    width: 185px;
    float: left;
}

#content{
    background-color: #CCFFCC;   
    height: 700px;
    width: 740px;
    float: left;
}

#footer{
    clear: both;
    text-align: center;
    padding-top: 5px;
    height: 30px;
    font-size: 18px;
 }
 
a.copyright:link,a.copyright:hover,a.copyright:visited,a.copyright:active{
    text-decoration: none;
    color: #000000;
 }
 
#impressum{
    margin-left:auto;
    margin-right:auto;
    text-align: left;
 }
img.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.mailadresse{
    height: 35px;
    width: 250px;
}
img.tees_klein{
    height: 70px;
    width: 70px;
}
img.tees_gross{
    height: 200px;
    width: 200px;
}
img.logo_schrift{
    height: 28px;
    width: 90px;
    vertical-align:text-bottom;
}
img.laden_klein{
    height: 90px;
    width: 90px;
}
.zentriert{
    text-align: center;
    margin: 10px;
}

.startseite_zentriert{
    text-align: center;
    margin-top: 40px;
}
.startseite_blocksatz{
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;  
}
/**
* Menue und Verweise
*/

a.menu {
    display:block;
    padding:5px;
    text-decoration:none;
    font-weight:bold;
    margin-left:10px;
 }

a.menu:link, a.menu:visited {
    color:#0B3B24 ;
 }
a.menu:active, a.menu:hover {
    color:#737994; 
 }

/**
* hover fuer die Bilder
*/
.photos {
    width: 645px;
    height: 400px;
    margin: 10px auto;
    position:relative;
    font-size: 14px;
    text-align: center;
    /* overflow: auto; */
}
.photos > div {
    background-color: rgba(128, 128, 128, 0.5);
    border: 2px solid #444;
    float: left;
    height: 200px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 200px;
    z-index: 1;
    border-radius: 10px;
    transform:scale(1.0);
    transition-duration: 0.5s;
}
.photos > div img{
    width: 100%;
}
.photos > div:hover{
    z-index: 10;
    transform:scale(2.0);
}
.photos > div div {
    /* background: url(../images/hover.gif) repeat scroll 0 0 transparent; */
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;
    transition-duration: 0.5s;
}
.photos > div:nth-child(1):hover div {
    height: 0%;
}
.photos > div.pair div {
    width: 50%;
}
.photos > div.pair div:nth-child(odd) {
    margin-left: 150px;
}
.photos > div.pair:hover div {
    width: 0%;
}
.photos > div.pair:hover div:nth-child(odd) {
    margin-left: 300px;
}
/**
* Laden hover fuer die Bilder
*/
#photos_laden {
    height: 640px;
    width: 740px;
    margin: 10px auto;
    position:relative;
    overflow: auto;
}
#photos_laden img {
    height: 640px;
    width: 740px;
    position: absolute;
    transition: opacity 1s ease-in-out;
}
#photos_laden img.bottom:hover{
    opacity: 0;
}
.laufschrift{
    width: 735px;
    height: 40px;
}
#anmeldung {
    margin-top: 100px;
    margin-left: 220px;
    text-align: center;
}
.text_links{
    text-align: left;
}

.text_rechts{
    text-align: right;
}

.text_zentriert{
    text-align: center;
}
/**
* hover fuer die Bilder klein
*/
.photos_klein {
    width: 700px;
    height: 110px;
    margin: 10px auto;
    position:relative;
    font-size: 14px;
    text-align: center;
    /* overflow: auto; */
}
.photos_klein > div {
    background-color: rgba(128, 128, 128, 0.5);
    border: 2px solid #444444;
    float: left;
    height: 100px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    width: 100px;
    z-index: 1;
    border-radius: 10px;
    transform:scale(1.0);
    transition-duration: 0.5s;
}
.photos_klein > div img{
    width: 100%;
}
.photos_klein > div:hover{
    z-index: 10;
    transform:scale(4.0);
}
