@charset "UTF-8";
/* CSS Document */

/* Formatierung der Help-Box vor den Tonträgern */
.aufnahmen_help {
	color: #000;
	width: auto;
	background-color: #eee;
	padding: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 0.5em;
	behavior:url(http://www.alfredplanyavsky.at/css/border-radius.htc);
	margin-top: -1em;
	font-size: 0.9em;
	border: thin solid #F00;
	margin-bottom: -0.5em;
	display: inline-block;
}


/*UNUSED Umfassendes div je LP*/
/*.lp {
	margin-bottom: 1em;
	border: thin solid #3C3;
}*/


/*Formatierung für Cover Thumbnail*/
.cover_small {
	cursor: pointer;
	height: 6.25em;
	width: 6.25em;
	margin-top: 0.5em;
}

/*Nur angelegt, damit a class einen Namen hat*/
.cover_overlay {}


/*UNUSED Großes Cover, sichtbar beim hovern über Thumbnail*/
/*.cover_big {
	background-color: #fff;
	padding: 0.3em;
	border: 0.1em solid #780859;
	color: #780859;
}*/

/*UNUSED Formatierung für großes Bild*/
/*.cover_big img {
	border-width: 0;
	padding: 2px;
}*/

/*Umfassendes Div für Overview Text und Infobutton*/
.lp_text_enclosure {
	margin-left: 7em;
	position: relative;
	margin-top: 0.5em;
	height: auto;
}


/*Sichtbarer Infotext*/
.lp_overview {
	font-weight: bold;
	color: #000;
	background-color: #eee;
	font-size: 120%;
	display: inline-block;
	position: relative;
	top: -5.6em;
	left: 0em;
	text-align: right;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.1em;
}

/*Plattenlabel Infotext*/
.reclabel {
	font-style: italic;
	font-size: 85%;
	margin-top: 0.3em;
	display: inline-block;
}

/*LP Infotext zum anklicken*/
.lp_info {
	color:#780859;
	font-weight: bold;
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	behavior: url(/css/border-radius.htc);
	border: thin solid #780859;
	display: inline-block;
	font-size: 90%;
	cursor:pointer;
	background-color: #FFF;
	padding: 0.3em;
	position: absolute;
	top: -2.7em;
	left: 0em;
	}
	
/*Formatierung des Links im Infobutton*/
.lp_info a, .lp_info a:visited {text-decoration:none;}

.lp_info a:hover {text-decoration:underline;}

.lp_info a:active, .lp_info a:focus {color: #FFF;}

/*UNUSED Umfassendes Div für Aufnahmen*/
/*.aufnahmen_enclosure {
	margin-left:0.5em;
	display: inline-block;
}*/

/*Div für Aufnahme Button, ausgeblendet, bis Aufnahmen vorliegen*/
.aufnahmen_button_ts {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	position: relative;
	left: 11em;
	top: -4.5em;
	visibility: hidden;
}


/*Sichtbarer LInktext*/
.aufnahmen_button_ts h3 {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	-khtml-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	behavior: url(/css/border-radius.htc);
	border: thin solid #780859;
	font-size: 90%;
	cursor:pointer;
	background-color: #780859;
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	display: inline-block;
	}

/*Umfassendes Div für die jw player je LP, klappt unterhalb des Aufnahmebuttons auf*/
.player_div {
	width:31em;
	background-color:#780859;
	color:#fff;
	text-align: left;
	-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);*/
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	margin-top: -0.3em;
	}

/*Formatierung der Satzbezeichnung über jedem jw player*/
.audioplayer_movement 	{
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

/*Formatierung der einzelnen jw audioplayer Blocks im Popup*/
.audioplayer {
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-left: 0em;
}

/*Formatierung des Trennstrich - rulers nach jeder LP*/
.hruler_lila {
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #780859;
	margin-right: 0em;
	margin-left: 0em;
	margin-top: -4em;
	margin-bottom: 0.5em;
	}
