/* CSS Document */
div#video{
	-moz-border-radius: 10px;
	float: left;
	width: 710px;
	height: 450px;
	background-color: black;
	text-align:center;
	border: 1px solid #303030;
}
div#big_video{
	margin: auto;
	padding: 0;
	text-align:center;
}
h1{
	margin-bottom: 5px;
	font-family:Verdana;
	font-size: 20px;
}
h2{
	color: #FF5F00;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
div#videoMenu{
	float: right;
	width: 200px;
	height: 430px;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #303030;
	-moz-border-radius: 10px;
	background-color:#000000;
}
ul{
	padding: 0;
	margin-top: 0;
	margin-left: 5px;
	list-style-type: none;
}
li{
	width: 160px;
	list-style-type: none;
}
li.video{
	margin-top: 15px;
	border-top: 1px solid #ed761f;
	background-color: #252525;
}
li.video img{
	margin-left: 5px;
	margin-top: 5px;
	background-color: #252525;
}
li.legende{
	text-align: center;
	background-color: black;
	color: #ff5f00;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ed761f;
	background-color: #252525;
}