* {
	margin:0px;
	padding:0px;
	font-family: Georgia, Palatino, serif;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
}

html, body, #container_header, #container_content, #container_footer {
	width: 100%;
}

html, body {
	height: 100%;
}

#header , #content, #footer {
	width: 960px;
	margin:auto;
	background-repeat: no-repeat;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


body {
	background-color: #EFE0C6;
}

ul {
	list-style-type: none;
}


a { color: #442C1F; text-decoration: none }
a:hover { color: #FFF; }



#container {
	width: 100%;
	position:relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
}

#container_header {
	height: 148px;
	background-image: url("../images/bg/bg_header_out.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	top: 0px;
}

#header {
	height: 148px;
	background-image: url("../images/bg/bg_header.jpg");
	position:relative;
}

#header h1 {
	position: absolute;
	left: 65px;
	top: 10px;
	width: 256px;
	height: 128px;
	background-image: url("../images/mettiwetti.png");
	background-repeat: no-repeat;
}

#header h1 a {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#header li {
	display: inline;
}

#meta {
	position: absolute;
	top: 13px;
	right: 86px;
}

#nav {
	position: absolute;
	top: 50px;
	right: 86px;
}

#meta li, #nav li {
	float:left;
	background-image: url("../images/nav/dot.png");
	background-repeat: no-repeat;
	padding-right: 19px;
	margin-right: 14px;
}

#meta li {
	background-position: right 5px;
}

#nav li {
	background-position: right 10px;
}

#meta li.last, #nav li.last {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}


#meta a, #nav a {
	display: block;
	float:left;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#meta a:hover, #nav a:hover {
	border-bottom: 3px solid #FFFFFF;
}

a.kontakt {
	width: 68px;
	height: 14px;
	/* background-image: url("../images/nav/kontakt.gif"); */
	text-indent: -1000px;
	overflow: hidden;
}

a.gaestebuch {
	width: 98px;
	height: 14px;
	/* background-image: url("../images/nav/gaestebuch.gif"); */
	text-indent: -1000px;
	overflow: hidden;
}

a.agenda {
	width: 127px;
	height: 22px;
	/* background-image: url("../images/nav/agenda.gif"); */
	text-indent: -1000px;
	overflow: hidden;
}

a.band {
	width: 110px;
	height: 22px;
	/* background-image: url("../images/nav/band.gif"); */
	text-indent: -1000px;
	overflow: hidden;
}

a.musik {
	width: 120px;
	height: 22px;
	/* background-image: url("../images/nav/musik.gif"); */
	text-indent: -1000px;
	overflow: hidden;
}

#container_content {
	background-image: url("../images/bg/bg_content_out.jpg");
	background-position: center 148px;
	background-repeat: no-repeat;
}

#content {
	background-image: url("../images/bg/bg_content.jpg");
	background-position: center 148px;
	width: 960px;
	margin: auto;
	padding-bottom: 231px;
	padding-top: 148px;
}

#container_footer {
	background-image: url("../images/bg/bg_footer.jpg");
	background-repeat: repeat-x;
	height: 171px;
	position:absolute;
	bottom: 0px;
}



#title {
	background: url("../images/content_title.jpg") no-repeat;
	height: 208px;
	clear: both;
	position: relative;
}

#title h2 {
	position: absolute;
	top: 70px;
	left: 80px;
	font-size: 40px;
	color: #D7C5AA;
	font-style: italic;
	font-weight: normal;
}

#title p {
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #D7C7AA;
	line-height: 150%;
	right: 84px;
	top: 70px;
	width: 300px;
}

#pages {
	/*margin-left: 80px;
	margin-right: 80px;*/
	width: 800px;
	margin-top: 60px;
	display: block;
	clear: both;
	border: 1px solid #442F22;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 5px 2px;
}

#pages ul {
	list-style-type: none;
}

#pages li {
	float: left;
	padding-right: 12px;
	margin-right: 8px;
	background: url("../images/pages_dot.png") no-repeat right 5px;
	margin-top: -1px;
	padding-bottom: 2px;
}

#pages li a {
	text-decoration: none;
}

#pages li a:hover,
#pages li.active a {
	text-decoration: underline;
}

#pages li.last {
	float: left;
	padding-right: 0px;
	margin-right: 10px;
	background: none;
}

