* {
  margin: 0px;
  padding: 0px;
}

body {
	background: #23221e; /*url(../images/back.jpg);*/
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	margin-bottom: 50px;
}

img {
  border: 0px;
}

a {
	color: #7e6042;
  text-decoration: none;
}

a.active {
	color: #000;
}
a:active, a:focus {
  outline: 0;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	font-size: 14px !important;
	margin-bottom: -10px;
	color: #7e6042;
}

#page {
	position: relative;
	margin: 0px auto;
	width: 670px;
	background: url(../images/paper.jpg) repeat-y center 166px;
}

#footer {
	position: relative;
	margin: 0px auto;
	width: 668px;
	height: 199px;
	background: url(../images/paper_end.jpg) no-repeat top left;
}

		#tape_left {
			position: absolute;
			top: -55px;
			left: -30px;
			width: 133px;
			height: 125px;
			background: url(../images/tape_left.png) no-repeat top left;		
		}

		#tape_right {
			position: absolute;
			top: -55px;
			right: -30px;
			width: 133px;
			height: 125px;
			background: url(../images/tape_right.png) no-repeat top left;		
		}


#header {
	margin: 0px auto;
	width: 802px;
	height: 300px;
	background: url(../images/header.jpg) no-repeat top left;
}

#header.home {
	background: url(../images/teaser/home.jpg) no-repeat top left;
}
#header.band {
	background: url(../images/teaser/band.jpg) no-repeat top left;
}
#header.musik {
	background: url(../images/teaser/musik.jpg) no-repeat top left;
}
#header.live {
	background: url(../images/teaser/live.jpg) no-repeat top left;
}
#header.bilder {
	background: url(../images/teaser/bilder.jpg) no-repeat top left;
}
#header.gaestebuch {
	background: url(../images/teaser/gaestebuch.jpg) no-repeat top left;
}
#header.kontakt {
	background: url(../images/teaser/kontakt.jpg) no-repeat top left;
}


#logo {
	position: relative;
	width: 620px;
	margin: 0px auto;
	margin-top: 30px;
	padding-bottom: 1px;	
}

#logo a {
	position: absolute;
	background: url(../images/logo.gif) no-repeat left top;
	display: block;
	width: 346px;
	height: 50px;
}
#logo span {
	visibility: hidden;
}

#main_menu {
	width: 221px;
	overflow: hidden;
	margin-top: 5px;
}

#main_menu ul {
	margin-left: 120px;
	margin-right: 0px;
	margin-top: 73px;
}

#main_menu li {
	list-style: none;
	height: 22px;
	font-size: 20px;
	margin-bottom: 8px;
}

#main_menu a {
	display: block;
}
#main_menu span {
	visibility: hidden;
}




#content {
	margin-left: 80px;
	clear: both;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#content_menu {
	margin: 0px 30px 0px 103px; 
	border-bottom: 1px solid #d0d2b7;
}
#content_menu li {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	float: left;
	display: inline;
	margin: 8px 18px 7px 0px;
}

#article {
	width: 480px;
}

#article p {
	margin-bottom: 20px;
}


.slice {
	margin-bottom: 20px;
}




.slice_1 {
	line-height: 25px;
	font-size: .9em;
	margin-bottom: 10px;
}


.slice_5 img {
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}


.slice_8 .teaser {
	margin-top: -6px;
}
.slice_8 .image {
	padding-top: 4px;
	margin-right: 20px;
	width: 130px;
	float: left;
}
.slice_8 .image img {
	border: 1px solid #ddd;
	padding: 3px;
	max-width: 130px;
	background: #fff;
}
.slice_8 .text {
	width: 320px;
	float: left;
}
.slice_8 .link {
	color: #7e6042;
}



/* Bild + Text */
.slice_3 .image {
	padding-top: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 170px;
	float: left;
}
.slice_3 .image img {
	border: none;
	max-width: 170px;
}
.slice_3 .text {
	margin-bottom: 0px;
}


/* Link */

.slice_7 {
	padding: 4px 0px 4px 20px;
	background: url(../images/link.gif) no-repeat center left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}


/* PDF */

.slice_6 {
	padding: 4px 0px 4px 30px;
	background: url(../images/note.gif) no-repeat center left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}

.slice_12 iframe {
	border: 1px solid #d0d2b7;
}




#newsletter_signup .error {
	font-size: 13px;
	background: #fff;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#newsletter_signup form {
	padding-top: 0px;
}
#newsletter_signup label {
	display: inline;
	margin-right: 5px;
	font-weight: normal;
}
#newsletter_signup input.text {
	width: 246px;
	margin-right: 5px;
	border: 1px solid #aaa;
	background: #fff url(../images/textarea_bg.gif) repeat-x;
	padding: 2px;
}

#newsletter_signup .wrapper {
	padding: 1px;
	display: inline-block;
	width: 250px;
	margin-right: 5px;
}
#newsletter_signup fieldset {
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}






#article strong {
	font-weight: normal;
	color: #374737;
}

#article em {
	font-style: normal;
	color: #000;
}



.guestbook form {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.guestbook table {
	width: 100%;
}
.guestbook th {
	width: 100px;
	padding-right: 50px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
	color: #7e6042;
}
.guestbook td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
}

.guestbook h2 {
	color: #000;
	font-size: 14px;
}
.guestbook .thanks {
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	padding-left: 150px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.guestbook .thanks em {
	color: #7e6042 !important;
	font-style: italic !important;
	font-size: 11px;
}

.guestbook ul {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-bottom: -30px;
}

.guestbook li {
	list-style: none;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.guestbook .info {
	width: 100px;
	float: left;
	margin-right: 50px;
	white-space: nowrap;
}


.guestbook .date {
	font-size: 12px;
	color: #13120d;
	text-align: right;
}
.guestbook .name {
	font-size: 12px;
	text-align: right;
	color: #7e6042;
}

.guestbook .text {
	font-size: 12px;
	width: 300px;
	float: left;
}


.guestbook .pager {
	position: relative;
	color: #555;
}

.guestbook .left {
	position: absolute;
	left: 0px;
	z-index: 10;
}

.guestbook .center {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
}

.guestbook .right {
	position: absolute;
	right: 0px;
	z-index: 10;
}