.wert {
	color: #FFD700;
	font-size: 20;
}
.marcel {
	color: #00FF00;
	font-size: 25;
}
html, body {
	font-family: Helvetica, Arial, Verdana;
	color: #9CE8F6;
	background-color: #000000;
}

a:link, a:visited {
	color: #9CE8F6;
}

a:hover, a:active {
	color: #7CFC00;
}

div.content,
div.header {
	margin: 0 auto; /* centered on screen */
	width: 700px;
}
div.header {
	text-align:center;
	margin-bottom: 10px;
}

.videoplayer {
	margin: 0 auto;
	width: 512px;
	border: 5px solid #333333;
	padding: 10px;
}

/* Navigation style */

nav {
  position: relative; 
  width: 700px;
  color: #fff;
  background: #606060;
  background: -moz-linear-gradient(top, #606060 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#323232));
  background: -webkit-linear-gradient(top, #606060 0%,#323232 100%);
  background: -o-linear-gradient(top, #606060 0%,#323232 100%);
  background: -ms-linear-gradient(top, #606060 0%,#323232 100%);
  background: linear-gradient(to bottom, #606060 0%,#323232 100%);
  -moz-box-shadow: 0px 1px 3px #666;
  -webkit-box-shadow: 0px 1px 3px #666;
  box-shadow: 0px 1px 3px #666;
  margin: auto;
}

.navBtns { padding: 8px 0 5px 0; text-align:center;}

.navBtn {
  display: inline-block;
  height: 26px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  padding: 0 8px;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.9);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.9);
  box-shadow: 0 1px 2px rgba(0,0,0,0.9);
  margin-left: 5px;
  background: #666;
  background: -moz-linear-gradient(top, #999 0%, #666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#666));
  background: -webkit-linear-gradient(top, #999 0%,#666 100%);
  background: -o-linear-gradient(top, #999 0%,#666 100%);
  background: linear-gradient(top, #999 0%,#666 100%);
  cursor: pointer;
}
.navBtn:hover {
  background: 999;
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbb), color-stop(100%,#999));
  background: -webkit-linear-gradient(top, #bbb 0%,#999 100%);
  background: -o-linear-gradient(top, #bbb 0%,#999 100%);
  background: linear-gradient(top, #bbb 0%,#999 100%);  
}

.navBtn:first-child {margin-left: 5px;}
.navBtn:link, .navBtn:visited, .navBtn:hover, .navBtn:active { color: #eee; }
.navBtn.active { background: #333; color: #7CFC00; cursor: default; }