@charset "utf-8";

/*****************************
*	DRUCKANSICHT			 */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	color: #1a1a1a;
}

img {
	float: left;
	display: inline;
	border: 0;
}
	
a {
	color: #99122a;
	font-weight: bold;
	text-decoration: none;
}
	
p {
	margin: 5pt 0 10pt 0;
}

h1 {
	font-size: 23pt;
	font-weight: normal;
	color: #99122a;
	margin: 10pt 0 5pt 0;
}

h2 {
	font-size: 17pt;
	font-weight: normal;
	color: #99122a;
	margin: 10pt 0 5pt 0;
}
	
h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #99122a;
	margin: 10pt 0 5pt 0;
}

#kopf, #infobereich, #fuss, #navigation, #unternavigation {
	display: none;
	}
	
.drucklogo {
	clear: both;
	float: none;
}
	
.bild_links {
	margin: 0 10pt 7pt 0;
	}	

.bild_rechts {
	float: right;
	margin: 0 0 7pt 10pt;
	}
	
.bild_umbruch {
	float: none;
	clear: both;
	margin: 10pt 0 10pt 0;
	}
	
.abstand_klein {
	clear: both;
	margin-top: 15px;
}

.abstand_mittel {
	clear: both;
	margin-top: 30px;
}

.abstand_gross {
	clear: both;
	margin-top: 50px;
}

.clear {
	float: none;
	clear: both;
}
	
.box {
	width: 45%;
	float: left;
	display: block;
	padding-right: 5%;
	margin: 5pt 0 5pt 0;
	}
	
small {
	display: block;
	font-size: 10pt;
	color: #005dd8;
	}
