@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	background-color: #B4B4B4;
}
#himmel {
	width: 100%;
	z-index: 10;
	background-color: #B4B4B4;
	text-align: center;
}
#wrapper {
	width: 840px;
	margin: 0px auto;
	text-align: left;
}
#navigation {
	position: relative;
	height: 35px;
	width: 840px;
	left: 0px;
	top: 0px;
}
#inhalt {
	float: left;
	width: 500px;
	padding-right: 85px;
	padding-left: 50px;
	padding-bottom: 25px;
}
#inhalt p {
	padding-bottom: 10px;
}
#inhalt h1, #inhalt h2 {
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
}
#inhalt h2 {
	clear:both;
	padding-top: 4px;
	padding-bottom: 2px;
}
#inhalt h2.abstand {
	padding-top: 20px;
}
#inhalt a {
	color: #000000;
}
#inhalt img {
	float: left;
	padding-right: 18px;
	padding-bottom: 18px;
	border: 0px;
}
#spalte {
	float: left;
	width: 205px;
	padding-top: 40px;
	padding-bottom: 25px;
	text-align: center;
}
#spalte img {
	padding-top: 30px;
	border: 0px;
}
.zitat {
	font-size: 12px;
	line-height: 14px;
}
sub {
	font-size: 10px;
}