/* Gregor Haedicke - November 2011 */

body, html {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 101%;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 988px;
}
#header {
	height: 20px;
	border-bottom: 1px solid #2B3C5D;
}
#cultur_header {
	height: 45px;
	background-image: url(../images/kultur_header.png);
	background-repeat: no-repeat;
}
#content {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}
#contentWrapper { min-height: 600px; }
* html #contentWrapper { height: 600px; }
#printHeader { display: none; }
#mainContent {
	float: left;
	width: 488px;
	font-size: 75%;
	color: #626262;
	padding: 25px;
}
#mainContentSoldOut {
	float: left;
	width: 488px;
	font-size: 75%;
	color: #626262;
	padding: 25px;
	background-image: url(../images/sold_out.png);
	background-repeat: no-repeat;
}
#soldOut {
	background-image: url(../images/sold_out_small.png);
	background-repeat: no-repeat;
	padding: 8px 0px;
}
#event_canceled {
	float: left;
	width: 488px;
	font-size: 75%;
	color: #626262;
	padding: 25px;
	background-image: url(../images/event_canceled.png);
	background-repeat: no-repeat;
}
#navLeft {
	float: left;
	width: 220px;
}
#navRight {
	float: right;
	width: 230px;
}
#clearer { 
	line-height: 0.1em;
	clear: both;
}
#footer {
	border-top: 1px solid #2B3C5D;
	height: 40px;
	padding:5px;
}
#printLink {
	text-align: right;
	margin-top: 20px;
}
/* --------------------------------- */
#menuLeft {
	padding: 23px 0px 0px 5px;
	margin: 0px;
	list-style: none outside;
	list-style-image: none;
	width: 215px;
}
#menuLeft li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #5F6886;
	font-size: 70%;
	padding: 4px 6px 6px;
}
#menuLeft li a:link, #menuLeft li a:visited, #menuLeft li a:focus, #menuLeft li a:active { border-left: 5px solid #2B3C5D; }
#menuLeft li a:hover {
	background-color: #A5A8BE;
	border-left: 5px solid #A5A8BE;
}
#menuLeft li.active {
	background-color: #2B3C5D;
	border-left: 5px solid #A5A8BE;
	font-size: 70%;
	color: #FFF;
	display: block;
	padding: 4px 6px 6px;
}
/* --------------------------------- */
#menuRight {
	padding: 0px 0px 30px;
	margin: 0px 0px 0px -2px;
	list-style: none outside;
	list-style-image: none;
	width: 232px;
}
#menuRight ul { display: inline; }
#menuRight li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/right_nav_inactive_bg.png);
	background-repeat: repeat-y;
	padding: 2px 10px 3px 12px;
	margin-bottom: 2px;
	font-size: 70%;
}
#menuRight li a:hover {
	background-image: url(../images/right_nav_active_bg.png);
	background-repeat: repeat-y;
}
#menuRight li.active {
	background-image: url(../images/right_nav_active_bg.png);
	background-repeat: repeat-y;
	font-size: 70%;
	color: #FFF;
	display: block;
	padding: 2px 10px 3px 12px;
	margin-bottom: 2px;
}
#menuRight li.headLine {
	background-image: url(../images/right_nav_headline_bg.png);
	background-repeat: repeat-y;
	font-size: 70%;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 3px 10px 4px 12px;
	margin: 0px 0px 2px 0px;
}
/* --------------------------------- */
.bgLightGrey { background-color: #EEEFF4; }
.b1 { background-color: #A5A8BE; }
.b2 { background-color: #5F6886; }
.b3 { background-color: #2B3C5D; }
.o1 { background-color: #EE9776; }
.o2 { background-color: #F37443; }
a { text-decoration: underline; }
p {
	margin: 10px 0px;
	text-align: justify;
}
a:link { color: #626262; }
a:visited, a:focus, a:hover, a:active { color: #F37443; }
em { text-align: justify; }
/* --------------------------------- */
.inlineUL {
	margin: 0px 0px 10px 0px;
	padding-left: 19px;
	list-style-image: url(../images/bullet.gif);
}
.inlineUL li {
	padding-bottom: 5px;
	line-height: 14px;
}
.inlineUL em {
	font-size: 88%;
	padding-left: 14px;
	color: #7a7a7a;
}
.presseInfoBox { 
	padding: 5px;
	font-size: 88%;
	background-color: #F6F6FA;
	text-align: left;
}
.presseInfoBox p { 
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
.artistInfoBox {
	font-size: 88%;
	background-color: #F3F3F7;
	padding: 5px;
	text-align: left;
}
.artistInfoBox ul {
	margin-left: 5px;
	padding-left: 14px;
	list-style-image: url(../images/bullet.gif);
}
.artistInfoBox ul li {
	padding-bottom: 3px;
}
.spacer { padding-top: 10px; }
.pSmall { font-size: 88%; }
h1 {
	color: #2B3C5D;
	font-size: 120%;
	margin: 0px 0px 20px 0px;
	height: 22px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
}
.noBG {
	color: #2B3C5D;
	font-size: 120%;
	margin: 0px;
	height: 0px;
	background-image: none;
}
h2 {
	color: #2B3C5D;
	font-size: 120%;
	margin: 20px 0px;
	height: 10px;
}
h3 {
	color: #F37443;
	font-size: 115%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left: 5px solid #F37443;
	border-bottom: 1px solid #F37443;
}
h4 {
	font-size: 110%;
	margin: 15px 0px 10px 0px;
}
span { color: #F37443; }
.contentIMG {
	padding: 5px 0px 5px 15px;
	float: right;
	border: 0px;
}
.contentIMGleft {
	padding: 5px 15px 5px 0px;
	float: left;
	border: 0px;
}
/* --------------------------------- */
#tabEventHeader {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	background-image: url(../images/kultur_td_top_bg.png);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
#tabEventHeader .tdTextTop {
	font-size: 112%;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	width: 100%;
}
#tabEventHeader .tdTextMiddle {
	text-align: left;
	vertical-align: top;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	width: 100%;
}
#tabEventHeader .tdTextBottom {
	text-align: left;
	vertical-align: bottom;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	width: 100%;
}
/* --------------------------------- */
#tabEventHeader .tdImage {
	text-align: right;
	padding: 0px;
}
#tabEventHeader .tdImageLarge { padding: 0px 0px 0px 5px; }
#tabEventHeader .tdTextLeft {
	font-size: 112%;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
	padding: 5px 5px 15px 10px;
	white-space: nowrap;
}
#tabEventHeader .tdTextRight {
	text-align: right;
	vertical-align: top;
	color: #FFF;
	padding: 5px 5px 15px 5px;
	white-space: nowrap;
}
#tabEventHeader .tdTextInfo {
	text-align: left;
	color: #FFF;
	padding: 0px 5px 5px 10px;
	font-size: 110%;
}
/* --------------------------------- */
.infoBox {
	margin: 30px 0px;
	padding: 10px;
	border: 1px solid #F37443;
	color: #2B3C5D;
	font-size: 90%;
	text-align: justify;
}
.linkInfoBox {
	padding-top: 10px;
	border-top: 1px solid #F37443;
	line-height: 1.3em;
}
.menuInfoBox {
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin: 20px 0px 0px 0px;
	text-align: center;
	color: #2B3C5D;
}
.ticketInfoBox {
	margin: 0px;
	padding: 10px;
	font-size: 90%;
	background-color: #E7E7E7;
	text-align: justify;
}
.pdfInfoBox {
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin: 0px;
	text-align: center;
	color: #2B3C5D;
	font-size: 85%;
}
/* --------------------------------- */
.menuSpecial {
	margin-top: 25px;
	font-size: 90%;
}
.menuSpecial td { vertical-align: top; }
.menuSpecial h1 {
	color: #2B3C5D;
	font-size: 140%;
	margin: 0px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
}
.menuSpecial h2 {
	color: #2B3C5D;
	font-size: 95%;
	margin: 5px 0px 20px;
	padding-left: 18px;
}
.menuSpecial .insideHeader { background-color: #2B3C5D; }
.menuSpecial .hlSection {
	padding: 0px 0px 6px 0px;
	text-align: center;
	color: #2B3C5D;
	font-size: 112%;
	font-weight: bold;
	border-bottom: 3px double #626262;
}
.menuSpecial .topHeadline {
	color: #F37443;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
}
.menuSpecial strong { padding: 2px; }
.menuSpecial em { font-size: 98%; }
.menuSpecial span {
	padding-right: 15px;
	color: #626262;
}
.menuSpecial .subHeadline {
	border-width: 1px 0px;
	border-color: #626262;
	border-style: dashed;
	padding: 2px 0px;
	font-size: 105%;
	margin-top: 10px;
}
.menuSpecial .hint {
	border-top: 1px dotted #626262;
	padding-top: 6px;
	color: #2B3C5D;
	text-align: center;
}
/* --------------------------------- */
#menu {
	margin: 20px 0px 0px 0px;
	font-size: 90%;
}
#menu td { vertical-align: top; }
#menu p {
	padding-top: 20px;
	text-align: center;
	color: #2B3C5D;
}
#menu .headline {
	color: #2B3C5D;
	font-size: 120%;
	font-weight: bold;
	padding: 20px 0px 3px 0px;
	border-bottom: 1px dotted #2B3C5D;
	margin-bottom: 5px;
}
.topCol {
	padding: 3px 0px 0px;
	font-weight: bold;
}
.topColx {
	padding: 3px 0px 10px;
	font-weight: bold;
}
.subCol {
	padding: 0px 0px 10px 15px;
	font-style: italic;
}
.subColList {
	padding: 0px 0px 3px 15px;
	font-style: italic;
}
.subColListLast {
	padding: 0px 0px 11px 15px;
	font-style: italic;
}
.foodInfoBox {
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin: 30px 0px 0px;
	text-align: center;
	color: #2B3C5D;
}
.foodInfoBox em { font-size: 88%; }
/* --------------------------------- */
#mapCanvas {
	margin-top: 20px;
	height: 400px;
	width: 490px;
	overflow: hidden;
}
/* --------------------------------- */
#contact {
	padding: 10px 5px 10px 10px;
	margin: 25px 0px 0px 5px;
	width: 200px;
	color: #FFFFFF;
	background-color: #A5A8BE;
	font-size: 70%;
}
#contact a { color: #FFFFFF; }
#contact .tab {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
#contact .tab td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
#wetterNet {
	padding: 10px 5px 10px 10px;
	margin: 0px 0px 30px 5px;
	width: 200px;
	background-color: #A5A8BE;
}
#wetterNet a {
	font-size: 70%;
	color: #FFFFFF;
}
#divHL {
	background-color: #2B3C5D;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px 0px 0px 10px;
	font-size: 70%;
	font-weight: bold;
}
/* --------------------------------- */
.tabSimpleList {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.tabSimpleList td {
	font-size: 90%;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.tabSimpleList .bdrRight{ border-right: 1px solid #D5D8E5; }
.tabSimpleList span { color: #202020; }
/* --------------------------------- */
.jazzEVbox {
	background-image: url(../images/jazz_ev.png);
	background-repeat: no-repeat;
	height: 46px;
}
.jazzEVbox a {
	display: block;
	text-align: center;
	color: #6782B9;
	text-decoration: none;
	padding:10px 10px 10px 100px;
	font-size: 9px;
}
#summerBreak {
	color: #FFF;
	padding: 10px 10px;
}
#summerBreak p {
	padding: 0px 16px 5px 12px;
	text-align: center;
	font-size: 70%;
}
#summerBreak .hint {
	padding: 6px;
	text-align: center;
	font-size: 70%;
	border: 1px solid #F8A57E;
	margin: 14px;
}
#summerBreak h4 {
	text-align: right;
	font-size: 80%;
	padding: 0px 14px 5px 12px;
	text-align: center;
	line-height: 1.4em;
}
#HAOroute {
	border-top: 1px solid #DEDEDE;
	height: 50px;
	padding-top: 3px;
	margin-top: 30px;
}
#HAOroute img {
	border: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
}
/* --------------------------------- */
#contactType {
	border-collapse: collapse;
	border-spacing: 3px;
	margin: 15px 0px;
	background-color: #F6F6FA;
	width: 100%;
	border: 1px solid #A5ACB2;
}
#contactType td {
	vertical-align: top;
	padding: 5px;
}
#contactType input { margin: 0px 5px 0px 0px; }
#contactType span {
	margin-left: 80px;
	color: #626262;
}
#contactForm {
	border-collapse: collapse;
	border-spacing: 3px;
	margin: 10px 0px;
	width: 100%;
}
#contactForm td {
	vertical-align: top;
	padding: 3px 10px 3px 0px;
}
#contactForm .tdSubject {
	border-top: 1px solid #A5ACB2;
	padding-top: 6px;
}
#contactForm input, #contactForm textarea {
	color: #626262;
	font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 101%;
}
#contactForm input:focus, #contactForm textarea:focus {
	border: 1px solid #F37443;
	padding: 3px;
}
.fField { width: 416px; }
#scheduleMarker {
	background-image: url(../images/schedule_marker.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 11px;
	position: absolute; 
	left: 756px;
}
/* --------------------------------- */
.sp {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background-image: url(../images/kultur_td_top_bg.png);
}
.sp img {
	border: 0px;
	float: right;
	padding: 0px 0px 5px 5px;
	display: block;
}
.spHLleft {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	float: left;
}
.spHLleft a {
	color: #fff;
	text-decoration: none;
}
.spHLright {
	float: right;
	text-align: right;
	padding: 5px;
	color: #fff;
}
.spHLcontent {
	clear: both;
	background-color: #fff;
	padding: 3px 5px 5px;
	margin: 0px 1px 1px 5px;
}
.spHLcontent p { margin: 0px 0px 10px; }
.spHLcontent ul {
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
}
.pTop {
	text-align: right;
	padding: 0px 0px 20px;
	font-size: 90%;
}
.spSpacer {
	clear: both;
	line-height: 0.1em;
}
/* --------------------------------- */
.brunchList {
	padding: 0px 20px;
	border: 1px dotted #F37443;
	margin: 20px 0px 10px 0px;
	background-color: #F5F1F0;
}
.brunchList .hl {
	position: relative;
	top: -11px;
	font-weight: bold;
	padding: 0px 5px;
	color: #F37443;
	font-size: 118%;
	background-image: url(../images/brunch_title.png);
	background-repeat: repeat-x;
}
.kidsInfo {
	text-align: right;
	margin-bottom: 20px;
	font-size: 90%;
}
.brunchInfoBox { 
	padding: 5px;
	font-size: 88%;
	background-color: #F6F6FA;
	border: 1px solid #F37443;
	text-align: center;
}
.brunchInfoBoxHP {
	margin-top: 25px;
	padding: 4px 4px 4px 9px;
	font-size: 88%;
	background-color: #F6F6FA;
	border-left: 5px solid #F37443;
	border-right: 1px dotted #F37443;
	border-top: 1px dotted #F37443;
	border-bottom: 1px dotted #F37443;
	min-height: 74px;
	color: #2B3C5D;
	cursor: pointer;
}
.brunchInfoBoxHP h1 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	color: #F37443;
	width: 300px;
	font-size: 130%;
}
.brunchInfoBoxHP h2 {
	margin: 0px;
	height: 15px;
}
.brunchInfoBoxHP img {
	float: right;
	border: 0px;
}
.brunchInfoBoxHP .content { margin: 4px 0px 0px 20px; }
.brunchInfoBoxHP .content div { margin: 4px 0px 4px 20px; }
/* --------------------------------- */
#fInfo {
	margin-top: 20px;
	padding: 4px;
	background-color: #F6F6FA;
	border: 1px dotted #F37443;
	text-align: center;
}
#fInfo strong {
	color: #F37443;
	font-size: 110%;
	line-height: 22px;
}
/* --------------------------------- */
#wkSpecial {
	margin: 26px 0px 0px 15px;
	width: 217px;
	height: 188px;
}

