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

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

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

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

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

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

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

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

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

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

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

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;
	}

div.ZMSGraphic.floatright
	{ 
	float:right;
	}

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

div.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright
	{
	float:right;
	text-align:right;
	}
	
div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
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);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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 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 *//* BO f_css_defaults */

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: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 *//* 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 *//* 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 *//*-- 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;
}/* BO video.f_css_defaults */
div.video { }
/* f_css_defaults *//* BO videoteaser.f_css_defaults */
div.videoteaser { }
/* EO videoteaser.f_css_defaults */

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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: red;
  text-decoration: line-through;
} 

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

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}

/***************/
/* 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; }

.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;
	line-height:15px;
} 


#pagewidth{ 
 	width:770px; 
 	text-align:left; 
 	margin-left:auto; 
 	margin-right:auto; 
	background-color:rgb(255,255,255);
} 
 
#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/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/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:50px;
	vertical-align:middle;
	margin-bottom:72px;
	margin-right:24px;
	text-align:right;
	width: 65px;
}
  
/* ------- 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;
}
  
img	{
	border-style:none;
}

small	{
	font-size:9px;
}

strong	{
	font-weight:bold;
}

label	{
	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:20px;
}

.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);
}


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

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


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: underline;
	}

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





/**********************/
/* 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;
	}

/*************************/
/* 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; }
.ftTD { background-color:#efefef; }

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

body.zmi p {
	text-align:left;
	} 
