#datenschutzHinweis {
	z-index:1024;
	position:fixed;
	bottom:28px; /* zum Festlegen der Position des datenschutzHinweises über dem Footer */
	_width:100%-0px; /* -0px -> Hack, um trotz Padding eine Breite von 100% zu erreichen */
	_left:0px; /* Wert muss immer Null sein! */
	width:956px; /* links ausgerichtet und Breite der Seite (die beiden Zeilen darüber sind dann unnötig!) */
	_margin:0px 20px; /* optionaler horizontaler Randabstand außen */
	padding:10px 15px;
	border:2px solid #321e00;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-o-border-radius:10px;
	behavior:url('/datenschutzHinweis/PIE.htc'); /* Fallback für IE v6-9 (http://css3pie.com) */
	background:rgb(132, 114, 91); /* Fallback für ältere Browser (IE) ohne Alpha-Support */
	_background:rgba(190, 207, 104, 0.9); /* optional Transparenz verwenden */
	font-size:0.8em;
	font-family:sans-serif;
	text-align:justify;
	}

#datenschutzHinweis, #datenschutzHinweis a {
	color:#ebe6dc;
	}

#datenschutzHinweis a {
	background:none; /* entfernt die Pfeiler der normalen/übergeordneten Links! */
	}

#datenschutzHinweis .button {
	margin-top:5px; /* Abstand Button(s) zum Hinweistext */
	padding:5px 15px; /* Abstand Buttontext zum Buttonrand */
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-o-border-radius:5px;
	behavior:url('/datenschutzHinweis/PIE.htc'); /* Fallback für IE v6-9 (http://css3pie.com) */
	background-color:#321e00;
	color:#ffffff;
	text-decoration:none;
	}
#datenschutzHinweis .button:hover {
	background-color:#584426;
	}