@charset "utf-8";
/* CSS Document */
div.hintergrund   {
	opacity: 0.8;
	background:url(Hintergrund.jpg);
	width:100%;
	height:100%;
}
div.hb  {
	width:75%;
	height:2800px;
	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 400px rgba(41,41,41,1.00);
	margin-left: 10%;
	margin-top: 1%;
}
div.logo
{
	margin-left:4%;
	margin-top:2%;
}
div.nav  {
	border:solid 4px rgba(91,91,91,1.00);
	color:rgba(18,57,7,1.00);
	margin-right: 2%;
	margin-left: 2%;
	padding-left: -55px;
	margin-bottom: 1%;
	background:rgba(236,226,227,0.33);
}
div.bildergalerie  {
	background:rgba(91,91,91,1.00);
	width:77%;
	height:450px;
	padding-left: 9%;
	padding-top: 4%;
	margin-top:15px;
	margin-left:7%;
	border:solid 4px rgba(22,3,4,1.00);
}
div.text2   {
	height: 1650px;
	margin-left:9%;
	margin-right:9%;
	margin-top:30px;
	padding: 15px;
	background:rgba(236,226,227,0.33);
	border:solid 4px rgba(108,108,108,0.50);
	
}
div.textfuss  {
	color:rgba(240,215,215,1.00);
	margin-top:320px;
	margin-left:0.5%;
	width:70%;
	
}

