/* Farben: 

	#030303: schwarz
	#1A1A1A: grau (Kopf- und Fu�zeile
	#
	#67151B: rot (sep) links:	
	#7A3027: rot (sep) rechts, passiv
	#B42F1E: rot (sep) rechts, aktiv

*/


body {
	height: 100%;
	background-color: #030303;
	margin: 0px;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
}

h1, h2, h3 {
	color: #701E22;
	margin-top: 5px;
	margin-left: 0px;	
	margin-right: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}


p {
	color: #ADA293;
	margin-top: 5px;
	margin-bottom: 12px;
}

.style1 {
	color: #513109;
	text-decoration:none
}
.style2 {
	color: #5C251E;
}
.style3 {
	color: #ada293;
}
.style4 {
	color: #9A8D7C;
	text-decoration:none
}
.style5 {
	color: #FFFFFF;
}
.style6 {
	color: #efefef;
	font-family: arial;
	text-decoration:none
}
.style7 {
	color: #808080;
	font-family: arial;
}
.style8 {
	color: #ADA293;
}

.foot_text {
	padding-top: 7px;
}


a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	outline: none
}


#main_wrap {
	width: 747px;
	height: 600px;
	margin: 0px auto;
	margin-top: 35px;
	text-align: right;
	/*border: 1px dashed #555;*/
}

#header {
	height: 76px;
	/*border: 1px dashed #F00;*/
	background-color: #030303;
	text-align:left;
}

#content_wrap {
	height: 528px;
	float: right;
}

#content {
	width: 405px;
	height: 507px;
	float: left;
	text-align: left;
	margin-top: 6px;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 11px;
	background-image: url(../images/separator_active.png);
	background-position: left;
	background-repeat: repeat-y;
}

#footer {
	height: 30px;
	vertical-align: middle;
	padding-right: 50px;
	/*border: 1px dashed #00F;*/
	background-color: #030303;
	clear: both;
}

#band_images {
	padding-top: 15px;
	padding-bottom: 15px;
}

#music {
	padding-top: 5px;
	padding-bottom: 4px;
	margin-left: 12px;
	margin-right: 12px;
	background-image: url(../images/line_horizontal.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.music_title {
	color: #ADA293;
	margin-top: 10px;
	padding-left: 10px;
}

.music_player {
	vertical-align: -5px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 11px;
	background-image: url(../images/line_vertical.png);
	background-position: right;
	background-repeat: repeat-y;
}

.music_download_disc {
	padding-left: 5px;
}


img {
	border: none;
}

a img {
	border: none;
}

a img.navigation {
	padding-top: 6px;
	float: left;
}

img.sitename {
	margin-left: -15px;
	margin-bottom: 10px;
	background-color: #030303;
}

a img.header_logo {
	padding-top: 8px;
	padding-left: 58px;
}

a.navigation {
	margin-top: 6px;
	float: left;
	text-align: left;
	width: 80px;
	height: 516px;
	background-image: url(../images/separator.png);
	background-position: left;
	background-repeat: repeat-y;
}

img.nav_sitename {
	margin-top: 410px;
	background-color: #030303;
}

img.headline {
	margin-top: 8px;
	margin-bottom: 0px;
}

