.navigation,
.infobereich,
#fuss,
#navigation,
#untermenue,
#kopf {
	display: none;
	}
	
body {
	background: white;
	font: 11pt/14pt arial,helvetica,sans-serif;
	color: #5D4D47;
	}
	
a {
	color: #E2001A;
	}
	
a:hover {
	color: #E5394D;
	text-decoration: none;
	}

h1 {
	font-size: 11pt;
	text-transform: uppercase;
	color: #E2001A;
	margin: 20pt 0 30pt 0;
	}

h2 {
	font-size: 10pt;
	text-transform: uppercase;
	color: #5D4D47;
	margin: 10pt 0 5pt 0;
	}
	
h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #5D4D47;
	text-transform: uppercase;
	margin: 0 0 5pt 0;
	}
	
.haendler {
	width: 95%;
	/* float: left; */
	border-bottom: 1pt solid #C7BAB4;
	padding-bottom: 15pt;
	margin-bottom: 12pt;
	}
	
.haendler div p {
	margin: 5pt 0 5pt 0;
	}

.haendler div {
	width: 50%;
	float: left;
	}
	
.haendler div ul {
	width: 90%;
	float: left;
	}
	
.haendler div ul li {
	width: 27%;
	float: left;
	}

.haendler div img {
	margin: 0 10pt 10pt 0;
}

img {
	float: left;
	border: 0;
	}
