
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* --- BO ROCradio    -- */
/* --- f_css_defaults -- */

div#ROCradio, table.calBar td {
font-family:verdana,arial,helvetica,times;
}
span.season {
display:block;
text-align:right;
padding:0px;
margin:0px;
}

div.radioEvent {
margin-top:2em;
clear:both;
width:420px;
border-top:1px solid #eee;
}
div.radioColLeft {
line-height:16px;
float:left;
width:170px;
margin-bottom: 2em;
}
div.radioColLeft a.urlfreq {
text-decoration:none;
color:#666;
width:135px;
display:block;
}
div.radioColRight {
float:right;
width:230px;
margin-bottom: 2em;
}
table.calBar {
margin:2em 0em;
clear:both;
}
table.calBar td {
padding:0px 4px;
}
table.calBar td span.season {
font-weight:normal;
color:#000;
}

table.calBar td a:link,
table.calBar td a:visited {
text-decoration:none !important;
border:0px!important;
font-weight:normal;
color:#999;
}
table.calBar a.thismonth:link,
table.calBar a.thismonth:visited {
color:#000;
font-weight:bold;
}
table.calBar select {
color:#000;
font-size:11px;
}
div.radioEvent p {
margin:0em 0em 0.5em 0em;
}
p.title {
font-weight:bold;
padding-top:0px;
margin-top:0px;
}
p.workItem {
font-style:normal;
}
p.workItem .artist {
font-weight:bold;
color:#666;
}

/* --- EO ROCradio -- *//* BO f_css_defaults ROCcd */

div#ROCcd .season {
text-align:left;
margin:1em 0px;
}

#track_new_trackOpus,
#track_new_trackArtists,
#track_new_trackComment,
#new_cdArtist,
#new_cdComment,
#new_cdDetails,
#new_cdKeywords {
  width:30em !important
}

#tr_trackNumber { 
  display:none;
}

table#CDItem {
}
table#CDItem td#CDItemInfo {
  vertical-align:top;
  font-size:11px;
} 

div#amazonOrder {
  border:1px solid #999;
  background-color:#f0f0f6;
  margin-top:10px;
  padding:0px;
  width:160px !important;
  font-family:Arial,Helvetica;
}
div#amazonOrder a {
  text-decoration:none;  
  padding:5px;
  display:block;
}
div#amazonOrder a:hover {
  background-color:#fff;
  color:red;
}
table#CDItem td#CDItemImage {
  vertical-align:top;
  padding-left:10px;
} 
table#tracks { 
  background-color:#bbb;
  margin-top:10px;
  border:1px solid #bbb;
  border-collapse: collapse;
  width:99.9%;
  width:420px !important;
}
table#tracks tr { 
}

table#tracks tr.trackOdd {
  background-color:#F0EFDB;
}
table#tracks tr.trackEven {
  background-color:#f6f6f6;
}
table#tracks th { 
  color:#fff;
}
table#tracks td.trackTitle {
  font-weight:bold;
}
table#tracks td.trackLength {
  text-align:center;
}
table#tracks td {
  border:1px solid #bbb;
  vertical-align:top;
  font-size:11px;
  padding:5px 5px;
  text-align:left;
}
table#tracks td span.Opus {
  text-decoration:none;
}
td.previewImg a img {
  border:1px solid white;
}
td.previewImg a:hover img {
  border:1px solid red;
}

div#back {
  font-size:11px;
  margin-top:2em;
  border-top: 1px solid #999;
  padding:2px 0px;
  clear:both;
}
div.clearing {
  clear: both;
  height:0px;
  border:0px;
  margin:0px;
  padding:0px;
  font-size:1px;
  line-height:0px;
}
div.floatLeft {
  float:left;
}
div.floatRight {
  float:right;
}
div#back a {
  text-decoration:none;
}

/* EO f_css_defaults *//* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//* BO video.f_css_defaults */
div.video { }
/* f_css_defaults */

/*-- InfoBox --*/

div.infobox  {
	margin-top: 10px;
	/* border:1px solid #f6f6f6; */
	padding:0px;
	width:auto;
	margin-bottom:20px;
	}

p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	}

div.infoboxContentEven, div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
	}

div.infoboxContentEven p, div.infoboxContentOdd p  {
	margin: 3px;
	  }

