@charset "iso-8859-1";
/* CSS Document */



body { 
	background:#fff;
	color:#fff;
}

a {
	color:#fff;
}

#wrap {
	width:720px;
	height:576px;
	position: absolute;
top: 50%;
left: 50%;
width: X;
height: Y;
margin-left: -360px;
margin-top: -288px;
	background:transparent;
}


#pension {
	position:absolute;
	margin:0px 0 0 230px;
	z-index:99;
}
.pension {
	background: url(images/pension.png) no-repeat left top;
	display : block;
	line-height : 0;
	float:left;
	height:277px;
	width:300px;
	text-decoration:none;
}

.pension:hover {
	background: url(images/pension-hover.png) no-repeat left top;
}

#gerhild {
	position:absolute;
	margin:20px 0 0 475px;
	z-index:99;
}
.gerhild {
	background: url(images/gerhild.png) no-repeat left top;
	display : block;
	line-height : 0;
	float:left;
	height:276px;
	width:300px;
	text-decoration:none;
}

.gerhild:hover {
	background: url(images/gerhild-hover.png) no-repeat left top;
}

.clear {
	height:10px;
}

#info {
	width:480px;
	margin-top: 420px;
	background:transparent url(images/info-bg.png);
}

.slogan {
	color:#6d0019;
	text-align:center;
	font-family: "Times New Roman", arial, verdana;
	font-weight:bold;
	font-size: 36px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.infotext {
	color:#fff;
	text-align:center;
	font-family: arial, verdana;
	font-weight:normal;
	font-size: 18px;
	padding: 0 40px 0 40px;
}
	
