	#videocontainer {
		overflow:hidden;
	}
	#header *, #header {
		line-height:20px;
		height:20px;
		vertical-align:middle;
		font-family:Arial;
		color:#000;
		font-size:13px;
	}
	#header {
		margin-top:8px;
		margin-bottom:10px;
		margin-left:30px;
		width:1400px;
	}
	#header a .logo {
		height:20px;
		margin-right:30px;
		padding-bottom:5px;
	}
	#header h1 {
		margin-right:30px;
		font-weight:normal;
		color:#eaeaea;
	}
	#header img {
		cursor:pointer;
		height:25px;
	}
	#header input, #header select, #header button {
		line-height:13px;
		background:#777;
		border:1px solid #000;
		text-align:center;
		color:#000;
		padding:1px;
		border-radius:2px;
		margin-right:2px;
		height:20px;
		margin-bottom:2px;
	}
	#header input {
		height:16px;
	}
	#header button {
		padding:0 3px;
		background-color:#666;
	}
	#header input {
		width:50px;
	}
	#header, #header ul, #header ul li, #header h1	 {
		display:inline;
		vertical-align:middle;
	}
	#header {
		margin-left:30px;
	}
	#header h1 {
		font-size:15px;
	}
	#videocontainer {
		text-align:center;
		line-height:72px;
	}
	.ytplayer {
		vertical-align:middle;
	}
	span.ytlabel {
		position:absolute;
		top:100px;
		left:100px;
		height:10px;
		height:10px;
		font-weight:bold;
		font-size:15px;
		z-index:40000;
		color:#fff;   
		opacity: 0.7;       /* modern browser */  
	    -moz-opacity: 0.7;  /* older Mozilla browser */  
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */  
	    filter:alpha(opacity=70); /* IE5.x -7.0 */  
	}
	#zusatzcontent {
		color:#666;
		padding:20px;
	}
	#zusatzcontent h2 {
		color:#666;
	}
	body {
		overflow-x:hidden;
	}
	.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 1em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-box a {
  color: #222;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
@media (min-width: 42em) {
  .modal-box { width: 40%; }
}