#contact {
    height: 210px;
    right: 0;
    position: absolute;
    top: 450px;
    width: 541px;
    z-index: 0;
}


#cont-info {
    background-color: #f4edef;
    border: 0 solid #666;
    display: none;
    height: 63px;
    padding:  0 30px 60px 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    border:1px dotted grey;
}

#cont-text {
		color: #603813;
		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;
}