@charset "UTF-8";

#bildcontainer img {
	
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#bildcontainer {
	height:440px;
}

#zitat {
	width:440px;
	margin:40px auto 20px auto;
	text-align:center;
	color:#ffa700;
	font-size:1.2em;
	position:relative;
}

#author {
	font-size:0.8em;
}

p {
	margin:0.5em;
}

#pfeil_links {
	position: absolute;
	top:0;
	left:-80px;
}

#pfeil_rechts {
	position: absolute;
	top:0;
	right:-80px;
}