@charset "UTF-8";
/* CSS Document */

/* Formatierung der ORF Anchor Box und Help Box (vor Tonband-PopUps */

.orf_anchor, .help, .tt_anchor {
	color: #000;
	width: 21em;
	background-color: #eee;
	padding: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 0.5em;
	behavior:url(/css/border-radius.htc);
	margin-top: -1em;
	border: thin solid #F00;
}
.orf_anchor a, orf_anchor a:visited,
.tt_anchor a, .tt_anchor a:visited
	{color: #333;}

/*.orf_anchor a:hover {
	color: #FFF;
	background-color: #780859;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
}
*/

.orf_anchor a:active, .orf_anchor a:focus,
.tt_anchor a:active, .tt_anchor a:focus
	{color:#DB1519;}

/* Es folgt die Formatierung der PopUps */

/*Sichtbarer Text als einzelne Einheit*/
.aufnahmen_info {
	margin-bottom: 0.5em;
	width: 42em;
}

.comp {
	background-color: #eee;
	padding: 0.1em;
	display: inline;
	color: #780859;
}

/*Sichtbarer LInktext*/
a.info {
	position:relative; /*this is the key*/
	z-index:24;
	color:#333;
	text-decoration:none;
	margin-left: 0em;
	top: -0.1em;
	font-weight: bold;
	}
	
/*Sichtbarer Linktext beim hovern*/
a.info:hover {
	z-index:25;
	background-color:#ddd;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	border-bottom-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/*Popup Text, anfangs auf unsichtbar gesetzt*/
a.info span {
	display: none;
}

/*Popup Text, beim hovern*/
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.4em;
	left:0em;
	width:39em;
	background-color:#780859;
	color:#fff;
	text-align: left;
	padding: 0.3em;
	-khtml-border-top-right-radius: 0.5em;
	-khtml-border-bottom-right-radius: 0.5em;
	-khtml-border-bottom-left-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	behavior: url(/css/border-radius.htc);
}

/* Verhindert Rundung in rechter oberer Ecke des PopUps bei langen Werktiteln */
.no_right_round {
	-khtml-border-top-right-radius: 0em !important;
	-moz-border-radius-topright: 0em !important;
}

/* Formatierung der Help-Box vor PopUps */
.help {
	width: 34em !important;
	font-size: 0.9em;
}

/* Formatierung für Teil des Infotextes vor den Popups */
.black {
	color: #000;
	font-weight: bold;
}

/*Formatierung des audioplayer Blocks im Popup*/
a.info:hover span .audioplayer {
	height: auto;
	width: auto;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}


/*Formatierung der Satzbezeichnung über dem audioplayer*/
a.info:hover span .audioplayer .audioplayer_movement 	{
	color: #FFF;
	/*margin-top: 0em;*/
	margin-bottom: 0.2em;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
}

/*----------------------
Testweise Anzeige des Audioplayers in extra Block
----------------------*/

.audioplayer_outside {
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	behavior: url(/css/border-radius.htc);
	border: thin solid #780859;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	width: 31em;
	margin-bottom: 1em;
	margin-top: -0.5em;
}


.audioplayer_outside .audioplayer {
	height: auto;
	width: auto;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}

.audioplayer_outside .audioplayer .audioplayer_movement 	{
	color: #780859;
	/*margin-top: 0em;*/
	margin-bottom: 0.2em;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
}


/*----------------------
Ab hier Anzeige des audioplayers in Popup via "-> Aufnahmen"
----------------------*/

/*Formatierung des Pfeils im "Aufnahmen Button*/
.arrow {
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

.aufnahmen_button {
	margin-bottom: 1em;
}


/*Sichtbarer LInktext*/
.aufnahmen_button a.aufnahmen_hinweis {
	position:relative; /*this is the key*/
	z-index:24;
	color:#333;
	text-decoration:none;
	margin-left: 1em;
	top: 0.3em;
	font-weight: bold;
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	behavior: url(/css/border-radius.htc);
	border: thin solid #780859;
	padding: 0.2em;
	height: auto;
	}

/*Sichtbarer Linktext beim hovern*/
.aufnahmen_button a.aufnahmen_hinweis:hover {
	z-index:25;
	color: #FFF;
	border-style: none;
	font-style: italic;
	font-weight: bold;
}

/*Popup Text, anfangs auf unsichtbar gesetzt*/
.aufnahmen_button a.aufnahmen_hinweis span {
	display: none;
}

/*Popup Text, beim hovern*/
.aufnahmen_button a.aufnahmen_hinweis:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0em;
	width:31em;
	background-color:#780859;
	color:#fff;
	text-align: left;
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	behavior: url(/css/border-radius.htc);
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	height: auto;
	left: -1em;
}

/*Formatierung des audioplayer Blocks im Popup*/
.aufnahmen_button a.aufnahmen_hinweis:hover span .audioplayer {
	height: auto;
	width: auto;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-left: 0em;
}

/*Formatierung der Satzbezeichnung über dem audioplayer*/
.aufnahmen_button a.aufnahmen_hinweis:hover span .audioplayer .audioplayer_movement 	{
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
}
	
