/* POPUP - STYLES */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:4;
}
#popupContact{
	display:none;
	/*background: url(../img/start/sprechblase.png) no-repeat;*/
	background: url(../img/sb.gif) no-repeat;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:226px;
	width:419px;
	overflow:auto;
	z-index:5;
	padding:0;
	font-size:13px;
}

#popupContactClose{
	right:25px;
	top:35px;
	position:absolute;
	display:block;
	cursor:pointer;
}