/*******The Purple - #5f227b ********/

a {
	color: #5f227b;
	text-decoration: none;
}

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

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

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

#footer_container_inner{
	background: url(../img/gartenbeiz.gif) no-repeat top left;
    position:relative;
	margin-top: -242px;
	margin-left: 0px;
	background-color: transparent;
	width: 245px;
	height: 260px;
}

