@charset "utf-8";
/* CSS Document */
div.hintergrund   {
	opacity: 0.8;
	background:url(Hintergrund.jpg);
	width:100%;
	height:100%;
}
div.hb  {
	width:75%;
	height:1000px;
	background:rgba(229,88,158,0.75);
	border-right:solid 10px rgba(41,41,41,1.00);
	border-left:solid 10px rgba(41,41,41,1.00);
	border-top:solid 40px rgba(41,41,41,1.00);
	border-bottom:solid 180px rgba(41,41,41,1.00);
	margin-left: 10%;
	margin-top: 1%;
}
div.logo  {
	margin-left:25%;
	margin-top:2%;
}
div.nav  {
	border:solid 4px rgba(91,91,91,1.00);
	color:rgba(18,57,7,1.00);
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
	padding-left: 4%;
	background:rgba(236,226,227,0.33);
}
div.bildergalerie  {
	background:rgba(91,91,91,1.00);
	width:77%;
	height:345px;
	padding-left: 9%;
	padding-top: 1%;
	margin-left:7%;
	border:solid 4px rgba(22,3,4,1.00);
}
div.text2   {
	height: 340px;
	margin-left:9%;
	margin-right:9%;
	margin-top:20px;
	padding: 15px;
	background:rgba(236,226,227,0.33);
	border:solid 4px rgba(91,91,91,1.00);
	
}
div.textfuss  {
	color:rgba(240,215,215,1.00);
	margin-top:60px;
	margin-left:7%;
	
}