div.infobox div.infoboxContentOdd {
	background-color:#eaeaea;
	}

div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
	}

div.infobox  div.ZMSFile div.title, div.infobox  div.ZMSFile div.text, div.infobox  div.ZMSFile div.title a {
	font-size:11px;
	}

div.infobox div.ZMSFile div.title a:link, div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	}

div.infobox div.ZMSFile div.text {
	margin-left:23px;
	}

div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	}

div.infobox ul li {
	margin:0px 0px 0px 2px;
	}

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
	}

li.LinkElementInternal, li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
	}

li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
	}

li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj concertTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

/* --  concertTeaser RCHB mitte_abo ------------------------*/

div.concertteaserDisplayAbos {
	padding:0px 0px 7px 0px;
	}


div.concertteaserContentWrapper p.aboHint {
	margin:15px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj Konzertlisting Startseite
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */


div.listingNextConcert {
	width:324px;
	margin:0;
	margin-top:18px !important;
	margin-top:35px;
	margin-bottom:35px;
	padding:0;
	color:black;
	font-size: 11px;
	}

/* IE 7.0 only */
*:first-child+html div.listingNextConcert {
	margin-top:12px !important;
	}


div.listingNextConcert p.listingTitle{
	margin-bottom:26px;
	color:#1B4299;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	}


div.listingNextConcert p.location {
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#1B4299;
	font-weight:bold;
	font-size:12px;
	}

div.listingNextConcert p.date {
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#1B4299;
	font-weight:bold;
	font-size:12px;
	}
	
div.listingNextConcert p.composer {
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#221E1F;
	font-weight:normal;
	font-size:12px;
	}

div.listingNextConcert p.goDetail {
	margin:0;
	padding:0;
	padding-bottom:5px;
	font-weight:bold;
	font-size:12px;
	border-bottom:solid 1px #283282;
	}
	
div.listingNextConcert p.goTicket {
	margin:0;
	padding:0;
	padding-right:5px;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj assetDownload
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.downlaodAssetWrapper {
	margin:0px 0px 20px 0px;
	padding:13px 0px 13px 0px;
	border-top:solid 0.1em #e0dede;
	border-bottom:solid 0em #00CF9A;
	}

div.dAImg {
	float:left;
	width:40%;
	margin:0px 10px 0px 0px;
	padding:0px;
	}

div.dADetails {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	}

div.dADetails p.dATitle{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
	}

div.dADetails p.dATitleSub{
	margin:0px 0px 0px 0px;
	padding:0px;
	}

	
div.dADetails p.dADescription{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
	text-align:left;
	}	

div.dADetails p.dAFile{
	margin:0px 0px 0px 0px;
	padding:0px;
	}

span.dAFileSource, dAFilSize{
	font-size:9px;
	}

div.dAAsset {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	}

/* BO formContainer.f_css_defaults */

div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:11px;
}
div.formrow {
/* display:table-row;*/
}

div.formular h2 {
color:#900;
background-color:#ccc;
padding:3px;
margin:0px;
line-height:1em;
}
div.formular h3 {
font-size:12px;
color:#000;
background-color:#eee;
padding:3px;
margin:0px;
line-height:1.3em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
}
div.formtext {
margin-top:15px;
font-weight:bold;
border-top: 1px dotted #bbb;
padding-top:2px;
line-height:150%;

}
div.formtext span.hints {
font-weight:normal;
}
table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* EO formContainer.f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj lightbox
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #fff;
	padding: 0px;
	}

#gallery ul {
	list-style: none;
	margin-left:00px !important;
	}

/* IE 7.0 only */
*:first-child+html #gallery ul {
	margin-left:0px !important;
	}


#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #E7E7E6;
	border-width: 5px 5px 20px;
	}

#gallery ul a:hover img {
	border: 5px solid #D6E7F1;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj Konzertlisting Text-Teaser Content
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div.contentTeaserWrapper {
	width:324px;
	margin:0;
	margin-bottom:35px;
	padding:0;
	color:black;
	font-size: 11px;
	border-bottom:solid 1px #283282;
	}

