body {
	background-color: #7F5928;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
}
#pferdehof {
	position: absolute;
	top: 28%;
	margin-top: 0px;
	width: 100%;
	background-image: url(img/pferdehof-haerdle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 780px;
	text-align: center;
}
.schatten{
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/schatten.png', sizingMethod=scale);
	background-repeat: no-repeat;
	background-position: center;
}
.schatten[class]{
	background-image: url(img/schatten.png);

}

#footer{
	position: absolute;
	top: 190px;
	left:50%;
	margin-left: -300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 600px;
	height: 60px;
}
#left{
	float: left;
	text-align: left;
}
#right{
	float: right;
	text-align: right;
}
#cgdesign{
	position: absolute;
	left:50%;
	top: 290px;
	margin-left: -200px;
	width: 400px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #5C3D15;
}
#cgdesign a:link, #cgdesign a:visited{
	color: #513511;
	text-decoration: none;
}
#cgdesign a:hover{
	color: #36230A;
	text-decoration: none;
}
#cgdesign hr{
	color: #603F15;}
.orange {
	color: #FF6000;
	font-weight: bold;
	font-style: italic;
}
.black {
	color: #000000;
	font-style: italic;
}
.info{
	color: #b39764;
}
#pferdehof-bw{
	height: 122px;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
}

