#footer
{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 950px;
	height: 70px;
	padding: 2px 0px 0px 0px; /*oben|rechts|unten|links */
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #ff0000;
}

#footer_left
{
	text-align: left;
	width: 530px;
	height: 70px;
	padding: 0px 0px 0px 20px; /*oben|rechts|unten|links */
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #ff0000;
}

#footer_middle
{
	text-align: right;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 20px 10px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #00ff00;
}

#footer_right
{
	text-align: right;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #00ff00;
}