#pages li.prev {
	float: left;
	padding-right: 0px;
	margin: 5px 15px 0px 5px;
	background: url("../images/pages_prev.png") no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	width: 14px;
	height: 15px;
}

#pages li.next {
	float: left;
	padding-right: 0px;
	margin: 5px 0px 0px 5px;
	background: url("../images/pages_next.png") no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	width: 14px;
	height: 15px;
}

#pages li.prev a,
#pages li.next a {
	display: block;
	width: 14px;
	height: 15px;
	text-decoration: none;
}




#pages a {
	font-size: 20px;
	color: #463124;	
}

#columnLeft {
	float:left;
	margin-left: 81px;
	margin-right: 28px;
	width: 509px;
	display: inline;
}

#columnLeftBand {
	float:left;
	margin-left: 81px;
	margin-right: 28px;
	width: 532px;
}


#columnRight {
	float: left;
	width: 260px;
}

#columnRightBand {
	float: left;
	width: 237px;
}


#columnLeft p,
#columnLeftBand p {
	line-height: 150%;
	color: #442D20;
}


#columnRight h2,
#columnLeft h2,
#columnRightBand h2,
#columnLeftBand h2 {
	margin-top: 48px;
	margin-bottom: 10px;
	font-size: 33px;
	font-weight: normal;
	font-style: italic;
	color: #453023;
}



#footer h3 {
	font-size: 16px;
	color: #D7C7AA;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
}

#footer ul li,
#footer ul li p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
}

#footer_columns {
	width: 800px;
	margin: auto;
	height: 100%;
	padding-top: 18px;
}

#footer_columns a {
	font-family: Arial, sans-serif;
}

#footer_columns li {
	float:left;
	width: 208px;
	margin-right: 35px;
	display: inline;
}

#footer_columns li.last {
	margin-right: 0px;
}



#footer_columns ul {
	margin-left: 6px;
	width: 314px;
	height: 100%;
}

#footer .newsletter_form {
	background-image: url("../images/newsletter_input.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	margin-top: 10px;
}

#footer .newsletter_form .formtext input {
	width: 166px;
	height: 20px;
	padding-left: 4px;
	float:left;
	background-color: transparent;
	font-family: Georgia, Palatino, serif;
	color: #5E4331;
	font-size: 12px;
	font-style: italic;
}

#footer .newsletter_form .submit {
	float: left;
	background-image: url("../images/newsletter_dot.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 22px;
	height: 20px;
	margin-left: 8px;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
}

#footer a:link              { color:#FFFFFF; text-decoration:none; }
#footer a:visited           { color:#FFFFFF; text-decoration:none; }
#footer a:hover             { color:#FFFFFF; text-decoration:underline; }
#footer a:active            { color:#FFFFFF; text-decoration:none; }














.big_button {
	display: block;
	width: 109px;
	height: 23px;
	background-image: url("../images/big_button.png");
	background-repeat: no-repeat;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 6px;
	font-style: italic;
}

.small_button {
	display: block;
	width: 74px;
	height: 17px;
	background-image: url("../images/small_button.png");
	background-repeat: no-repeat;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 6px;
	font-style: italic;
}


#teaser_box {
	width: 960px;
	height: 352px;
	margin: auto;
	background-image: url("../images/teaser_box.jpg");
	background-repeat: no-repeat;
}


#teaser_box h2 {
	font-size: 38px;
	color: #4D341F;
	font-style: italic;
	width: 496px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
}


#teaser_box div.container_teaser {
	width: 746px;
	margin: auto;
	padding-top: 65px;
}

#teaser_box div.container_teaser div {
	float: left;
	width: 496px;
}

#teaser_box img {
	float: left;
	margin-right: 25px;
}

#teaser_box p {
	font-size: 14px;
	color: #5E4331;
	line-height: 130%;
	font-family: Arial, sans-serif;
}

#teaser_box p a {
	float:right;
	margin-top: 15px;
	margin-right: 35px;
}


.content_columns {
	clear: both;
	width: 800px;
	margin: auto;
	height: 100%;
	padding-top: 18px;
	margin-top: 20px;
}

.content_columns li {
	float:left;
	width: 243px;
	margin-right: 35px;
}

