body
{
	background: linear-gradient(to bottom, #fff4d2, #fedb9e);
	background-color: #fedb9e;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container
{
	position: absolute;
	left: 50%;
	top: 10px;

	margin-left: -600px;

	width: 1200px;
	height: 700px;
}

#sidebar
{
	position: relative;
	float: left;

	width: 350px;
	height: 700px;

	background-image: url("images/background_gras.png");
	background-repeat: no-repeat;
}

#content-home
{
	position: relative;
	float: left;
	margin-left: 30px;

	top: 180px;

	width: 820px;
	height: 520px;
}

#top
{
	position: relative;

	width: 1200px;
	height: 180px;
}

#content
{
	position: relative;
	float: left;
	margin-left: 100px;

	width: 800px;
	height: 520px;
}

#side-content
{
	position: relative;
	float: left;

	width: 300px;
	height: 520px;
}

#holymood
{
	position: relative;

	left: 80px;
	top: 60px;

	height: 120px;
	width: 300px;
}

#contact
{
	position: relative;

	left: 100px;
	top: 400px;

	width: 200px;

	font-family: qs-light;
	font-size: 12px;
	font-weight: bolder;
	line-height: 120%;
	color: white;
	text-shadow: 2px 2px 1px grey;
}

.kunstdrucke
{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	width: 140px;
	height: 180px;
}

#imagezoom
{
	position: absolute;
	z-index: 1;

	visibility: hidden;
	background-image: none;

	left: 50%;
	top: 50%;
}

.zoom
{
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
}
@-webkit-keyframes zoom {
	from {
		-webkit-transform: rotate(0deg) scale(0) skew(0deg);
	}
	to {
		-webkit-transform: rotate(0deg) scale(1) skew(0deg);
	}
}