
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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 -- *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj teaserConcertHint
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.teaserConcertHintWrapper {
	margin:0;
	margin-right:-1px;
	position:relative;
	padding:0;
	border-bottom:solid 15px #000;
	}


div.teaserConcertHintWrapper div.teaserConcertHintImg{
	margin:0;
	padding:0;
	}


div.teaserConcertHintWrapper div.teaserConcertHintDetails{
	margin:0;
	padding:0;
	}


/* 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 *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj ytVideo - YouTube Video
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.ytvWrapper {
	margin:10px 0px 10px 0px;
	padding:13px 0px 13px 0px;
	border-top:solid 0em #00CF9A;
	border-bottom:solid 0.1em #00CF9A;
	}

div.ytvImg {
	float:left;
	width:40%;
	margin:0px 10px 0px 0px;
	padding:0px;
	}

div.ytvDetails {
	float:left;
	width:50%;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

div.ytvDetails p.ytvTitle{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	}

div.ytvDetails p.ytvTitleAlt{
	margin:0px 0px 0px 0px;
	padding:0px;
	} 


div.ytvWrapper div.clearYtv {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
	height:1px;
	} 

/* ---------------------------- Item ---------------------------- */

div.ytvItem {
	margin:0px 0px 5px 0px;
	padding:0px;
	}

div.ytVideo {
	margin:3px 0px 3px 0px;
	padding:0px;
	}

div.ytvItem p.ytvTitle{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	}

div.ytvItem p.ytvTitleAlt{
	margin:0px 0px 0px 0px;
	padding:0px;
	}/*-- InfoBox --*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#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;
}/* --  ConcertTeaser teaserRight RSB ------------------------*/
div.concertteaserTeaserWrapper {
 	margin:0;
 	padding:12px 5px 16px 12px;
 	color:#fff;
 	border:solid 0px red;
 	min-height:42px;
 	height:auto !important; 
 	height:42px;
	}
 
div.concertteaserTeaserWrapper div.eventType{
 	margin:0;
 	padding:0;
 	padding-left:10px;
 	color:#fff;
 	font-weight:bold;
 	background:transparent url('http://www.roc-berlin.de/common/css/common/icon_ct_TeaserArrow.gif') 0px 2px no-repeat;
 	font-size:10px;
 	border:solid 0px red;
 	}
 
div.concertteaserTeaserWrapper div.eventDateTime {
 	margin:0;
 	padding:0;
 	color:#fff;
 	font-size:10px;
 	border:solid 0px red;
 	}

body.zmi div.concertteaserTeaserWrapper div.eventDateTime {
 	color:#000;
 	}

div.concertteaserTeaserWrapper div.eventSpec {
 	margin:0;
 	padding:0;
 	color:#fff;
 	font-size:10px;
 	border:solid 0px red;
 	}
 	
div.concertteaserTeaserWrapper a:link, div.concertteaserTeaserWrapper a:visited {
 	color:#C5C7C8;
 	font-weight:bold;
 	}
 		
div.concertteaserTeaserWrapper a:hover, div.concertteaserTeaserWrapper a:active{
 	color:#E4BCC8;
 	}


/* --  ConcertTeaser Content RSB ------------------------*/
div.concertteaserContentWrapper {
	margin:0;
	padding:9px 0px 9px 0px;
	border-bottom:1px solid #B5123E;
	}

div.concertteaserContentWrapper div.eventDateTime{
	margin:0;
	padding:0px 0px 2px 0px;
	font-weight:bold;
	}

div.concertteaserContentWrapper div.eventDateTime span.listingNumber {
	color:#B5123E;
	}
	
div.concertteaserContentWrapper div.eventConductorArtists{
	margin:0;
	padding:0px 0px 2px 0px;
	}	

div.concertteaserContentWrapper p.eventComposersWorkTitles{
	margin:0;
	padding:0px 0px 2px 0px;
	}

div.concertteaserContentWrapper p.eventComposersWorkTitles span.composer{
	color:#B5123E;
	}



















































