div.contentTeaserWrapper h2 {
	margin-bottom:20px;
	color:#1B4299;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	}

div.contentTeaserWrapper p.contentTeaserText {
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#221E1F;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	}

div.contentTeaserWrapper p.contentTeaserLink {
	margin:0;
	padding:0;
	padding-bottom:5px;
	font-weight:bold;
	font-size:12px;
	}

div.contentTeaserWrapper p.cTeaserEmded {
	margin:10px 0px 5px 0px;
	padding:0;
	}

/* ------- mediaPlayer ------- */

div.teaserContentItems h2 {
	margin:0px;
	padding:0px;
	}

/* BO f_css_defaults */

table#CDs {
  width:100%;
  text-align:left;
}


table#CDItem {
}
table#CDItem td#CDItemInfo {
  vertical-align:top;
  font-size:11px;
  text-align:left;

} 

div#amazonOrder {
  border:1px solid #999;
  background-color:#f0f0f6;
  margin-top:10px;
  padding:0px;
  width:140px;
}
div#amazonOrder a {
  text-decoration:none;  
  padding:5px;
  display:block;
}
div#amazonOrder a:hover {
  background-color:#ccc;
}
table#CDItem td#CDItemImage {
  vertical-align:top;
  padding-left:10px;
} 
table#tracks { 
  background-color:#bbb;
  margin-top:10px;
  border:1px solid #bbb;
  border-collapse: collapse;
  width:99.9%;
}
table#tracks tr { 
}

table#tracks tr.trackOdd {
  background-color:#F0EFDB;
}
table#tracks tr.trackEven {
  background-color:#f6f6f6;
}
table#tracks th { 
  color:#fff;
}
table#tracks td.trackTitle {
  font-weight:bold;
}
table#tracks td.trackLength {
  text-align:center;
}
table#tracks td {
  border:1px solid #bbb;
  vertical-align:top;
  font-size:11px;
  padding:5px 5px;
}
table#tracks td span.Opus {
  text-decoration:underline;
}
td.previewImg a img {
  border:1px solid white;
}
td.previewImg a:hover img {
  border:1px solid red;
}

div#back {
  font-size:11px;
  margin-top:2em;
  border-top: 1px solid #999;
  padding:2px 0px;
  clear:both;
}
div.clearing {
  clear: both;
  height:0px;
  border:0px;
  margin:0px;
  padding:0px;
  font-size:1px;
  line-height:0px;
}
div.floatLeft {
  float:left;
}
div.floatRight {
  float:right;
}
div#back a {
  text-decoration:none;
}

/* EO f_css_defaults *//* -- CSS defaults ROCconcert: ROCconcert --- */

/* displayRes  */

table tr td div span.DSO {
	color:#EF3D34;
}

table tr td div span.RChB{
	color:#1B4299;
}

table tr td div span.RKC{
	color:#0AB48D;
}

table tr td div span.RSB{
	color:#B6274B;
}
span.eGoDebug {
	display:inline;
}textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj crmMailing
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
h1.rMailing {
	margin:0px 0px 10px 0px;
	}

p.rMailingAddress{
	margin:10px 0px 10px 0px;
	}

#unsubsForm {
	margin:0px 0px 20px 0px;
	padding:0px;
	width:80%;
	}

#unsubsForm fieldset{
	margin:0px;
	padding:10px;
	border:solid 1px #dcdcdc;
	}

#unsubsForm input {
	border:solid 1px #dcdcdc;
	width:300px;
	}

#unsubsForm input[type='submit'] {
	border:solid 1px #dcdcdc;
	padding:2px 4px 2px 4px;
	width:150px;
	}

#unsubsForm input[type='submit']:hover {
	background-color:#E6190D;
	cursor:pointer;
	color:#fff;
	border:solid 1px #fff;
	}

p.crmMail_hint {
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:left;
	}

#unsubsForm label.error {
	margin:0px;
	padding-left:10px;
	color:#E6190D;
	}

#unsubsForm input.error {
	background-color:#E6190D;
	color:#fff;
	}



