@charset "UTF-8";

/* ####################*/
/* BASICS */
/* ####################*/

#header_home { height: 300px; margin-right: 20px; }
.home_headline { color: #FFF; font-size: 20px; letter-spacing: -1px; }

#menue_container_home { position: absolute; top: 28px; right: 35px; height: 25px; }
#menue_container_home { background-color: #0CF; background-image:url(../images/basic/menue_bg_pattern.gif); }

/* ####################*/
/* NEWS */
/* ####################*/

#left_home { width: 450px; float: left; margin-left: 20px; }

.news_entries { min-height: 222px; margin-top: 15px; background-image:url(../images/home/news_bg.jpg); background-repeat:repeat-x; padding: 10px; }
.news_datum { color: #CCC; font-size:11px; }
.news_headline { color: #FFF; font-size: 14px; font-weight:bold; margin-top: 5px; }
.news_entries p { color: #FFF; font-size:12px; margin-top: 4px; line-height: 1.3; }
.news_entries img { margin-right: 8px; margin-top: 5px; background-color: #FFF; display:block; float: left; width: 56px; }
.news_hr { margin-top: 10px; margin-bottom: 10px; height: 1px; background-image:url(../images/basic/trennlinie.gif); background-repeat:repeat-x; }
.news_hr hr { display: none; }
.news_text_with_image { margin-left: 64px; }
.news_text { margin-top: 5px; display: block; }
.news_text p { margin: 10px 0; padding: 0; line-height: 150%; }
.news_text img {
	float: none;
	margin: 0;
	display: inherit;
	width: inherit;
}

/* ####################*/
/* FEATURE / ROSTER */
/* ####################*/

#middle_home { margin-left: 490px; width: 205px; }

/* ####################*/
/* CONTACT / NEWSLETTER */
/* ####################*/

#right_home { width: 205px; float: right; margin-right: 20px; }

#newsletter_form { margin-top: 10px; margin-bottom:10px; height: 25px;}

.newsletter_mail { border: 0; width: 149px; float: left; height: 22px; padding: 3px 3px 0 3px; }
.newsletter_mail_error { border: 1px solid red; width: 147px; height: 20px; }

.newsletter_submit_button { background-color:#333; border: 1px solid #FFF; color: #0CF; font-weight:bold; font-size: 11px; height:25px; width:30px; float: right; }
.newsletter_submit_button_error { background-color:#333; border: 1px solid #F00; color: #0CF; font-weight:bold; font-size: 11px; height:25px; width:30px; float: right; }

.newsletter_submit_error { color: #F00; font-weight: bold; }
.newsletter_submit_success { color: #0C0; font-weight: bold; }


/* ####################*/
/* CONTACT / NEWSLETTER */
/* ####################*/
#facebook,
#tourdates_home {
	width: 430px;
	font-size:12px;
	color: #FFF;
}

#facebook {
	height: 150px;
	margin-bottom: 70px;
}
	
	#facebook .content a {
		display: block;
		background: transparent url("../images/home/facebook.png") 0 center no-repeat;
		height: 96px;
		margin-bottom: 10px;
	}
	
	#facebook .content a span {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#tourdates_home {
	height: 260px;
}

#facebook .content,
#tourdates_entries {
	margin-top: 15px;
	padding: 10px;
	min-height: 120px;
	background-image:url(../images/home/tourdates_bg.jpg);
	background-repeat:no-repeat;
}

#tourdates_entries table { width: 100%; margin-bottom: 30px; }

#view_all_dates_link { display: block; width: 80px; height: 13px; padding: 0 0 0 20px; margin-left: 10px; }
#view_all_dates_link { background-image: url(../images/basic/goto_button.gif); background-position:left center; background-repeat:no-repeat;}

.table_head th { color: #CCC; font-weight: normal; padding-left: 10px; text-align: left; }
.table_head { height: 20px; }

#tourdates_entries table { background-image:url(../images/home/tourdates_header.jpg); background-repeat:no-repeat; background-position: left top; }

#tourdates_entries table td { padding-bottom: 1px; padding-top: 10px; padding-left: 10px; vertical-align: top; }

#table_head_date { width: 80px;}
#table_head_artist { width: 100px;}
#table_head_venue { width: 90px;}

.table_hr { margin-top: 10px; margin-bottom: 10px; height: 1px; background-image:url(../images/basic/trennlinie.gif); background-repeat:repeat-x; }
.table_hr hr { display: none; }

.no_dates { border:0; height: 50px; text-align:center; }
