#nav, #community, #imagebar, #newsletter, #einfuehrungsvideo, #side {
	display: none;
}

#headerbar h1 a {
    background: url(img/logo-print.png) no-repeat 0 0;
    text-indent: -1000em;
    width: 200px;
    height: 185px;
    display: block;
}

#footer {
	background: #ddd;
	padding: 0.5cm;
	clear: both;
}

#googlemap {
	width: 12cm;
	height: 8cm;
}

body {
    line-height: 1.5;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
    word-spacing: 1pt;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
	clear: both;
}

code {
    font: 0.9em Courier, monospace;
}

img {
    float: left;
    margin: 0 0.5cm 0.5cm 0;
}

a img {
    border: none;
}

p img.top {
    margin-top: 0;
}

hr {
    background: #CCC;
    color: #CCC;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: 0.9em;
}

a:link, a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
}

.block {
	clear: both;
}

label {
	display: block;
}