body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ecebe4;
	color: black;
	padding: 0px;
	margin: 0px;
	background-image: url(streifen_footer.jpg);
	background-position: top right;
	background-repeat: repeat-x;
}

#footer_pic {
	width: 100%;
	min-height: 300px;
	background-image: url(mobilien_footer2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer_titel {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

#footer_content {
	padding: 10px;
}

a {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

