html {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Georgia, "Times New Roman", Times, serif;
	color: #969595;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
}

* {
	margin:0;
	padding:0;
}

/***  Verlinkungen Begin ***/

a {
	text-decoration: none;
	color: #969595;
}

a:link {
	text-decoration: none;
	color: #969595;
}

a:visited {
	text-decoration: none;
	color: #969595;
}

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

a:active {
	text-decoration: none;
	color: #969595;
}

/***  Verlinkungen End ***/


p {
	margin-bottom: 4px;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 8px;
}

#footerwrapper {
	width: 100%;
	border-top: 1px solid #2f2f2f;
	height: 150px;
}

#footer {
	width: 940px;
	height: 150px;
	margin: 0 auto;
}

#news {
	width: 360px;
	height: 115px;
	margin-top: 20px;
	float: left;
}

#stores {
	width: 350px;
	height: 115px;
	margin-top: 20px;
	float: left;
}

#kontakt {
	width: 200px;
	height: 115px;
	margin-top: 20px;
	float: left;
}

#musik {
	height: 32px;
	width: 90px;
	float: left;
}

