/* Vertikal zentrierter container */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font:100.01%/1.4 verdana, geneva, sans-serif;
	background:white;
	color:#676767;
	text-align:center;
}

#distance { 
	float:left;
	width:1%;
	height:50%;
	margin-bottom:-13.375em;
	/* Wert = -1*((container height + 2*border + 2*padding)/2)*/
}

#container {
	background:#FFFAE1 url("logo_n.gif") no-repeat 10% 80%;
	color:inherit;
	clear:left;
	margin:0 auto;
	padding:1.1875em;
	border:.0625em solid #741E4C;
	position:relative;
	text-align:right;
	height:24.25em;
	width:40em;
}

h1 {
	font-size:2.5em;
	font-weight:500;
	letter-spacing:.05em;
}

p {
	position:absolute;
	bottom:1.25em;
	right:1.25em;
}
	
a {
	background:inherit;
	color:#741E4C;
	text-decoration:none;
	padding:.02em;
}

a:hover, 
a:focus, 
a:active {
	border-bottom:1px solid;
}

p:first-line {font-weight:bold;}