/*
Copyright:	Sue N Band
Creator:	frischr.com


== important colors ==
dunkelgrau:	#2b2b2b
hellgrau:	#c7c7c7
rot: 		#9f0505

*/
/*@charset "UTF-8";*/

/* @group reset Styles */

/* ####### reset Styles ####### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
html, body {
	height: 100%;
	}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}
.strong {
	font-weight: bold;
}
.clear {
	clear: both;
}

/* @end */

/* @group root Layout */

body {
	/*background: #222222 url(../img/leather.jpg) repeat fixed left top;*/
	background: url("../img/leather_fullbg.jpg") repeat fixed center top #222222;
}
.content_container {
    min-height: 100%;
    position: relative;
}
.holder {
	margin:0 auto;
	position:relative;
	width:1000px;
	overflow:hidden;
	padding-bottom: 0px;
}
#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header.splash {
	/*Header on splashscreen*/
	background: url(../img/splash_lyrics.png) no-repeat 32px top;
	height: 250px;
}
#header.default {
	/*Header on subsites*/
	height: 200px;
}
	#header a.logo {
		float: right;
		display: block;
		width: 252px;
		height: 172px;
		text-indent: -10000;
		background: url(../img/suen_logo.png) no-repeat left top;
		margin:0 65px 0 0;
	}
	#header a.logo span {
		display: none;
	}
#content.splash {
	background: url(../img/splash_content_bg.png) no-repeat left top;
	width: 1027px;
	height: 486px;
	position: relative;
}

#content.default {
	width: 1027px;
	position: relative;
}
	.content-container-top {
		background: url(../img/content_container_top.png) no-repeat left top;
		width: 988px;
		height: 33px;
		display: block;
	}
	.content-container-middle {
		background: url(../img/content_container_middle.png) repeat-y left top;
		width: 988px;
		height: auto;
		min-height: 250px;
		display: block;
		overflow:hidden;
		padding:0 0 10px;
	}
	.content-container-bottom {
		background: url(../img/content_container_bottom.png) no-repeat left top;
		width: 988px;
		height: 10px;
		display: block;
	}


/* @end */

/* @group Root Typo */

@font-face {
	font-family: "madawaska"; src: url("font/madawaska_bd.otf");
}

p, li {
	color: #2b2b2b;
	font-size: 12px;
	line-height: 21px;
}
ul, ol {
	margin:0;
}
li {
	list-style-type: none;
	margin:0 0 10px;
	list-style-image: url(../img/kringel.png);
	list-style-position: outside;
}
a {
	color: #9f0505;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

h3 {
	margin-bottom: 10px;
}
h3 a {
	color: #9f0505;
	margin-bottom: 10px;
}
h3 a:hover {
	text-decoration: underline;
}
.justifyleft {
	float: left;
}
.justifyright {
	float: right;
}
p {
	margin: 0 0 10px;
}

/* @end */

/* @group Navigation */

ul.navi.default {
	float:left;
	left:55px;
	position:absolute;
	top:105px;
}
ul.navi.splash {
	float: right;
	position: absolute;
	bottom: 0px;
	right: 92px;
}
ul.navi li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	height: 30px;
	overflow: hidden;
}
	ul.navi li a {
		display: block;
		height: 30px;
	}
	ul.navi li a span {
		display: none;
	}

	ul.navi li.start 				{ background: url(../img/navigation.png) no-repeat 0px 0px; width: 68px; }
	ul.navi li.start:hover,
	ul.navi li.start.selected		{ background: url(../img/navigation.png) no-repeat 0px -30px; }

	ul.navi li.band 				{ background: url(../img/navigation.png) no-repeat -68px 0px; width: 80px; }
	ul.navi li.band:hover,
	ul.navi li.band.selected		{ background: url(../img/navigation.png) no-repeat -68px -30px; }
	
	ul.navi li.tourplan 			{ background: url(../img/navigation.png) no-repeat -148px 0px; width: 122px; }
	ul.navi li.tourplan:hover,
	ul.navi li.tourplan.selected	{ background: url(../img/navigation.png) no-repeat -148px -30px; }
	
	ul.navi li.media 				{ background: url(../img/navigation.png) no-repeat -270px 0px; width: 90px; }
	ul.navi li.media:hover,
	ul.navi li.media.selected		{ background: url(../img/navigation.png) no-repeat -270px -30px; }
	
	ul.navi li.kontakt 				{ background: url(../img/navigation.png) no-repeat -360px 0px; width: 110px; }
	ul.navi li.kontakt:hover,
	ul.navi li.kontakt.selected		{ background: url(../img/navigation.png) no-repeat -360px -30px; }
	
	ul.navi li.gbook 				{ background: url(../img/navigation.png) no-repeat -470px 0px; width: 146px; }
	ul.navi li.gbook:hover,
	ul.navi li.gbook.selected		{ background: url(../img/navigation.png) no-repeat -470px -30px; }

