
table {font-family: 'DejaVu Sans', Verdana, sans-serif;
	color: #DDDDDD;
	font-size: 16px;
	}

.titel {font-size: 24px;}

.videoauswahl {font-size: 20px;}

.filmauswahl {font-size: 12px;}

.absatztitel {font-size: 18px;}

.erklaerung {font-size: 16px;}

a:link {color: #DDDDDD;}
a:visited {color: #CCCCCC;}
a:active {color: #FFFFFF;}

.pad {padding: 20px;}

.zeitlupe {font-size: 18px;}

.white {color: white;}

.empty_player { display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 1024px;
	height: 576px;
	background-image: url(../filme/html5_player_controls-1024.jpg);
	background-position: bottom; /* Bild wird zentriert */
	background-repeat: no-repeat; /* Bild wird nicht wiederholt */
	color: red;
	font-size: 18px;
}

.udosVideoplayer { width: 1024px;
	height: 576px;
}

.erklaerungs-text {  box-sizing: border-box;
	width: 1024px;
}

@media (min-width: 1600px) {
	.empty_player {
		/* Bei Bildschirmen breiter als 1300px wird die Größe des Players auf die kleine HD Auflösung gesetzt */
		width:1280px;
		height:720px;
		background-image: url(../filme/html5_player_controls-1280.jpg);
	}

	.udosVideoplayer {
        width: 1280px;
        height: 720px;
	}

	.erklaerungs-text { width: 1280px; }
}





a.liste:link {color: #EEEEEE; text-decoration: none; font-weight: bold; font-size: 13px;}
a.liste:visited {color: #EEEEEE; text-decoration: none; font-weight: bold; font-size: 13px;}
a.liste:active {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 13px;}

.main {background: black;
	color: white;
	padding: 8px;
	margin: 0px;
	position: absolute;
	left: 230px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	text-align: center;
	}

