/*

Basis Stylesheet
Used examples from http://de.selfhtml.org/
angepasst von Detlef Hartz 2009

*/


/*
    Video Ansicht
*/

#media-player {
	float:center;
	padding:1em 1em .5em;
	background-color:transparent;
}

video {
	width:720px;
	height:480px;
	background:transparent;
}

#media-play-list {
	float:left;
	clear:both;
	color:black;
	width:100%;
	margin-top:10px;
}

#play-list {
        color:#fff;
	padding:0;
	font-size:14px;
	list-style-type:none;
}

#play-list li {
	cursor:pointer;
        color: black;
	padding-left:15px;
	background:transparent;
}

