body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; }
a { color: black; text-decoration: none; }
h1 { font-size: 14px; }
h2 { font-size: 12px; }
hr {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.wrapper {
	width: 650px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin: auto;
}

.kopf {
	font-size: 10px;
	height: 90px;
	border-style: none;
	background-image: url(/ge/img/kopf_druckansicht.jpg);
	background-repeat: no-repeat;
	padding-top: 49px;
	padding-left: 50px;
	padding-right: 190px;
}

.content {
	border-style: none;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.linie {
	height: 1px;
	width: 99%;
	background-image: url(/ge/img/dots.gif);
	background-repeat: repeat-x;
}

.bildFloater {
	border-style: none;
	border-width: 1px;
	border-color: black;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

.hervorhebung {
	border-style: solid;
	border-width: 1px;
	border-color: #b6b6b6;
	background-color: #ededed;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.komponenteWrap {
	margin-left: 30px;
	margin-top: 20px;
}

.komponenteWrap img {
	display: inline;
	margin-bottom: -10px;
}
