@charset "UTF-8";

.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #666666;	
}
	.TitelPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
}
.Kursive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 15px;
	color: #777777;
	margin-bottom: 32px;
}
.Untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	line-height: 15px;
	padding-top: 12px;

}
.Leer {
	font-size: 5px;
	line-height: 5px;
}
.UntertitelLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	line-height: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	line-height: 15px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	background-color: #FFFF99;
	line-height: 15px;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	line-height: 15px;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	line-height: 15px;
	text-decoration: none;
}

.bildergalerie {
	cursor:pointer;
}

a.play-button {
	position:absolute;
	bottom:0px;
	left:0px;
	display:none; // wird über javascript sichtbar gemacht
}

a:hover.play-button {
	background:transparent;
}
