@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- All browsers */

/* Vertikale Zentrierung */

body {
	text-align: center;   /* horizontal centering hack for IE */
	background-color: #c3babb;
}
div#distance { 
	margin-bottom: -300px;	/* half of content height */
	width: 1px;           	/* required to "hide" distance div */
	height: 50%;          	/* required */
	float: left;          	/* required */
}
div#content {
	position: relative;   	/* positions content on top of distance */
	text-align: left;     	/* horizontal centering hack for IE */
	height: 600px;        	/* required - desired height */
	width: 815px;         	/* required - desired width */
	margin: 0 auto;       	/* required */
	clear: left;          	/* required */
	background:url(/webvisitenkarte.gif) center 0 no-repeat;
}
img#foto {
	position:absolute;
	left:404px;
	top:111px;
	width:288px;
	height:440px;
}
a#oHP4gCjn {
	display:none;	
}



/* ----------------------------------------------------- JS enabled browsers */

.js a#oHP4gCjn {
	display:block;
	text-indent:-9999em;
	position:absolute;
	left:126px;
	top:526px;
	width:256px;
	height:25px;
	background:url(../../mail.gif) -216px 0 no-repeat;	
}
.js #noscript { display:none }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

