@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background:url(../img/bg.jpg) repeat-x;
}
#content{
	margin:0 auto;
	width:800px;
	height:860px;
	position:relative;
	font-size:14px;
}
#head{
	width:100%;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:50px;
}
#head img{
	float:left;
}
#head h1{
	font-size:41px;
	font-weight:bold;
	margin:0;
	padding-top:6px;
}
#left{
	position:absolute;
	float:left;
	text-align:right;
	margin:30px;
}
#right{
	margin:30px;
	margin-left:300px;
	float:left;
}
#footer{
	position:absolute;
	bottom:0px;
	background:url(../img/haus.jpg) no-repeat center bottom;
	height:240px;
	width:800px;
}