body {

	margin: 0;

	padding: 0;

	color: #6E3F0B;

	background: #000000;
	font-family: Times;
}

/** functional types */
.left {
	float: left;
}
.red {
	color: #631218;
}
.center {
	text-align: center;
}
.rightMenu {
	float: right;
	width: 218px;
}

#wrapper {

	width: 960px;

	margin: 0 auto;

	min-height: 500px;

	background:  url('../images/header.jpg') top no-repeat;

}



#footer {

	height: 150px;

	background: #000000 url('../images/unten.jpg') no-repeat;

}

#afterfooter {
	text-align: center;
}

#header_top {

	height: 230px;

}



#header_nav {

	padding-left: 130px;

	height: 32px;

}



#header_nav > a {

	float: left;

	display: block;

	height: 32px;

}



#nav_home {

	width: 91px;

	background: url('../images/home.png');

}

#nav_home:hover {

	background-position: bottom;

}

#nav_soundscapes {

	width: 165px;

	background: url('../images/soundscapes.png');

}

#nav_soundscapes:hover {

	background-position: bottom;	

}

#nav_lyrics {

	width: 100px;

	background: url('../images/lyrics.png');

}

#nav_lyrics:hover {

	background-position: bottom;	

}

#nav_photos {

	width: 100px;

	background: url('../images/photos.png');

}

#nav_photos:hover {

	background-position: bottom;	

}

#nav_links {

	width: 89px;

	background: url('../images/links.png');

}

#nav_links:hover {

	background-position: bottom;	

}

#social_buttons {

	padding-top: 140px;

	margin-left: 50px;

	width: 32px;

}

#header_top #social_buttons a {

	display: block;

	height: 32px;

	width: 32px;

	margin-bottom: 3px;

}

#nav_facebook {

	background: url('../images/fb.png') no-repeat;

}

#nav_soundcloud {

	background: url('../images/soundcloud.png') no-repeat;

}

#nav_bandcamp {

	background: url('../images/bandcamp.png') no-repeat;

}



#content {
	min-height: 300px;
	margin-top: 60px;
	padding-left: 82px;
	padding-right: 82px;
}
#content a {
	color: #FFF;
	text-decoration: none;
}
#content a:hover {
	color: #6E3F0B;
}
/** Links */
#content_links {
	min-height: 576px;
	background: url('../images/kabelsalat.jpg') no-repeat right bottom;
}
.linksbox {
	width: 50%;
	margin-top: 20px;
}

/** Photos */
#content_photos #pictures {
	width: 578px;
	min-height: 100px;

} 
#content_photos #pictures #description {
	margin-top: 20px;
	height: 40px;
}
/** Soundscapes */
#content_soundscapes {
	min-height: 576px;
	background: url('../images/boxen.jpg') no-repeat left bottom;
}
#content_soundscapes #musicbox {
	width: 578px;
	min-height: 100px;
	margin-top: 50px;
}
/** Home */
#content_home #bandbox {
	min-height: 120px;
}
#content_home hr {
	border: 1px solid transparent;
	border-bottom: 1px solid #FFF;
}
#content_home .newsentry {
	margin: 20px 130px 20px 0px;
	padding-top: 20px;
	width: 448px;
}
#content_home .headline_news {
	color: #6E3F0B;
	font-size: 20px;
}
#content_home .headline_date {
	float: right;
	color: #666;
	font-style: italic;
	padding-top: 3px;
}
