body {
	margin: 0;
	padding: 0;
	font: 9pt/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

img#printLogo {
	position: relative;
	left: -40px;
}

/* Ausblenden */

h1#logo, div#keyvisual, ul#mainNav,
div#sidebar img,
form#contactform, div#map1 {
	display: none;
}

a {
	color: #007BC2;
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #007BC2;
}

table {
	width: 100%;
	border-collapse: collapse;
}
table th, table td {
	font-weight: bold;
	text-align: left;
}

ul {
	list-style-type: square;
}
