/*******The Home - #572f08 ********/

a {
	color: #572f08;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.logo {
	background: url(../img/Logo_traktor_braun.jpg) no-repeat top left;
	margin-top: 35px;
	margin-left: 35px;
	float: left;
	width: 212px;
	height: 36px;
}

#footer_container {
	background-color: #572f08;
    position:fixed;
    bottom:0; left:0; right:0;
	float: left;
	width: 100%;
	height: 90px;
	margin: 0;
}

#footer_container_inner{
	background: none;
    position:relative;
	margin-top: -242px;
	margin-left: 0px;
	background-color: transparent;
	width: 245px;
	height: 260px;
}




