body {
	background-color: #fff;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
}

#wrapper {
	background: url(../images/content_bg.gif) left top no-repeat;
  	margin: 0 auto;
	width: 665px;
}

#content {
	
	height: 544px;
	position: relative;
	top: 0px;
	left: 0;
	width: 665px;
}

#content .aktualisierung {
	font-size: 13px;
	font-weight:bold;
	
	color:#333;
	position:absolute;
	top:292px;
	left:230px;

}

#content .spruch {
	font-size: 13px;
	font-weight:regular;
	
	color:#333;
	position:absolute;
	top:340px;
	left:230px;
	
}

#content .adresse {
	color:#666;
	font-size: 12px;
	font-weight:bold;
	position:absolute;
	top:395px;
	left:35px;
	width:220px;	
}

#content a {
	
	color:#00324e;
	text-decoration:none;

}

#content a:hover {
	color:#666;
	text-decoration:none;
	background:#ccc;
}