@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../Bilder/bg.gif);
	background-repeat: repeat;
}
#Div-Logo {
	position: absolute;
	background-color:#FFFFFF;
	margin-top:25px;
	margin-left:40px;
	width:225px;
	height:250px;
	float:left;
}	
#Div-Navi {
	position: absolute;
	margin-top: 287px;
	margin-left:40px;
	width:225px;
	height:145px;
	float:left;
}
#Div-Spende {
	position: absolute;
	margin-top: 454px;
	margin-left:40px;
	width:225px;
	height:230px;
	float:left;
	background-color:#FFFFFF;
}
#Div-News {
	position: absolute;
	margin-top: 696px;
	margin-left:40px;
	width:225px;
	height:180px;
	float:left;
	background-color:#FFFFFF;
}
#Div-Katalog {
	position: absolute;
	margin-top:888px;
	margin-left:40px;
	width:225px;
	height:200px;
	float:left;
	background-color:#FFFFFF;
}
.infotext {
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333333;
	background:#FFFFFF;
	
}
#Div-Inhalt {
	position: absolute;
	margin-top:25px;
	margin-left:277px;
	width:680px;
	height:545px;
	background-color:#FFFFFF;
	float:left;
}
#Div-Infotext {
	position: absolute;
	margin-top: 582px;
	margin-left: 277px;
	width:680px;
	height:185px;
	background-color:#FFFFFF;
	float:left;
}


