* {
	border				: 0;
	font-family			: Arial;
	font-weight			: normal;
	background-repeat	: no-repeat;
	margin				: 0;
	padding				: 0;
}

/* Seiteneigenschaften */
body {
	background-color	: #FFF;
	padding-top			: 10px;
}

#banner {
	float				: left;
	padding-top			: 25px;
}

.breaker {
	clear				: both;
}

/* Eigenschaften des Container */
#container {
	margin				: 0 auto;
	margin-top			: 10px;
	padding-bottom		: 10px;
	width				: 1000px;
}

/* Eigenschaften des Header */
#header {
	background-image	: url("../images/header.png");
	background-color	: FFF;
	background-repeat	: no-repeat;
	width				: 847px;
	margin-left			: 140px;
	height				: 66px;
}

.mitte {
	margin-left			: 140px;
	width				: 850px;
}

/* Eigenschaften der Top Navigation */
.navi li,
.navi {
	float				: left;
	display				: block;
	list-style			: none;

}

/* Eigenschaften des Content */
#content {
	background-color	: #EAF9FE;
	float				: left;
	margin-top			: -3px;
	padding-left		: 10px;
	padding-right		: 10px;
	width				: 830px;
}

#content li {
	list-style			: none;
	
}

/* Eigenschaften des Footer */
#footer {
	background-image	: url("../images/footer.png");
	background-repeat	: no-repeat;
	font-size			: 10px;

	padding-top			: 15px;
	margin-left			: 150px;
	width				: 850px;
}

/* Eigenschaften der Top Menu Leiste */
.home {
	background-image	: url("../images/home.png");
	background-repeat	: no-repeat;
	display				: block;
	height				: 22px;
	width				: 53px;
}

.home_active,
.home:hover, 
.home:active, 
.home:focus {
	background-image	: url("../images/home.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}
.download {
	background-image	: url("../images/download.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 108px;
	height				: 22px;
}

.download_active,
.download:hover, 
.download:active, 
.download:focus {
	background-image	: url("../images/download.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.kuenstler {
	background-image	: url("../images/kuenstler.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 79px;
	height				: 22px;
}

.kuenstler_active,
.kuenstler:hover, 
.kuenstler:active, 
.kuenstler:focus {
	background-image	: url("../images/kuenstler.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}


.bandlogin {
	background-image	: url("../images/bandlogin.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 68px;
	height				: 22px;
}

.bandlogin_active,
.bandlogin:hover, 
.bandlogin:active, 
.bandlogin:focus {
	background-image	: url("../images/bandlogin.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.charts {
	background-image	: url("../images/charts.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 90px;
	height				: 22px;
}

.charts_active,
.charts:hover, 
.charts:active, 
.charts:focus {
	background-image	: url("../images/charts.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.radio {
	background-image	: url("../images/radio.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 46px;
	height				: 22px;
}

.radio_active,
.radio:hover, 
.radio:active, 
.radio:focus {
	background-image	: url("../images/radio.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.news {
	background-image	: url("../images/news.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 47px;
	height				: 22px;
}

.news_active,
.news:hover, 
.news:active, 
.news:focus {
	background-image	: url("../images/news.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.faq {
	background-image	: url("../images/faq.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 38px;
	height				: 22px;
}

.faq_active,
.faq:hover, 
.faq:active, 
.faq:focus {
	background-image	: url("../images/faq.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.aboutus {
	background-image	: url("../images/aboutus.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 66px;
	height				: 22px;
}

.aboutus_active,
.aboutus:hover, 
.aboutus:active, 
.aboutus:focus {
	background-image	: url("../images/aboutus.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}

.partner {
	background-image	: url("../images/webseiten.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 110px;
	height				: 22px;
}

.partner_active,
.partner:hover, 
.partner:active, 
.partner:focus {
	background-image	: url("../images/webseiten.png");	

	background-position	: 0 -22px;
}

.impressum {
	background-image	: url("../images/kontakt.png");
	background-repeat	: no-repeat;
	display				: block;
	width				: 81px;
	height				: 22px;
}

.impressum_active,
.impressum:hover, 
.impressum:active, 
.impressum:focus {
	background-image	: url("../images/kontakt.png");	
	background-repeat	: no-repeat;
	background-position	: 0 -22px;
}