@charset "utf-8";

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

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #585858;
}
	
h1 {
	font-size: 23pt;
	font-weight: normal;
	color: #162e7b;
	margin: 0.5em 0 1em 0;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #162E7B;
	margin: 1em 0;
}
	
h3 {
	font-size: 13pt;
	color: #162E7B;
	margin: 1em 0;
}
	
h4 {
	font-size: 11pt;
	color: #162E7B;
	margin: 1em 0 0 0;
}
	
h5 {
	font-size: 9pt;
	font-weight: normal;
	color: #162E7B;
	margin: 2pt 0 0 0;
}

a {
	color: #162e7b;
	text-decoration: underline;
}
	
img {
	float: left;
	display: inline;
	border: 0;
}

#links,
#produkte,
#rechts,
#fuss {
	display: none;
}

.bild_links {
	margin: 0 1.5em 1em 0;
}	

.bild_rechts {
	float: right;
	margin: 0 0 1em 1.5em;
}
	
.bild_umbruch {
	float: none;
	clear: both;
	margin: 1.25em 0;
}


.trenner {
	width: 100%;
	height: 2px;
	overflow: hidden;
	float: none;
	clear: both;
	background: url("../../images/sonstiges/trenner.gif") no-repeat;
	margin: 12px 0;
}

.box {
	width: 45%;
	float: left;
	padding: 0 5% 0 0;
}

.listeneintrag {
	width: 30%;
	height: 150px;
	float: left;
	overflow: hidden;
	display: inline;
	margin-right: 3%;
}

.listeneintrag img {
	margin: 1.5em 0;
}