/* BO videoteaser.f_css_defaults */
div.videoteaser { }
/* EO videoteaser.f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* +- rocResponseForm
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
.rocResponseForm input{
	width:220px;
	margin:5px 0px 0px 0px;
	}

.rocResponseForm select{
	width:220px !important;
	margin:5px 0px 5px 0px;
	}

.rocResponseForm input.checkBox{
	width:20px;
	margin:5px 0px 0px 0px;
	}





/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* +- specObj rocForm
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/

div.roc4AllForm {
	margin-top:10px !important;
	margin-top:14px;
	}

form.form4Roc{
	margin:0;
	}

form.form4Roc fieldset{
	background-color:#F8F8F8;
	border-width:1px 1px 1px 10px;
	border-style:solid;
	border-color:#C3C6CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
	width:560px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	}

form.form4Roc fieldset legend{	
	padding: 0.2em 0.5em;
	text-align:right;
	border:0px solid #F8ECE8;
	font-size:90%;
	font-weight:bold;
	color:#636567;
	}

form.form4Roc fieldset legend img{
	padding:0px 5px 0px 5px;	
	}

form.form4Roc label{
	color:#636567;
	font-size:90%;
	font-weight:normal;
	display:block;
	float:left;
	width:140px;
	text-align:right;
	margin:4px 5px 0px 0px;
	}

form.form4Roc input, form.form4Roc textarea{
	background-color:#F8F8F8;
	width:400px;
	margin:2px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#C3C6CB;
	color:#636567;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
	}

form.form4Roc input.button{
	background-color:#F2F3F4;
	background-image:none;
	border-width:1px;
	border-style:solid;
	border-color:#C3C6CB;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:132px;
	padding:2px;
	margin:0px 0px 0px 0px;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#283082; }
.primColorMedium0 { background-color:#8096B9; }
.primColorLight0 { background-color:#CCD5DD; }

.secndColorStrong1 { background-color:#5D7B9B; }
.secndColorStrong0 { background-color:#82A0C0; }
.secndColorMedium1 { background-color:#B5C8DB; }
.secndColorMedium0 { background-color:#C8D3DD; }
.secndColorLight1 { background-color:#E1E8EF; }
.secndColorLight0 { background-color:#E8EFF6; }

.teaserColor { background-color:#FF6600; }
.teaserColor2 { background-color:#283082;}

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; }
.neutralColorLight0 { background-color:#E7E7E7; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; }



/***************/
/* Styles Relaunch RCHB */
/***************/


body, td, p	{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	/* text-align:justify; */
	text-align:left;
	line-height:15px;
	} 


#pagewidth{ 
 	width:770px; 
 	text-align:left; 
 	margin-left:auto; 
 	margin-right:auto; 
	background-color:rgb(255,255,255);
	z-index: 3;
	position: relative;
} 
 
#outer{ 
 	border:solid white 0px; 
  	border-left-width:195px;  
	border-left-style:solid; 
 	border-right-width:217px;
	border-right-style:solid; 
  	width:auto; 
} 
 
#inner {
	margin:0;width:100%;
}
 
#header1 { 
 	height:147px; 
 	width:770px; 
} 
 
#header2_obsolet { 
 	height:40px; 
 	width:770px; 
	line-height:5px;
	text-align:right;
	background-image:url(http://www.rundfunkchor-berlin.de/common/css/common/bg_head2.gif);
	background-repeat:no-repeat;
}  
#header2 { 
 	height:40px; 
 	width:770px; 
	line-height:5px;
	text-align:right;
} 

#microNav { 
        position:relative;
        z-index:1000;
	text-align:left;
	margin-top:5px;
	margin-left:13px;
	padding-top:2px;
	float:left;
 	width:510px;
	font-size:10px;
	line-height:13px;
} 

#leftcol{
 	width:195px; 
 	float:left; 
 	position:relative; 
 	margin-left:-195px; 
 	margin-right:1px; 
	background-image:url(http://www.rundfunkchor-berlin.de/common/css/common/bg_left.gif);
	background-repeat:no-repeat;
}
 
#maincol{ 
	float:left; 
	position:relative; 
 	width:350px; 
}
 
#rightcol{
 	width:217px; 
 	float:right; 
	position:relative; 
  	margin-right:-217px; 
 	margin-left:1px; 
} 
 
#outer>#inner { 
	position:relative; 
	border-bottom:1px solid rgb(255,255,255);  
}
 
#innerSMenu {
	position:relative; 
	padding-top:8px;padding-right:25px;
}
 
#menuBox	{
	position:relative; 
	padding:0px 26px 0px 26px;
} 
 