/* @end */

/* @group Intro Container */

.intro {
	left:44px;
	position:relative;
	top:55px;
	width:289px;
	float: left;
}
h2.splash {
	font-family:"madawaska";
	font-size:20px;
	line-height:21px;
	margin:0 0 10px;
	font-weight:500;
}
.intro p {
	margin: 0 0 10px;
	text-align: justify;
	line-height: 22px;
}



/* @group Slideshow */

#slideshow {
	width:562px;
	margin:55px 0 0 100px;
	float: left;
	height:362px;
}
#slideshow, #slidesContainer {

	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slidesContainer {
	margin: 0 auto;
	width:532px;
	border:4px solid #BCB3A2;
	height:354px;
}

#slideshow .slide {
	margin:0 auto;
	width:482px; /* reduce by 20 pixels to avoid horizontal scroll */
	height:354px;
}
	/**
	 * Slideshow controls style rules.
	 */
	.control {
	  display:block;
	  width:25px;
	  height:354px;
	  text-indent:-10000px;
	  position:absolute;
	  cursor: pointer;
	}
	#leftControl {
	  top:0;
	  left:0;
	  background: transparent url(../img/control_left_p.jpg) no-repeat 0 center;
	  z-index:99;
	}
	#leftControl:hover {
	  background: transparent url(../img/control_left_a.jpg) no-repeat 0 center;
	}
	#rightControl {
	  top:0;
	  right:0;
	  background:transparent url(../img/control_right_p.jpg) no-repeat 0 center;
	  z-index:99;
	}
	#rightControl:hover {
	  background:transparent url(../img/control_right_a.jpg) no-repeat 0 center;
	}

/* @end */

/* @end */

/* @group Content Container */

#content h1 {
	display:block;
	font-family:"madawaska";
	font-size:36px;
	font-weight:500;
	line-height:45px;
	margin:10px 0 10px 30px;
}
#content .column-left {
	float:left;
	margin:0 0 0 30px;
	width:25%;
}
#content .column-left h3 {
	font-family:"madawaska";
	font-size:16px;
	font-weight:500;
	margin: 25px 0 5px;

}
#content #tourplan {
	float: right;
	width: 70%;
}

/* @group Tourplan */

#tourplan {
	
}
#tourplan table {
	width: 97%;
	margin:0 0 15px;
}
#tourplan table tr.maincolumn {
	background-color: transparent;
	box-shadow: 1px 1px 1px #f4efe4;
	-webkit-box-shadow: 1px 1px 1px #f4efe4;
	-moz-box-shadow: 1px 1px 0px #f4efe4;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#f4efe4, offX=0, offY=0, positive=true);
	line-height:normal;
}
#tourplan table td.date2010 {
	width: 107px;
	height:80px;
	padding:20px 0 0 0;
	border: 1px solid #9c9486;
	background-image:url(../img/icons/calendar2010.jpg);
	background-repeat:no-repeat;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	line-height:normal;
}

#tourplan table td.date2011 {
	width: 107px;
	height:80px;
	padding:20px 0 0 0;
	border: 1px solid #9c9486;
	background-image:url(../img/icons/calendar2011.jpg);
	background-repeat:no-repeat;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	line-height:normal;

}

#tourplan table td.date2012 {
	width: 107px;
	height:80px;
	padding:20px 0 0 0;
	border: 1px solid #9c9486;
	background-image:url(../img/icons/calendar2012.jpg);
	background-repeat:no-repeat;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	line-height:normal;

}