/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dtmlCode
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
textarea#code.form-element {
	font-family:courier !important;
	font-size:11px !important;
	height:350px !important;
	width:630px !important; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Konzertkalender
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

/* 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;
	}/**
 * 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: #F7F6F6;
	padding: 10px;
	width: 550px;
	}

#gallery ul {
	list-style: none;
	margin-left:20px !important;
	}

/* IE 7.0 only */
*:first-child+html #gallery ul {
	margin-left:60px !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 #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* -- 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;
}/* bo f_css_defaults *//*-- Downloadinfobox --*/
table.Downloadinfobox {
width:100%;
}

table.Downloadinfobox tr td.DownloadinfoboxImg {
width:10%;
}

table.Downloadinfobox tr td.DownloadinfoboxInfo {
width:90%;
padding-left:5px;
}

table.Downloadinfobox tr td.DownloadinfoboxInfo h2{
margin:0px;
margin-top:-6px;
}

table.DownloadinfoboxForm {
width:100%;
}
/* eo f_css_defaults *//*-- Downloadinfobox --*//*
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* +- 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;
}


body.zmi img { border:0px !important; }
body.zmi div.zmi {width: 800px;}
#ZMIManageTabs a, #ZMIManageTabsSub a {text-decoration:none;}
#ZMIManageTabs a:hover, #ZMIManageTabsSub a:hover {text-decoration:underline;}
ul#ZMIManageTabsButtons li, 
div.zmi-tabs ul li  {
 background-image:none;
 list-style-image:none;
 line-height: auto;}
ul#ZMIManageTabs li { height:22px; margin-bottom:0px;}
html>/**/body ul#ZMIManageTabs li {
height:21px; !important; /* only FF */ }

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

.ftTH, ftTD {vertical-align:top; text-align:left;}