#rocBox {
	position:relative; 
	margin-left:26px;
	margin-top:52px;
} 
 
#contentBox	{
	position:relative; 
	padding:0px 0px 20px 26px;
}

#rightInner {
	position:relative; 	
	margin-left:51px;
}

#searchBox {
	position:relative; 
	height:20px;
	vertical-align:middle;
	margin-bottom:72px;
	margin-right:24px;
	text-align:right;	
}
  
/* ------- Links ------- */
a	{
	text-decoration:none;
	color:rgb(40,50,130);
}


a.mMenu	{
	color:rgb(0,0,0);
	font-weight:normal;
}

a.sMenu	{
	color:rgb(40,50,130);
	font-weight:bold;
}

a:hover	{
	color:rgb(140,140,140);
}

a.inBox	{
	text-decoration:none;
	color:rgb(255,255,255);
}

a.inBox:hover	{
	text-decoration:underline;
}
 
/* ------- Formulare ------- */
form	{
	padding:0px;margin:0px;
}

input, select, textarea, button		{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
}

input.search	{
	font-size:10px;
	width:65px;
	height:13px;
}

input.searchSend	{
	margin-top:5px;
}

input.buttons	{
	background-color:rgb(40,50,130);
	color:rgb(255,255,255);
	font-weight:bold;
	border:1px solid rgb(100,100,100);
}

/* ------- Listen (Menü) ------- */

ul	{
	list-style-type:none;
	margin:4px 0px 0px 0px;padding:0px;
}

ul.menu	{
	border-left:1px solid rgb(150,150,150);
	padding-left:8px;
}

ul.sMenu	{
	margin-top:8px;
	margin-left:15px;
}

li	{
	list-style-type:none;
	margin:0px 0px 2px 0px;padding:0px;
}

li.lmMenu	{
	margin-bottom:12px;
	font-family:'Times New Roman',Times,serif,sans-serif;
	font-size:14px;
	color:rgb(40,50,130);
	font-weight:bold;
}

li.lsMenu	{
	margin-bottom:8px;
	font-family:'Times New Roman',Times,serif,sans-serif;
	font-size:12px;
	color:rgb(40,50,130);
	font-weight:bold;
}

li.norm	{
	margin-bottom:12px;
}

/* ------- Headlines ------- */
h1, h2, h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5 {
	margin:0px;padding:0px;
	font-weight:bold;
	color:rgb(0,0,0);
}

h1,.heading1	{
	font-size:16px;
}

h2,.heading2	{
	font-size:14px;
}

h3,.heading3	{
	font-size:13px;
	margin-top:7px;
        margin-bottom:5px;
}

h4,.heading4	{
	font-size:12px;
}

h5,.heading5	{
	font-size:11px;
	line-height:13px;
	}

h6,.heading6	{
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	font-style:italic;
}

/* ------- Tags ------- */
p	{
	margin:0px 0px 13px 0px;
	padding:0px;
}


p.emphasis	{
	margin:0px 0px 13px 0px;
	padding:3px;
	border:solid 1px #3C467B;
	}



img	{
	border-style:none;
}

small	{
	font-size:9px;
}

strong	{
	font-weight:bold;
}

label	{
	font-weight:bold;
}


#contentBox ol li{
	line-height: 1.5em;
	}

#contentBox ol li{
	list-style-type: decimal;
	}

#contentBox ul {
	line-height: 1.5em;
	margin:5px 0px 5px 15px;
	border:solid 0px red;
	}

#contentBox ul li {
	list-style-type: square;
	}

#contentBox ul li.norm {
	list-style-type: none;
	}

*------- abo form  ------------------------------*/

form.rcbAboForm {
	width:430px;
	}

div.rcbAboFormWrapper{
	width:430px;
	}

form.rcbAboForm input, form.rcbAboForm textarea, form.rcbAboForm select {
	background: #fff;
	border: #666 1px solid;
	color: #333;
	}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
	background:#F6F6F6;
	border: #999 1px solid;
	}

form.rcbAboForm fieldset {
	background: #F6F6F6;
	border: #999 1px solid;
	}

form.rcbAboForm fieldset legend {
	color: #000 !important;
	}

form.rcbAboForm input, form.rcbAboForm textarea, form.rcbAboForm select {
	padding: 3px 4px;
	font: 90% "Verdana", "Arial",  sans-serif;
	}

