@charset "utf-8";

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

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #666666;
	}
	
img {
	border: 0;
	}
	
a {
	color: #00a687;
	text-decoration: underline;
	}

p {
	margin: 10pt 0 10pt 0;
	}
	
h1 {
	font-size: 19pt;
	font-weight: normal;
	color: #00a687;
	margin: 10pt 0 10pt 0;
	}

h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #00a687;
	margin: 10pt 0 10pt 0;
	}
	
h3 {
	font-size: 14pt;
	color: #00a687;
	margin: 10pt 0 10pt 0;
	}
	
h4 {
	font-size: 12pt;
	color: #00a687;
	margin: 10pt 0 10pt 0;
	}
	
h5 {
	font-size: 10pt;
	color: #00a687;
	margin: 10pt 0 10pt 0;
	}

h6 {
	font-size: 8pt;
	color: #00a687;
	margin: 10pt 0 10pt 0;
	}
	
#sprache,
#navigation,
#rahmen .navigation,
#rahmen .infobereich,
#fuss {
	display: none;
	}
	
.bild_links {
	float: left;
	margin: 0 12pt 10pt 0;
	}	

.bild_rechts {
	float: right;
	margin: 0 0 10pt 12pt;
	}
	
.bild_umbruch {
	float: none;
	clear: both;
	margin: 12pt 0 12pt 0;
	}