@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/kachel.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#header {
	background-image: url(../images/header-fuchs-2.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
#header ul {
	list-style: none;
	float: right;
	display: inline;
	margin: 120px 270px 0 0;
}
#header ul li {
	float: left;
	display: inline;
	padding-right: 20px;
}
#header ul li a:link, #header ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
	color: #F30004;
}
#content {
	width: 100%;
	padding: 20px 0 50px 0;
}
#content h2 {
	padding-top: 20px;
}
#content p {
	padding-bottom: 20px;
	line-height: 1.5em;
}
#content a:link, #content a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #F30004;
	text-decoration: underline;
}
#content .kasten {
	float: left;
	height: 163px;
	width: 100px;
	border: 1px solid #000;
}
#content .kastens {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #000;
}
#content .kastenr {
	float: left;
	height: 120px;
	width: 120px;
	border: 1px solid #000;
	text-align: center;
	display: table;
	position: static;
}
#content .kasten p {
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#content .kastenr p {
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#content .kastenr h5 {
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
}
#content .kasten img {
	border: 0 none;
	vertical-align: bottom;
}
#content .kastens img {
	border: 0 none;
	vertical-align: bottom;
	padding-top: 5px;
}
#content .kastenr img {
	border: 0 none;
	vertical-align: bottom;
	padding-top: 5px;
	text-align: center;
}
#content .reihe {
	margin: 0 auto;
	width: 820px;
}
#content #block {
	position: relative;
	display: inline-block;
	float: left;
	width: 60%;
}
#content #blocklinks {
	width: 50%;
	float: left;
}
#content #blocklinks img {
	float: left;
	padding-right: 10px;
}
#content #blockrechts {
	width: 50%;
	float: left;
}
#content #blockrechts img {
	float: left;
	padding-right: 10px;
}
#footer {
	width: 100%;
	height: 37px;
	margin: 0 auto;
	background-image: url(../images/logo-footer.jpg);
	background-repeat: no-repeat;
}
#footer p {
	line-height: 37px;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #F30004;
}
.clearboth {
	clear: both;
}