form.rcbAboForm textarea {
	width: 80%;
	}

form.rcbAboForm input.radio, form.rcbAboForm input.checkbox {
	border: 0 none;
	}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
	}

form.rcbAboForm select {
	width:120px;
	}

form.rcbAboForm input#submit1, form.rcbAboForm input#submit2 {
	padding: 2px;
	}

/*Hack Opera + Safari*/
html:first-child>b\ody form input#submit1{
	padding: 3px 4px;
	}

/*Hack Opera + Safari*/
html:first-child>b\ody form input#submit2{
	padding: 3px 4px;
	}

form.rcbAboForm  p {
	text-align:left;
	}

form.rcbAboForm fieldset {
	width: 80%;
	display: block;
	margin: 4px 0 30px 0;
	}

form.rcbAboForm fieldset div.distance {
	padding: 10px 20px 10px 20px;
	}

form.rcbAboForm fieldset legend {
	margin: 0 0 0 24px;
	}

form.rcbAboForm fieldset p, form.rcbAboForm fieldset label, div.eingabe {
	font-size:1.0em;
	padding: 0 !important;
	margin: 0 0 8px 0 !important;
	}

form.rcbAboForm fieldset p.aboType {
	margin-top:10px; 
	}

form.rcbAboForm fieldset p label {
	padding: 0 !important;
	margin: 0 !important;
	font-size:1em;
	}

form.rcbAboForm fieldset p label.Name {
	padding: 0 !important;
	margin: 0 !important;
	font-size:1em;
	padding-right:10px;
	}

form.rcbAboForm fieldset legend {
	font: 1.1em "Trebuchet MS", Lucida Sans, Lucida Sans Unicode, Verdana, sans-serif;
	font-weight: bold;
	}






/* ------- Wiederholende Elemente !(?) ------- */
.options {
	border-top:1px solid rgb(40,50,130);
	text-align:right;
	padding-top:2px;
	padding-right:5px;
}

.rightBox {
	padding:8px;margin-top:26px;
	height:150px;
}


.monthSel	{
	margin:10px 0px 15px 0px;
	text-align:center;
}

.pageTitle {
	height:70px;
	margin-bottom:35px;
	padding-bottom:15px !important;
	padding-bottom:35px;
	}


/* IE 7.0 only */
*:first-child+html .pageTitle {
	padding-bottom:15px !important;
	}

.clr {
	clear:both;
}

/* interferiert mit zmsGraphic jk 20071207 */
/* .left {float:left;} */

.white	{
	color:rgb(255,255,255);
}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	/* IE does not display float-right-graphic when background-color is specified */
	/* background-color:#ffffff; */
	margin: 0px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px 4px 0px 4px;
	}
	
	
div.ZMSGraphic div.graphic>img
	{ 
	margin-left:2px;

	}

div.ZMSGraphic div.text>p
	{
        margin: 0px;
	}
	
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

div.video div.graphic {
	margin-bottom:10px;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:166px;
	font-size:x-small;
padding-top:15px;
	}


div.ZMSTeaserContainer
	{
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
	}


div.ZMSTeaserElement
	{
	padding:0px;
      	margin-bottom:20px;
	}

div.title
	{
	margin-left:3px;
        margin-top:3px;
	}

div.text
	{
	margin-left:0px;
        margin-top:0px;
        padding:3px;
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
        font-size : 11px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	padding: 0px;
	}
div.ZMSTeaserElement div.title a:hover
	{
    color : #999999;
    text-decoration: none;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
         font-size : 11px;
         font-weight:bold;
         color: #FFFFFF;
	}
	
div.ZMSTeaserElement div.text
	{
         font-weight:normal;
	}
	
div.ZMSTeaserElement div.text a:hover
	{
    color : #999999;
    text-decoration: none;
	}





/**********************/
/* Teaser */
/**********************/

TABLE.teaserElement {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
}

P.teaserTitle {
    font-family : Arial, Helvetica, sans-serif;
    color : #FFFFFF;
    font-size : 11px;
    line-height : 14px;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left:2px;
    margin-right:2px;
}

TD.teaserTitle {
  padding: 0px;
}


TD.teaserText {
  padding : 0px;
}

