#contact {
    height: 210px;
    right: 0;
    position: absolute;
    top: 412px;
    max-width: 360px;
    z-index: 0;
}


#cont-info {
    background-color: #319f4c;
    border: 0 solid #666;
    display: none;
    min-height: 258px;
    padding:  10px 40px 42px 35px;
    position: absolute;
    right: 0;
    top: 0;
    border:1px solid white;
    white-space:nowrap;
    width: 260px; 
}

#cont-text {
		color: white;
		margin-top: 5px;
		font-weight: 300;
		
}
#cont-info a {
    color: white;
    text-decoration: none;
}

#cont-close {
   background-image: url("../img/schliessen.png");
    cursor: pointer;
    display: none;
    height: 25px;
    left: 5px;
    position: absolute;
    top: 3px;
    width: 25px;
    z-index: 1010;
}