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


#cont-info {
	background-color: transparent;
	opacity: 0.95;
	-moz-opacity: 0.95;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	display: none;
	padding: 30px 30px 30px 50px;
	position: absolute;
	right: -475px;
	bottom: -35px;
	border: 0px solid #666;
}

#cont-text {
		color: #0D7A7F;
		margin-top: 10px;
		text-align: right;
}

#cont-info a {
    font-size:0.0em;
    text-decoration: none;
}

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