.header {width:100%; height:70px; background-color:#F59F49; vertical-align: middle;}
.pagewidth {width:1000px; margin:0 auto;}
.logout_button {float:right; margin-right:20px;}
.uberschrift {margin:0 auto; font-size:36px; font-weight: bold; text-align:center; height:70px; padding-top: 5px;}

.shadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);}

.radius{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.radius_top{	-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;	-moz-border-radius-topleft: 10px;	-moz-border-radius-topright: 10px;	border-top-left-radius: 10px;	border-top-right-radius: 10px;	}
.radius_bottom {-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}


video {width:800px; z-index:2}
.videobox {width:800px; margin:0 auto; min-height:450px;margin-top:20px; border:solid 1px #222d39; background-color:#fff;}
.videobox .v_header {
	background-color:#344558; 
	color:#fff; 
	text-align:center; 
	font-weight: bold;
	font-size: 20px; 
	padding-top:5px; 
	padding-bottom:5px;
}


.videobox .v_video, .videobox .v_foot {background-color:#344558; position:relative;}
.v_blind{position:absolute;width:800px; height:540px; background-color:#fff; opacity:0; z-index:3}