.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#514D4D; } 
.primColorLight0 { background-color:#CCCCCC; } 

.secndColorStrong1 { background-color:#444444 }
.secndColorStrong0 { background-color:#666666 }
.secndColorMedium1 { background-color:#002468 }
.secndColorMedium0 { background-color:#961634 }
.secndColorLight1 { background-color:#CCCCCC }
.secndColorLight0 { background-color:#EEEEEE }

.teaserColor { background-color:#FF0000; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; }
.neutralColorLight0 { background-color:#EEEEEE; }

.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00926C; } 



/****************/
/* Navigation */
/***************/

.child,.subchild { 
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  margin-top:15px !important;
  margin-top:5px;}

.navDropdown {
  background-color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  border-top: solid 1px black;
  display: block;
  height: 19px;
  line-height: 18px;
  width: 200px;}


/***************/
/* Links */
/***************/

a:link, a:visited  {
  color: #000000;
  text-decoration : underline;
}

a:hover, a:active {
  text-decoration : underline;
  font-weight: bold;
  color : #000000;
}

.navMicro, .navCalendar, .navMacroFalse, .navMacroTrue, .navChannel, .navChannelFalse, .navChannelTrue {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.navChannel {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  border-top: solid 1px white;
  height: 19px;
  line-height: 18px;
  color: #FFFFFF;
}

.navCalendar {
  color: #555555;
}

.navCalendarFalse,
a.navCalendarFalse:link, a.navCalendarFalse:visited {
  text-decoration: none;
  color: #555555;
}

.navCalendarTrue,
a.navCalendarFalse:hover, a.navCalendarFalse:active,
a.navCalendarTrue:link, a.navCalendarTrue:visited,
a.navCalendarTrue:hover, a.navCalendarTrue:active {
  text-decoration: none;
  color: #000000;
}

a.navChannelFalse:link, a.navChannelFalse:visited,
a.navChannelFalse:hover, a.navChannelFalse:active,
a.navMacroFalse:link, a.navMacroFalse:visited {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

a.navChannelTrue:link, a.navChannelTrue:visited,
a.navChannelTrue:hover, a.navChannelTrue:active,
a.navMacroFalse:hover, a.navMacroFalse:active,
a.navMacroTrue:link, a.navMacroTrue:visited,
a.navMacroTrue:hover, a.navMacroTrue:active {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

a.navMicro:hover, a.navMicro:active,
a.navMicro:link, a.navMicro:visited {
  text-decoration: none;
  color: #000000;
}

/*********************/
/* Textbody-Elements */
/*********************/

h1, h2,  h3, h4, .heading1, 
.heading2, .heading3, .heading4 {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: black;
  clear: left;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0.5em;
}

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : black;
  font-size: 10px;
  line-height: 12px;
}

body {
  background-color: #F8F8F8;

}
ul{
  list-style-type:square;
}

h1, .title, .heading1 {
  font-size: 100%;
}

h2,.heading2 {
  font-size: 100%;
}

h3,.heading3 {
  font-size: 100%;
}

h4,.heading4 {
  font-size: 100%;
}

.description {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : black;
  font-size: 10px;
  line-height: 12px;
}

.caption {
  font-size: 11px;
  line-height: 15px;
  font-style: italic; 
}

P {
    margin-top: 0em;
}

P.emphasis {
  background-color:#DBE4D4;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
}

em {
  font-weight: bold;
  font-style: normal 
}

sup, sub {
  font-size: 10px 
}

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

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

P.teaserTitle {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  line-height : 15px;
  font-weight: bold;
  margin-left:-5px;
}

TD.teaserTitle {
  padding: 0px;
  background-image:url(common/spacer.gif); 
}


TD.teaserText { 
  padding: 0px;
  background-image:url(common/spacer.gif); 
}

P.teaserText {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
  color: #FFFFFF;
  line-height: 16px;
}

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

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

/**********************/
/* Functions */
/**********************/

.Copyright {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
}

a.Copyright:link, a.Copyright:visited {
  color: #333333;
  text-decoration : none;
}


/*******************/
/* H.3.6 Sitemap   */
/*******************/

TD.sitemapTitle0 {
  background-color: #DDE6EC;
  border-right-width: 1px;
  border-right-color: #436976;
  border-right-style: solid;
 }

TD.sitemapTitle1 {
  background-color: #DDE6EC;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid;
 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle0:hover, A.sitemapTitle0:active {
  font-weight: bold;
  color: #436976;
  text-decoration: none;
}

A.sitemapTitle1:link, A.sitemapTitle1:visited,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

A.sitemapElement0:link, A.sitemapElement0:visited,
A.sitemapElement0:hover, A.sitemapElement0:active {
  color: #436976;
  text-decoration: none;
}

A.sitemapElement1:link, A.sitemapElement1:visited,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}


/**********************/
/* Inputs */
/**********************/

form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #444444;  
    color: Black;
    background-color: white;
    padding: 0.1em;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #444444;  
    color: Black;
    vertical-align: middle;
    background-color: #F8F8F8;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #444444;  
    vertical-align: top;
}


/*  ------------------------------------------------------
Responseform Colors
--------------------------------------------------------*/
form.rocResponseForm input, form.rocResponseForm textarea, form.rocResponseForm 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.rocResponseForm fieldset {
 	background: #F6F6F6;
 	border: #999 1px solid;
 	}

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

/*  ------------------------------------------------------
Definition Responseformelements
--------------------------------------------------------*/
form.rocResponseForm input, form.rocResponseForm textarea, form.rocResponseForm select {
 	padding: 3px 4px;
 	font: 90% "Verdana", "Arial",  sans-serif;
 	}

form.rocResponseForm textarea {
 	width: 80%;
 	}

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

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

form.rocResponseForm select {
 	width:120px;
 	}

form.rocResponseForm input#submit1, form.rocResponseForm 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.rocResponseForm  p {
 	}

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

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

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

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


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

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

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


/* facelifting 2007 */

.child,.subchild {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;}

.navDropdown {
  background-color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  border-top: solid 1px black;
  display: block;
  height: 19px;
  line-height: 18px;
  width: 190px;}


.navChannel {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  border-top: solid 1px white;
  height: 19px;
  line-height: 18px;
  color: #FFFFFF;
}

.rocLogo {
  margin-top:12px;
}


.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : black;
  font-size: 11px;
  line-height: 14px;
}

a:link, a:visited  {
  color: #000000;
  text-decoration : underline;
  font-size:11px;
  }

a:hover, a:active {
  text-decoration : underline;
  font-weight: bold;
  color : #000000;
  font-size:11px;
}

.navMicro, .navCalendar, .navMacroFalse, .navMacroTrue, .navChannel, .navChannelFalse, .navChannelTrue {
  font: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
.navCalendar {
  color: #555555;
}

.navCalendarFalse,
a.navCalendarFalse:link, a.navCalendarFalse:visited {
font-weight: normal;
  text-decoration: none;
  color: #555555;
}

.navCalendarTrue,
a.navCalendarFalse:hover, a.navCalendarFalse:active,
a.navCalendarTrue:link, a.navCalendarTrue:visited,
a.navCalendarTrue:hover, a.navCalendarTrue:active {
   font-weight: normal;
  text-decoration: none;
  color: #000000;
}

a.navChannelFalse:link, a.navChannelFalse:visited,
a.navChannelFalse:hover, a.navChannelFalse:active,
a.navMacroFalse:link, a.navMacroFalse:visited {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

a.navChannelTrue:link, a.navChannelTrue:visited,
a.navChannelTrue:hover, a.navChannelTrue:active,
a.navMacroFalse:hover, a.navMacroFalse:active,
a.navMacroTrue:link, a.navMacroTrue:visited,
a.navMacroTrue:hover, a.navMacroTrue:active {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

a.navMicro:hover, a.navMicro:active,
a.navMicro:link, a.navMicro:visited {
  text-decoration: none;
  color: #000000;
}


div.ZMSGraphic 
	{ 
	background-color:transparent; 
	margin: 4px;
	margin-left:0px;
	margin-bottom:30px;
	}
	
/* Menu 2008  */	
.menuWrapper ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 11em; /* Width of Menu Items */
	border-bottom: 1px solid #fff; 
	}

.menuWrapper ul ul{
	border-bottom: 1px solid #fff;
	}

.menuWrapper ul li{
	position: relative;
	background-color: #514D4D;

	}

.menuWrapper ul li.active{
	background-color: black;
	}

/*Sub level menu items */
.menuWrapper ul li ul{
	position: absolute;
	width: 11em; /*sub menu width*/
	top: 0;
	visibility: hidden;
	}

/* Sub level menu links style */
.menuWrapper ul li a {
	display: block;
	overflow: visible; /*see 'IE 7.0 only' */
	color: white;
	text-decoration: none;
	background-color:transparent;
	padding: 3px 0px 3px 5px;
	border-left: 1px solid #514D4D;
	border-top: 1px solid #fff;
	
	}

/* IE 7.0 only */
*:first-child+html .menuWrapper ul li a {
	overflow: auto; /*force hasLayout in IE7 */
	}

.menuWrapper ul li a:visited {
	color: white;
	text-decoration:none;
	}

.menuWrapper ul li a:hover {
	background-color: black;
	font-weight:normal;
	color: white;
	text-decoration:none;
	}

.menuWrapper .subfolderstyle {
	/* background: url(teaser_arrow_rgt.gif) no-repeat center right; */
	background-color:transparent;
	}

/* Holly Hack for IE \*/
* html .menuWrapper ul li { float: left; height: 1%; }
* html .menuWrapper ul li a { height: 1%; }
/* End */


a.fancybox img {
	padding:1px 1px 1px 1px;
	background:none;
	background-color:transparent; 
	border:0px;
	}



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

.cmsBgColorMedium0 { background-color: #F0F0F0; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#CCCCCC; 
vertical-align:top;}

.ftTD { background-color:#EFEFEF;
vertical-align:top;}

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


/*************************/
/* ZMS 2.11              */
/*************************/

div.ZMSFile {
	background:transparent;
	color:#fff;
	}

div.ZMSFile div.title a:link {
	color:#fff;
	display:block;
	}

div.ZMSFile div.title a:visited {
	color:#fff;
	display:block;
	}

div.ZMSFile img, div.ZMSFile div.text {
	display:none
	} 

/* --- BO ROCradio ROC -- */
div.radioEvent a.urlhome, 
div.radioEvent a.urlfreq {
/* display:none !important; */
}
div.radioEvent {
width:410px;
}
div.radioColLeft {
width:160px;
}
/* --- EO ROCradio ROC -- */


/* =============================== */
/* == ROCconcert ROC Overview   == */
/* =============================== */

div.eventOverviewWrapper {
	margin:1.5em 0em 1em 0em;
	padding:0;
	padding-bottom:1em;
	width:412px;
	}
div.chgMonth {
	/* border-top:1px solid #00cc99; */
	}
div.chgMonth div.eventType {
	display:none;
	}
	
div.clearing {
	clear:both;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- eventOverviewLeftCol
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div.eventOverviewLeftCol {
	float:left;
	margin:0;
	padding:0;
	display:none;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- eventOverviewRightCol
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
div.eventOverviewRightCol {
	float:left;
	margin:0px;
	margin-left:0px;
	padding:0;
	position:relative;
	width:412px;
	}

div.eventOverviewRightCol p.eMonth {
	margin:0;
	padding:0;
	display:none;
	}

div.eventOverviewRightCol p.eDate {
	margin:0;
	padding:0;
display:inline;
	}

div.eventOverviewRightCol p.eDate span.date {
	font-weight:bold;
	}
	
div.eventOverviewRightCol p.eDate span.start {
	font-weight:bold;
	}

div.eventOverviewRightCol p.eLocation {
	margin:0;
	padding:0;
	font-weight:bold;
	display:inline;
	margin-left:0.5em;
	}

div.eventOverviewRightCol p.eWItems {
	margin:0;
	padding:0;
	}

div.eventOverviewRightCol p.eWItems span.eWItemsHint {
	display:none;
	}

div.eventOverviewRightCol p.eWItems span.wCN {
	font-weight:bold;
	}

div.eventOverviewRightCol p.eWItems span.wCSn {
	font-weight:bold;
	margin-right:0.5em;
	}

div.eventOverviewRightCol p.eConductor {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#000;
	font-style:italic;
	}
div.eventOverviewRightCol p.eConductor span.eConductorHint {
	font-weight:normal;
}

div.eventOverviewRightCol div.eConductorWrapper div.eConductorName,
div.eventOverviewRightCol div.eConductorWrapper div.eConductorHint {
	display:inline;
	margin:0px;
	padding:0px
}
div.eventOverviewRightCol div.eConductorWrapper div.eConductorHint {
	margin-left:-0.32em;
}

div.eventOverviewRightCol p.eType {
	margin:0;
	padding:0;
	}

div.eventOverviewRightCol p.eArtists {
	margin:0;
	padding:0;
}
div.eventOverviewRightCol p.eArtists  span.eArtistSn {
	margin-right:0.5em;
}

div.eventOverviewRightCol p.eFunctions {
	margin:0;
	padding:0;
	font-weight:bold;
	float:right;
	margin-top:-2em;
	}


div.eventOverviewRightCol p.eEnsemble {
	margin:0;
	padding:0;
}
div.eventOverviewRightCol p.eEnsemble span.DSO {
	color:#EF3D34;
}
div.eventOverviewRightCol p.eEnsemble span.RKC {
	color:#0AB48D;
}
div.eventOverviewRightCol p.eEnsemble span.RSB {
	color:#B6274B;
}
div.eventOverviewRightCol p.eEnsemble span.RChB {
	color:#1B4299;
}

div.eventOverviewRightCol p.eFunctions span.eGoDetail{
	}

div.eventOverviewRightCol p.eFunctions span.eMap{
	color:#EE3124;
	}

div.eventOverviewRightCol p.eFunctions span.eGoDebug {
	display:none;
}
 
/* -- display4dwnld  --  */
p.eId {
	display:inline;
	margin:0px;
	padding:0px 
}

h1.ROCconcert {
	padding-top:1em;
}
td.navCalendar {
text-align:center;
padding-right:4px;
margin:0px;
}



