@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/kachel.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 980px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/header-fuchs.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
#content {
	width: 100%;
	padding: 50px 0 50px 0;
}
ul {
	list-style: none;
	text-align: left;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.firma {
	width: 325px;
	float: left;	
}
.firma img {
	border: 0 none;
}
