
body{
	//background-color:yellow;
	
	background: url("../img/hintergrund.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.wrapper{
	background-color:grey;
	opacity:0.75;
	box-shadow:0px 0px 2px 2px black inset;
	margin-top:1%;
	margin-bottom:1%;
	padding:2%;
	border-radius:10px;
}
.box {
	//background-color:red;
	//opacity:0.8;
	margin-top:10px;
	
	//box-shadow:0px 0px 5px 2px grey black;
	//border-radius:5px;
}

.foto{
	display:block;
	background-color:white;
	width:100%;
	border-radius:10px;
	box-shadow:0px 0px 10px black;
	padding: 2%;
	margin:auto;
}

#anmeldeformular{
	width:200px;
	margin:auto;
	margin-top:10%;
	margin-bottom:0px;
	padding:25px;
	border-radius:10px;
	box-shadow:0px 0px 10px grey;
	background-color: lightgrey;
	opacity:0.75;
}

#anmeldeformular input{
	width:150px;

}

.gaestebucheintrag{
	border:2px solid black;
	margin-top:1%;
	padding:10px;
	border-radius:10px;
	box-shadow:0px 0px 10px grey;
	background-color: lightgrey;
	opacity:0.75;

}
.sliderbild{
	margin:auto;
}

.slidercaption{
	text-align:center;
}

.weiss{
	color:white;
}

.pink{
	color:pink;
}

.orange{
	color:darkgreen;
}