@charset "utf-8";
/*------------------------------------------- begin contact content ------------------------------------------------*/
.contentbox {
	position: absolute;
	top: 155px;
	min-width: 517px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
	width: 100%;
	min-height: 550px;
	height: 550px;
	overflow: hidden;
	display: block;
	z-index: 10;
}
.content {
	min-width: 517px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
}
* html .contentbox, * html .content {
	width: 517px;
}
#contactbox {
	position: absolute;
	top: 235px;
	left: 0;
	width: 139px;
	height: 168px;
}
#address {
	position: absolute;
	top: 0;
	width: 139px;
	height: 99px;
}
#mail {
	position: absolute;
	top: 101px;
	width: 137px;
	height: 12px;
	font-size: 12px;
	text-indent: -9999px;
	text-align: center;
	background: url(../pics/pool/imprint/mail.jpg) 0 0 no-repeat;
	background-position: 0;
}
#mail:hover {
	background-position: -137px;
}
#steuer {
	position: absolute;
	top: 128px;
	width: 139px;
	height: 28px;
}
#archive {
	position: absolute;
	top: 186px;
	width: 100px;
	height: 17px;
}
#bb {
	position: absolute;
	top: 206px;
	width: 99px;
	height: 12px;
	font-size: 12px;
	text-indent: -9999px;
	text-align: center;
	background: url(../pics/pool/imprint/bilderberg.jpg) 0 0 no-repeat;
	background-position: 0;
}
#bb:hover {
	background-position: -99px;
}
/*------------------------------------------- end contact content ------------------------------------------------*/

