* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;	/* Zentrierung f�r IE */
	background: url(bilder/background_page.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}
* html body {
	font-size: x-small;	/* Schriftgr�sse f�r IE5 Win */
	f\ont-size: small;	/* Tippfehler kann von IE5 Win nicht gelesen w. */
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
img {
	border: none;
}

#main {
	width: 797px;
	text-align: left; /* Ausrichtung für Seitentext */
	margin-left: auto;	/* bewirkt Zentierung der Seite */
	margin-right: auto;
	background-color: #DDD;
}
#printonlylogo {
	display: none;
}
#suchen {
	padding: 6px;
}
#suchen input {
	background-color: white;
}
#suchen, #banner, #footer {
	background-color: #005983;
	color: white;
}
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	list-style: none;
}
#navigation ul li a {
	display: block;
	width: 182px; /* War 152px */
	padding: 4px 8px;
	background-color: #005983;
	color: #FFF;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: white #005983 #005983 white;
	text-decoration: none;
}
html > body div#navigation ul li a {
	width: auto;
	/* width: auto;  wird nur verwendet, weil wegen der obigen Korrektur IEMac und NN6 Probleme kriegen */
}
#navigation ul li a:hover {
	background-color: #CCC;
	color: #005983;
	font-weight: bold;
	border-color: #005983 white white #005983;
}
#sbb {
	padding: 80px 10px 10px 10px;
	text-align: center;
}
#sbb h4, #sbb p {
	margin-top: 50px;
}
#text {
	padding: 0 15px 5px 15px;
	margin: 0 0 0 180px;
	background-color: #CCC;
	border-left: 1px solid #005983;
	border-right: 1px solid #005983;
	border-top: 1px solid white;
}
#text h1 {
	padding: 25px 0 10px 0;
	border-bottom: 1px dotted #005983;
	margin: 0 0 25px 0;
}
#text p {
	padding: 5px 0 0 0;
}
#text ul {
	padding: 0 0 0 20px;
}
#banner {
	float: right;
	margin: 0 0 10px 15px;
	border-top: 1px solid white;
}
#banner div {
	padding: 10px;
}
#banner div p {
	margin-top: 10px;
}
.bildlinks {
	margin: 10px 15px 5px 0;
}
.bildrechts {
	margin: 10px 15px 5px 15px;
}
.max {
	margin: 10px 5px 5px 5px;
}
.sprung {
	text-align: right;
}
.sprung a {
	text-decoration: none;
	color: black;
}
#footer {
	clear: both;
	text-align: center;
	padding: 5px;
	border-top: 1px solid white;
}
#footer a {
	color: white;
}
#moreprint {
	display: none;
}