@charset "UTF-8";/* FOOTER FUNKTION *//* Angaben für alle standardkoformen Browser */body{    margin:0;    padding:0;}#content_container{    padding-bottom:3em;}#footer{	position:fixed;	bottom:0px;	background:#e4e4e4;	padding:10px;	width:100%;}#footerstart{	position:fixed;	bottom:0px;	background:#e4e4e4;	padding:10px;	width:100%;}/* Angaben nur für den Internet Explorer mit Star HTML Hack * html, * html body{    margin:0;    padding:0;    height:100%;    overflow:hidden;}* html #content_container {    padding:0;    height:95%;    overflow:auto;}* html #footer {    background:#e4e4e4;    height:5%;    text-align:center;    padding-top:1%;}}* html #footerstart {    background:#e4e4e4;    height:5%;    text-align:center;    padding-top:1%;}*/.footer_center  { /* fuer footer Zentrierung */	width: 845px;	margin-right: auto;	margin-left: auto;	padding-right: 50px;	position:relative;	left:-6px;}/* FOOTER OPTIK */#footer {	text-align:left;	font-size:9px;	color: #333;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-top-color: #666666;	border-right-color: #666666;	border-bottom-color: #666666;	border-left-color: #666666;	background-image: url(../images/bg_footer.gif);	background-repeat: repeat-x;	background-position: top;}#footerstart { /* fuer Startseite */	text-align:left;	font-size:9px;	color: #333;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-top-color: #666666;	border-right-color: #666666;	border-bottom-color: #666666;	border-left-color: #666666;	background-image: url(../images/bg_footer.gif);	background-repeat: repeat-x;	background-position: top;}#footer span, #footerstart span  {	color: #666;}#footer a:link,#footer a:visited,#footerstart a:link,#footerstart a:visited {	color: #333;	text-decoration:none;}#footer a:hover,#footer a:active,#footerstart a:hover,#footerstart a:active {	color: #000;	text-decoration:underline;}/* fuer IE6 Message - nur sichtbar wenn Site mit IE6 besucht wird. */#ie_message {visibility:hidden;position:absolute;	}