/* CSS Document */

#container {
	width: 100%;
	height: 100%;
	background-color: #333333;
}
#topbalken {
	width: 100%;
	height: 180px;
	background-color: #CCCCCC;
	background-image:url(../Hintergrund-Logo1.jpg);
}
#toplogo {
}

#Bild {
	background-position:center;
	background-image:url(../adventsmarkt30.jpg);	
}
#links {
	float: left;
	width: 20%;
	background-color:#333333;
	border-color:#FFFF00;
}
#mitte {
	style="text-align:center;
	width: 59%;
	height: 100%;
	background-color:#333333;
}
#rechts {
	float: right;
	width: 20%;
	background-color:#333333;
}
#foto-links {
	float: left;
	width: 300px;
	background-color:#333333;
}
#foto-mitte {
	float: left;
	width: 680px;
	height: 200px;
	background-color:#333333;
}
#foto-rechts {
	float: left;
	width: 300px;
	background-color:#333333;
}
#gallery {
	float: left;
	height: 100%;
	width: 1280px;
}


.posbild {
	text-align: center;
}
