body {
	background-color: White;
	font: normal normal 10px Arial, Helvetica, sans-serif;
}

body.popup {
	background-color: #595959;
}
img {
   border: none;
}
div.frame {
	border: 2px solid #FFC1FF;
	background-color: #595959;
	width: 600px;
	height: 560px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -280px 0px 0px -300px;
	}
div.horst {
	width: 600px;
	height: 280px;
}
div.imagetxt {
   position: relative;
	width: 280px;
	height: 260px;
	color: White;
	padding: 10px;
	float: left;
}
div.verticalline {
   position: relative;
	width: 1px;
	height: 200px;
	margin: 40px 0px 40px 0px;
	background-color: White;
	float: left;
}
div.contact {
   position: relative;
	width: 279px;
	height: 260px;
	color: White;
	padding: 10px;
	float: left;
}
table.contact {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
}
a {
	font: normal normal 10px Arial, Helvetica, sans-serif;
   color: White;
}
a:hover {
   text-decoration: none;
	color: Fuchsia;
}
