* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
html, body {
	height: 100%; /* für den footer */
	text-align: center;
	background-color: #000;
	/* background-image: url(../images/navi/bg-2.png);
	background-repeat: repeat; */
	}
#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding-left: 10px solid #fff;
	padding-right: 10px solid #fff;
	}
#header {
	width: 100%;
	/* Keine Höhe dieser Box bestimmen, da auch mal unterschiedlich hoch! Diese Regel noch einmal überprüfen */
	}
#header img {
	width: 800px;
	}
#navi1 {
	position: absolute;
	bottom: 100px;
	width: 800px;
	height: 20px;
	margin: 0px auto;
	background-image: url(../images/navi/linie_weiss.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff
	}
#navi1 h1 {
	float: left;
	padding: 2 5 5 20;
	text-size: 16px;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/navi/Trenner.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
#navi1 .erstes {
	width: 90px; /*linken Abstand der Navigation im Footer regeln */
	background: none;
	}
#contentwrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px auto; /*wichtig für hor. Zentrierung */
	/* alt!
	background-image: url(../images/navi/bg_fotos.jpg);
	background-repeat: no-repeat;
	background-position: top left; */
	/* auch alt!
	background-image: url(../images/navi/linie_weiss.png);
	background-repeat: repeat-x;
	background-position: top left;		
	}*/
	}
#content {
	/* im Regelfall 800px Breite, da der FF aber das Padding nicht aktzeptieren möchte, muß hier die Zeilenlänge der Bilder über die Breite der Box gesteuert werden... */
	width: 800px; 
	margin: 0px auto;
	text-align: center;
	}
#content img {
	}
#content .erstes {
	}
#content h1 {
	width: 600px;
	margin: 0px auto 14px auto;
	font-weight: bold
	}
#content p {
	width: 600px;
	text-align: center;
	margin: 0px auto 14px auto;
}
#footer {
	width: 100%; 
	position: absolute; 
	left: 0px; 
	bottom: 1px; 
	height: 85px; /*wie Größe der Footergrafik */ 
	background-color: #fff; 
	text-align: center
}
#footer-padding { /* bei kleinen Fenstern der Abstandhalter */ 
	height: 130px; /* wie Größe der Footergrafik */
	clear: both; /* wichtig ! */
	}

/* Linkdefinitionen */
a {
	font-weight: bold;
	}
a:link, a:visited {
	color: #000;
	}
a:hover, a:active  {
	color: #fff;
	background-color: #000
	}
a:link img, a:visited img, a:hover img, a:active img {
	background-color: none	}

/* Eigentlich sollte das Hintergrundbild hier ausgeblendet werden... #navi1 h1 #st {
	background-image: url(none);
	font-size: 22px;
	} */
/* Schriftdefinitionen */
 strong {
 	font-weight: bold	
	}
ul {
	margin-bottom: 14px;}
