/* CSS Jazz in der Altstadt */

body{
	background-color: #ffffff;
	font: 13px  "Tahoma", Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #808080;
}

/* für seitenumbruch - ie bugt */
/*
.break {
	page-break-before: always;
	height: 0px;
	display: block;
}
*/

#container {
	width:996px;
	margin:auto;}
	
img {
	border: none;
	display: none;
}

.hide {
	visibility: hidden;
	display: none;
}

img.imgshow {
	display: inline;
}
	

a {
	text-decoration:none;
	color: #CC081E;}
		
a .grey{ 
	color: #808080;}
	
.magenta{ 
	color: #CC081E;}

a.backlink {
	display: none;
	visibility: hidden;
}

span.fgmarked {
	display: none;
	visibility: hidden;
}
	
h1 {
	font-size:18px;
	color: #CC081E;
	margin:0px 0px 15px 0px;
	font-weight:normal;}
	
h1 .programm {
	font-size:18px;
	color: #000000;
	margin:0px 0px 15px 0px;
	font-weight:normal;}

h1 .print {
	display: none;
	visibility: hidden;
}

	
h2 {
	font-size:14px;
	margin:-8px 0px 15px 0px;
	font-weight:normal;}
	
	
h2.programm {
	font-size:22px;
	margin:10px 0px 15px 0px;
	font-weight:normal;}

.datehead h2 {
	margin:0px 0px 15px 0px;
}


.date {
	margin:0px 0px 5px 0px;
}
.subtitel {
	margin:5px 0px 5px 0px;
}
.cast {
	margin:5px 0px 5px 0px;
}
	
.black {
	font-size:16px;
	color: #808080;
	padding:0px;
	margin:3px 0px 7px 0px;
	height: 21px;
	line-height: 21px;
	font-weight:bold;
}
	
.black a{
	color: #808080;}
	
.big {
	font-size:12px;}
	
.small {
font-size:10px;}



/* Top Navigation */
	
#TopNav {
	display: none;
	visibility: hidden;
}


/* Kopfbild */

#head {
	background-color: #ffffff;
}
	
#head #logo {
	margin: 15px 55px 0px 0px;
	float: right;}
	
	
/* Navigation */

#MainNav {
	display: none;
	visibility: hidden;
}

/* content */

#RightCell {
	display: none;
	visibility: hidden;
}

#LeftCell {
	width: 880px;
	float:center;/* print problem line break FF3.03 tom 071008 changed from left to center. */
	padding: 55px 0px 0px 58px;
	margin: 0px 0px 0px 0px;
	line-height:150%;}
	
.modul {
	margin:0px 0px 30px 0px;
	float:left; }
	
/* media */

div.medialeft {
	position: relative;
	width: 201px;
	margin:5px 0px 0px 0px;
	float: left;
	clear: right;
	text-align: left;
}

div.medialeft div.contentimage {
	margin: 0px 15px 15px 0px;
	width: 180px;
	text-align: center;
	float:inherit;
	overflow: visible;
}

div.medialeft div.imagetext {
	width: 172px;
 	text-align: left;
	position: relative;
	float: left;
	min-height:12px;
	font-size:10px;
	padding: 0px 7px 0px 7px;
	margin:0px 0px 0px 0px;
}

div.mediabottom {
	position: relative;
	width: 500px;
	margin:5px 0px 0px 0px;
	float: left;
	clear: right;
	text-align: left;
}

div.mediabottom div.contentimage {
	margin: 0px 0px 15px 0px;
	width: 580px;
	text-align: left;
	float:inherit;
	overflow: visible;
}


div.mediabottom div.imagetext {
	width: 500px;
 	text-align: left;
	position: relative;
	float: left;
	min-height:12px;
	font-size:10px;
	padding: 0px 7px 0px 7px;
	margin:0px 0px 0px 0px;
}	

.DownloadBox {
	border: 1px solid #dfdfdf;
	padding:5px 5px 0px 5px;
	position: relative;
	width:165px;
	margin:5px 0px 0px 0px;
	float: left;
	clear: right;
	text-align: left;
	}
	
.DownloadBox .download{
	float: left;
	padding: 0px 0px 5px 0px;}
	
.DownloadBox img {
	border: none;
	padding:0px;
	margin:0px;}
	
.DownloadBox .icon{
	width: 18px;
	padding:2px 0px 0px 0px;
	float:left;}
	
.DownloadBox .text{
	width: 147px;
	float:right;}

	
/* festival guide */

#FestivalGuide {
	width: 220px;
	padding:0px 0px 0px 20px;
	background: #FFFFFF;
	background-image:url(../templates/images/bg_guide.gif);
	background-repeat:repeat-y;}
	
#FestivalGuide h2{
	width: 213px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	color: #CC081E;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 7px;
	height:22px;
	}
	
#FestivalGuide h2 img{
	/*padding: 3px 3px 3px 3px;*/
	}
	
#FestivalGuide .content{ 
	padding: 20px;}
	
#FestivalGuide .content span.magenta{ 
	color: #CC081E;
	font-weight:bold;}
	
/* Feature Right */
/* ajax feature list */

#FeatureRight {
	width: 240px;
	margin:35px 0px 0px 0px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #CC081E;
	position:relative;}

div.branchOuter, div.branchOuterActive {
  width: 240px;
  position:relative;
  cursor: pointer;
}

