a {
	text-decoration:none;
	overflow:hidden;
}
#a:hover {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
#videobereich {
	background-color:white;
	font-family:Thoma,Arial;
}
#videobezeichnung {
	padding:10px 10px 10px 10px;
	font-size:35pt;
}
#videobezeichnung article {
	text-align:center;
}
#videoname {
	height:114px;
	font-size:35pt;
}
#videolinks {
	width:100%;
	text-align:center;
}
.buttonlink{	
	font-size:25pt;
	background-color:orange;
	color:black;
}
.nobutton {
	background-color:red;
	padding:20px 0px 20px 0px;
	font-weight:bold;
}
.buttontop {
	background-color:orange;
	width:495px;
	padding:20px 0px 20px 0px;
}
.buttonbottom {
	background-color:lightblue;
	width:495px;
	padding:20px 0px 20px 0px;

}
.buttontop:hover {
	background-color:darkorange;
	#border-radius:100px;
}
.buttonbottom:hover {
	background-color:blue;
	color:white;
	#border-radius:100px;
}