#tourplan table td.date2013 {
	width: 107px;
	height:80px;
	padding:20px 0 0 0;
	border: 1px solid #9c9486;
	background-image:url(../img/icons/calendar2013.jpg);
	background-repeat:no-repeat;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	line-height:normal;

}

	#tourplan table td.date2010 span.day, td.date2011 span.day, td.date2012 span.day, td.date2013 span.day  {
		color: #6c6c6c;
		text-shadow: #fff 1px 0 0;
		font-size: 11px;
		width:107px;
		text-align: center;
		display: block;
		font-family: Arial, Helvetica, Geneva, sans-serif;
		height:17px;
		padding:0 0 0 0;
		float:left;
	}
	#tourplan table td.date2010 span.number, td.date2011 span.number, td.date2012 span.number, td.date2013 span.number  {
		color: #2b2b2b;
		text-shadow: #fff 1px 0 0;
		font-size:36px;
		font-weight:bold;
		width:107px;
		text-align: center;
		display: block;
		font-family:Arial, Helvetica, Geneva, sans-serif;
		line-height:normal;
		float:left;
	}
	#tourplan table td.date2010 span.month, td.date2011 span.month, td.date2012 span.month, td.date2013 span.month {
		color: #6c6c6c;
		text-shadow: #fff 1px 0 0;
		font-size: 11px;
		width:107px;
		text-align: center;
		display: block;
		font-family: Arial, Helvetica, Geneva, sans-serif;
		height:17px;
		padding:3px 0 0 0;
		float:left;
	}
	
#tourplan table td.description {
	padding: 5px 15px;
	border-top: 1px solid #9c9486;
	border-bottom: 1px solid #9c9486;
}
	#tourplan table td.description h3 {
		color: #9f0505;
		font-size: 14px;
	}

#tourplan table td.expander {
	width: 25px;
	border: 1px solid #9c9486;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}
	#tourplan table td.expander a.expand {
		width: 10px;
		height: 7px;
		display: block;
		margin: auto auto;
		background: url(../img/expander_arrow.png) no-repeat;
	}
	#tourplan table td.expander a.expand.active {
		width: 10px;
		height: 7px;
		display: block;
		margin: auto auto;
		background: url(../img/expander_arrow.png) no-repeat 0 -7px;
	}
	#tourplan table td.expander a.expand span {
		display: none;
	}
#tourplan .looong {
	margin:0 0 0 88px;
	padding:0 15px 15px;
	width:530px;
	display: none;
}

/* @end */

#main-content {
	float:left;
	margin:0 0 0 50px;
	width:65%;
}
#main-content h3 {
	display:block;
	font-family:"madawaska";
	font-size:26px;
	font-weight:500;
	line-height:26px;
	margin:0 0 10px;
}

#main-content ul,
#main-content p {
	margin: 0 0 20px;	
}

#main-content ul li {
	font-size:14px;
	list-style:none outside url("../img/list.png");
	margin:0 0 10px 25px;
}



/* @group Contact Form */

#main-content form {
	margin: 0 auto;
	width: 450px;
}
#main-content form label {
	clear:both;
	float:left;
	font-size:14px;
	margin:7px 0 3px 3px;
}
	#main-content form label.vericode {
		margin:16px 0 3px 3px;
		width:100px;
	}
#main-content form input {
	width: 402px;
	height: 39px;
	padding:0 5px 1px;
	font-size:20px;
	background: transparent url(../img/form_bg_input.png) no-repeat;
	border-style: none;
	color: #919191;
}
#main-content form textarea {
	width: 402px;
	height: 189px;
	padding:0 5px 1px;
	font-size:20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: transparent url(../img/form_bg_textarea.png) no-repeat;
	border-style: none;
	color: #919191;
}
#main-content form input:hover,
#main-content form input:focus,
#main-content form textarea:hover,
#main-content form textarea:focus {
	color: #2b2b2b;
}

#main-content form img {
	margin:5px 0;
	border: 1px solid #ddd;
	float: right;
}
#main-content form input.submit {
	width: 178px;
	height: 45px;
	color: #9f0505;
	text-shadow: #fff 0 1px 0;
	font-size: 20px;
	text-align: center;
	line-height: 1em;
	padding: 0;	
	margin: 10px 0 0;
	border: 1px none #9c9486;
	background: url(../img/form_bg_submit.png) no-repeat;
}
	#main-content form input.submit:hover {
	color: #2b2b2b;
	text-shadow: none;
}

/* @end */
/* @end */

/* @group Footer */

#footer {
	width: 980px;
	margin:0 auto;
}
#footer p.credits {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 9px;
	color: #c7c7c7;
	float: left;
}
#footer p.credits a {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 9px;
	color: #c7c7c7;
}
#footer .social-networks {
	float: right;
	margin:5px 35px 0;
}
#footer .social-networks img {
	margin: 0 5px;
}

/* @end */

/*++++++++++++++++++++++++++++++++++++++ SLIMBOX +++++++++++++++++++++++++++++++++++++*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:5;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:5;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
