* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

a {
	color:#000;
	text-decoration:none;
}

ul {
	list-style-type:square;
	margin:0.5em 0 0.5em 20pt;
}

li {
	margin:0.3em 0;
}

/* Seitentitel */
h1 {
	color:#CD071E;
	font-size:24pt;
	margin:0 0 1em 0;
}
h1 span {
	color:#000;
	display:block;
	font-size:0.6em;
}

/* Boxen */
.box {
	clear:both;
	margin:0 0 2.5em 0;
}

.box .headline {
	font-size:10pt;
	margin:0.4em 0;
}

.box h2,
.box h3 {
	font-size:16pt;
	margin:0.4em 0;
}

.box h4 {
	font-size:12pt;
	margin:0.5em 0;
}

.box .inhalt {
	line-height:1.4;
}

.box .img {
	float:right;
	margin:0 0 20pt 20pt;
}

/* Karte */
.map {
	height:400pt;
}

/* Liste */
div.liste {
	border-top:1px solid #CC0000;
}
table.liste {
	width:100%;
	padding:0.5em 0;
	border-bottom:1px solid #CC0000;
}
table.liste a.link {
	display:none;
}
table.liste .typo-klein,
table.liste .adresse_print-link {
	font-size:0.8em;
}

/* Bilderleiste */
.bilderleiste {
	clear:both;
	margin:0 0 2.5em 0;
}

.adresse_print-link {
	display:block !important;
}

/* Keine Ausgabe */
#links,
#copyright,
#info_box,
#info_abdecker,
#ajax-loader,
a.logo,
.boxlink,
.noprint {
	display:none;
}