.content_columns li.last {
	margin-right: 0px;
}

.content_columns h3 {
	font-size: 24px;
	color: #4D341F;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 30px;
}

.content_columns p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #5E4331;
	margin-bottom: 12px;
	width: 227px;
	line-height: 150%;
}


h3.facebook {
	padding-left: 23px;
	background: url("../images/facebook.png") no-repeat 0px 6px;
}


label {
	display: none;
}

.formsubmit {
	height: 20px;
}

#content .formsubmit input {
	background: url("../images/small_button.png") no-repeat;
	float: right;
	width: 80px;
	height: 20px;
	font-style: italic;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	background-color: transparent;
	padding-bottom: 2px;
}

#content .formtext input {
	width: 244px;
	height: 21px;
	background: url("../images/forms/input_text.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 5px;
}

#orderForm .formtextarea textarea {
	width: 244px;
	height: 76px;
	background: url("../images/forms/input_comment.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 5px;
}

#bookForm .formtextarea textarea {
	width: 244px;
	height: 114px;
	background: url("../images/forms/input_book.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 5px;
}


.location .plz {
	float: left;
	width: 55px;
	height: 25px;
}

#content .location .plz input {
	width: 39px;
	height: 21px;
	background: url("../images/forms/input_plz.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 3px;
}

.location .city {
	float: left;
	width: 198px;
	height: 25px;
	margin-bottom: 7px;
}

#content .location .city input {
	width: 182px;
	height: 21px;
	background: url("../images/forms/input_address.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 5px;
	float: left;
	margin-left: 7px;
}


#content ul.form_warning {
	border: 1px solid #B80005;
	padding: 5px;
	background-color: #FAECED;
	margin-bottom: 20px;
}

#content ul.form_warning li {
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 14px;
	color: #B80005;
	margin-bottom: 10px;
}


#content input.form_warning {
	color: #B80005;
}







#kontaktForm .formsubmit {
	height: 29px;
	width: 457px;
}

#kontaktForm .formsubmit input {
	background: url("../images/big_button.png") no-repeat;
	float: right;
	width: 115px;
	height: 29px;
	font-size: 17px;
	padding-left: 10px;
	padding-bottom: 1px;
}

#kontaktForm .formtext input {
	width: 441px;
	height: 21px;
	background: url("../images/forms/input_contact_text.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 5px;
}

#kontaktForm .formtextarea textarea {
	width: 441px;
	height: 146px;
	background: url("../images/forms/input_contact_comment.png") no-repeat;
	font-family: Arial, serif;
	color: #5E4331;
	font-size: 16px;
	padding: 4px 8px 0px 8px;
	margin-bottom: 5px;
}






.songlist {
	margin-top: 10px;
	list-style: none;
}

.songlist li {
	border-top: 1px solid #442F22;
	padding: 15px 5px;
}

.songlist li .songid {
	float: left;
	width: 45px;
	height: 50px;
}

.songlist li .songid strong {
	font-size: 38px;
	color: #442E21;
	font-weight: normal;
	text-align:center;
	display: block;
	margin-top: -12px;
}

.songlist li .songid span {
	display: block;
	border-top: 1px solid #442F22;
	font-size: 14px;
	color: #442E21;
	font-weight: bold;
	text-align: center;
}

.songlist li h3 {
	float: left;
	clear:right;
	width: 400px;
	margin-left: 18px;
	margin-top: -2px;
	color: #442E21;
	font-size: 28px;
	font-weight: normal;
}

.songlist li p {
	float: left;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #5E4331;
	width: 400px;
	margin-left: 18px;
	margin-top: 0px;
}

.songlist li .play {
	margin-top: 13px;
}


.musicDescription {
	margin-top: 20px;
	font-size: 15px;
	color: #442C1F;
	line-height: 150%;
}






.archiv {
	margin-top: 10px;
	list-style-type: none;
}

.archiv li {
	border-top: 1px solid #442F22;
	padding: 12px 2px;
}

.archiv li .date {
	float: left;
	width: 35px;
	height: 45px;
}

.archiv li .date strong {
	font-size: 32px;
	color: #442E21;
	font-weight: normal;
	text-align:center;
	display: block;
	margin-top: -12px;
}