P.teaserText {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color : #FFFFFF;
    line-height: 14px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left:2px;
    margin-right:2px;
}

A.teaserTitle:link, A.teaserTitle:visited {
    font-weight: bold;
    font-size : 11px;
    color: #FFFFFF;
    text-decoration: none;
}

A.teaserTitle:hover, A.teaserTitle:active {
    color : #999999;
    text-decoration: underline;
}

A.teaserText:link, A.teaserText:visited {
    color: #FFFFFF;
    text-decoration: none;
}

A.teaserText:hover, A.teaserText:active {
    color: #999999;
    text-decoration: underline;
}




/* ------- overwrite ROC-Amazon-Diskographie ------- */

table#CDs {
	width:410px !important;
	width:325px;
	margin:0px;
	text-align:left;
	}

table#tracks{
	width:84%;
	}

table#tracks td.trackData {
	text-align:left;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- ZMS 2.11
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.ZMSLinkElement, div.ZMSFile {
	background-color:transparent;
	}
	
div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:normal;
	}
	
/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	}

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:8px;
	margin-top:0px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	padding:0px;
	margin-left:8px;
	margin-top:10px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

div.ZMSGraphic div.text p
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/* --- BO ROCradio RChB   -- */
div#ROCradio, table.calBar td {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	text-align:left;
	}

div.radioEvent {
	width:310px;
	}

div.radioColLeft {
	width:135px;
	}

div.radioColRight {
	width:175px;
	}

table.calBar td {
	padding:0px 2px;
	}

div#ROCradio p {
	text-align:left !important;
	}
/* --- EO ROCradio RChB -- */



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- concertTeaserMitte
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

.concertteaserContentWrapper {
	border-bottom:1px solid rgb(40,50,130) !important;
	}


.concertteaserContentWrapper .eventDateTime,  .concertteaserContentWrapper .eventDateTime span.listingNumber{
	color:rgb(40,50,130) !important;
	}

p.eventComposersWorkTitles, p.eventComposersWorkTitles span.composer{
	color:rgb(40,50,130) !important;
	border:solid 0px red;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- displayROCconcertItem
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.eventItemWrapper {
	margin:0px;
	padding:0px;
	border:solid 0px red;
	}

div.eventItemWrapper br {
	line-height:8px;
	}

#contentBox ul.eventArtists {
	margin:0px;
	margin-bottom:10px;
	border:solid 0px red;
	}

p.eventDescription {
	margin:7px 0px 10px 0px;
	}

#contentBox ul.eventArtists li{
	margin:0px;
	margin-bottom:-2px;
	padding:0px;
	}

span.wCName {
	font-weight:bold;
	color:#0B338B;
	}

ul.eventFunctions {
	width:100%;
	margin:0;
	margin-bottom:35px;
	padding:0;
	}

ul.eventFunctions li{
	display: inline;
	padding: 0 10px;
	margin:0 10px;
	}

ul.eventFunctions li.ticket{
	margin-left:0px;
	padding:0;
	margin-bottom:-10px;
	color:#fff;
	}

ul.eventFunctions li.ticket img{
	margin-bottom:8px;
	margin-right:0px;
	position:relative;
	}

ul.eventFunctions li.contact{
	
	}

ul.eventFunctions li.contact img{
	margin-left:0px;
	margin-right:0px;
	position:relative;
	}

ul.eventFunctions li.vCalO {

	}

ul.eventFunctions li.vCalO img{
	margin-bottom:6px;
	margin-left:-10px;
	margin-right:0px;
	position:relative;
	}
	
ul.eventFunctions li.map{
	
	}

span.calDelimiter {
	display:block;
	margin:10px 0px 0px 0px;
	padding:0px;
	height:1px;
	width:100%;
	background-color:#1B4299;
	}


/* SuperBGImage */
.scanlines {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #000066; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #000066; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #E8F2F9; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#cccccc; text-align:left !important;}
.ftTD { background-color:#efefef; text-align:left !important;}

body.zmi div.zmi {width: 770px;}
div#zmi_logo {background-color:#fff;}
table.zmiTabBg {background-color:#fff;}
body.zmi {background:#eee;}

body.zmi p, body.zmi table tr td {
	text-align:left !important;
	} 

body.zmi #zmi_footer select {
	background:transparent;
	}