div.branchOuter:hover, div.branchOuterActive:hover {
	cursor:pointer;
}

div.branchOuter:hover  .branchTitle h2{
	cursor:pointer;
	color: #CC081E !important;
}

	
#FeatureRight div.branchOuter .branchTitle h2{
	font-size: 13px;
	color: #808080;
	font-weight: normal;
	border-top: 2px solid #CC081E;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 20px;
	position:relative;
	width:220px;
	height:18px;
	}
	
#FeatureRight div.branchOuterActive .branchTitle h2{
	font-size: 13px;
	color: #CC081E;
	font-weight: normal;
	border-top: 2px solid #CC081E;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 20px;
	position:relative;
	width:220px;
	height:18px;
	}

img.branchIcon {
  position: absolute;
  left:5px;
  top: 9px;
}


div.branchDetail {
  padding: 15px 20px 14px 20px;
  height: auto;
  border-top: 1px solid #f5f5f5;

}

div.branchDetail div{
  min-height: 18px;
  *height: auto !important;
  *height: 18px;
}

div.branchDetail div .black{
 	font-size:11px;
	color: #FFFFFF;
	padding:1px 4px 2px 4px;
	background: url(../templates/images/bg_black.gif) repeat-x;
}



/* startseite */

.modulstart {
	margin:0px 0px 50px 0px; }
	
.modulstart .more{
	margin:10px 0px 0px 0px; }
	
.modulstart .medialeft{
	margin:0px 10px 0px 0px;
	float:left; }


.highlights {
	float:left;
	width:170px;
	margin:0px 35px 0px 0px;}
	
.highlights2 {
	float:left;
	width:170px;
	margin:0px 0px 0px 0px;}
	
.highlights img, .highlights2 img{
	margin: 4px 0px 7px 0px;}

.highlights .black, .highlights2 .black{
	font-size:12px;
	color: #FFFFFF;
	background-color:#000000;
	padding:2px 2px 2px 2px;
	margin:5px 0px 10px 0px;}
	
.highlights .more, .highlights2 .more{
	margin:3px 0px 0px 0px; }


/* Programm */

.datehead {
	width:580px;
	margin-top:20px;
}

#programm {
	width:880px;
	background-color: #FFFFFF;}
	
#programm #programmnav{
	display: none;
	visibility: hidden;
}
	
#programm .veranstaltung {
	width:877px;
	border-top: 1px solid #e5e5e5;
	padding:10px 0px 10px 0px;}
	
#programm .veranstaltung.first {
	width:877px;
	border-top: 1px solid #ffffff;
	padding:10px 0px 10px 0px;}
	
#programm .veranstaltung .right{
	display: none;
	visibility: hidden;
}

#programm .veranstaltung .number, #programm .veranstaltung.first .number {
	width: 21px;
	height: 10px;
	text-align: center;
	margin: -2px 5px 0px 0px;
	*margin: -3px 5px 0px 0px;
	padding: 0px;
	/*background: transparent url('../templates/images/small_box.gif') no-repeat;
	color: #ffffff;
	font-weight: normal;
	background: transparent url('../templates/images/small_box_w.gif') no-repeat;*/
	color: #000000;
	font-weight: bold;
	display: block;
	float: left;
}

#programm .veranstaltung .number span, #programm .veranstaltung.first .number span {
	position: relative;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	width: 21px;
}
	

#programm .detail {
	width:574px;
	border-top: 1px solid #ffffff;
	margin: 0px 3px 0px 3px;
	padding:10px 0px 10px 0px;
	min-height:138px;}
	
#programm .detail .eintrag{
	float:left;
	width:574px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #f1f1f1 url(../templates/images/bg_guide.gif) repeat-y 388px 0px;}
	
#programm .detail .eintrag .right{
	 padding:2px 0px 0px 25px; 
	 float:right;
	 width:160px;}

#programm .detail .eintrag .right h4{
	 color: #000000;
	 margin:0px;
	 font-weight:normal;
	 font-size:11px;}
	 
#programm .detail .eintrag .left{
	 padding:0px 0px 0px 0px; 
	 float:left;
	 width:388px;}
	 
#programm .detail .left{
	 padding:10px 0px 0px 0px; 
	 float:left;
	 width:388px;}
	 
#programm .fgdetails {
	display: none;
	padding-top: 5px;
}

/* Footer */

#outerfooter {
	 float:left;
	 width:880px; 
	 padding:20px 55px 0px 55px;}
	
div#footer {
	font-size: 10px;
	text-align: left;
	margin:20px 0px 20px 0px;

	width:640px;
	border-top: 1px solid #e5e5e5;
	float: left;
	}
	
div#footer a{
	color: #808080;
	}
	
	
div#footerright {
	font-size: 10px;
	text-align: left;
	margin:20px 0px 20px 0px;
	width:240px;
	border-top: 1px solid #e5e5e5;
	float: right;
	position:relative;
}


div#filter {
	display: block;
	text-align: right;
	margin: 0px 5px 5px 0px;
	border: 0px solid #000000;
	height: 20px;
	visibility: show;
}

div#filter.inv {
	display: block;
	text-align: right;
	margin: 0px 5px 5px 0px;
	border: 0px solid #000000;
	height: 20px;
	visibility: hidden;
}