.archiv li .date span {
	display: block;
	text-transform: uppercase;
	border-top: 1px solid #442F22;
	font-size: 14px;
	color: #442E21;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	line-height: 80%;
}

.archiv li h4 a {
	float: left;
	clear:right;
	margin-left: 15px;
	margin-top: 3px;
	color: #442E21;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.archiv li p a {
	float: left;
	font-size: 14px;
	color: #442C1F;
	margin-left: 15px;
	margin-top: 1px;
	text-decoration: none;
}

.archiv li h4 a:hover,
.archiv li p a:hover {
	color: #FFF;
}

#content .gig,
#content .book {
	margin-top: 40px;
	margin-bottom: 30px;
	padding-right: 40px;
}

#content .gig {
	position: relative;
}

#content .gig p,
#content .book p {
	line-height: 150%;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #442C1F;
	width: 460px;
	display: inline;
}

#content .gig p.txt,
#content .book p.txt {
	width: 390px;
	margin-left: 70px;
	float: left;
	min-height: 90px;
	padding-bottom: 10px;
}


#content .gig .footer {
	background: url("../images/bg_agenda.png") no-repeat;
	height: 57px;
	width: 460px;
	margin-top: 8px;
	padding: 7px 12px;
	clear: both;
}


#content .gig .footer p,
#content .gig .footer p.gmaps a {
	float: left;
	font-family: Georgia, Palatino, serif;
	font-style: italic;
	font-size: 14px;
	color: #D7C6AA;
	width: 300px;
	text-decoration: none;
}



#content .book .footer {
	background: url("../images/bg_book.png") no-repeat;
	height: 30px;
	width: 460px;
	margin-top: 10px;
	padding: 4px 10px;
	clear: both;
}


#content .book .footer p {
	float: left;
	font-family: Georgia, Palatino, serif;
	font-style: italic;
	font-size: 14px;
	color: #D7C6AA;
	width: 300px;
	text-decoration: none;
}




#content .gig .footer p.gmaps a {
	width: auto;
	padding-right: 18px;
	background: url("../images/pin.png") no-repeat right;
}

#content .gig .footer p.gmaps a:hover {
	color: #FFF;
}

#content .gig .footer p.facebook {
	float: right;
	width: 40px;
	margin-right: 35px;
	background: url("../images/facebook_inverted.png") no-repeat left 2px;
}

#content .gig .footer p.facebook a {
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #D7C6AA;
	padding-left: 20px;
}

#content .gig .footer p.facebook a:hover {
	color: #FFF;
}

#content .gig .date,
#content .book .date {
	float: left;
	display: block;
	width: 50px;
	height: 60px;
	margin: 2px 10px 10px 2px;
}

#content .gig .date {
	float: left;
	display: block;
	width: 50px;
	height: 60px;
	margin: 2px 10px 10px 2px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content .gig .date strong,
#content .book .date strong {
	font-size: 48px;
	color: #442E21;
	font-weight: normal;
	text-align:center;
	display: block;
	margin-top: -12px;
}

#content .gig .date span,
#content .book .date span {
	display: block;
	text-transform: uppercase;
	border-top: 1px solid #442F22;
	font-size: 22px;
	color: #442E21;
	font-weight: bold;
	text-align: center;
	line-height: 80%;
	padding-top: 3px;
	padding-bottom: 10px;
}



#vcard {
	background: url("../images/bg_contact.png") no-repeat;
	width: 199px;
	height: 150px;
	padding: 12px 18px;
	line-height: 150%;
	font-size: 16px;
	color: #D7C5AA;
}

#vcard a {
	font-family: inherit;
	text-decoration: none;
	color: #D7C5AA;
}

#vcard a:hover {
	color: #FFF;
}

#content h2.band {
	text-transform: uppercase;
	font-style: normal;
	padding-bottom: 15px;
	margin-top: 25px;
}



ul.band {
	list-style-type: none;
	margin-top: 40px;
	margin-left: 50px;
}

ul.band li {
	text-align: center;
	margin-bottom: 50px;
}



#container p.kosten {
	margin-top: -4px;
	margin-bottom: 7px;
	color: #442E21;
	padding: 2px 0px;
	border-color: #442E21;
	border-width: 1px 0px 1px 0px;
}
