/* main.css, author: Ole Vrijenhoek */

* {
	margin: 0;
	padding: 0;
}
html {
	overflow: hidden;
}
body {
	background: #000000;
	width: 100%;
	height: 100%;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a, a:visited, a:active {
	color: #FFFFFF;
}
#bgImg {
	width: 100%;
	height: 100%;
	z-index: 1;
}
#container {
	width: 98%;
	height: 96%;
	position: absolute;
	top: 2%;
	left: 1%;
	background: transparent;
	border: 1px solid #000000;
	z-index: 2;
	overflow: hidden;
}
#transLayer {
	width: 100%;
	height: 100%;
	z-index: 2;
}
#content {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	overflow: auto;
}
#header {
	width: 100%;
	height: 15%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#logo {
	width: 100%;
	height: 100%;
	z-index: 5;
}
#menu {
	width: 100%;
	height: 5%;
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 4;
	color: #FFFFFF;
	font-size: 1em;
}
#menu span {
	cursor: pointer;
	margin: 1%;
}
#index, #band, #optredens, #contact, #gastenboek {
	width: 80%;
	height: 60%;
	position: absolute;	
	top: 20%;
	left: 0;
	z-index: 4;
	color: #FFFFFF;
	font-size: 0.75em;
	overflow: auto;
	padding: 5%;
	display: none;
}
#videos {
	width: 50%;
	height: 80%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	overflow: hidden;
}
#videoCaption {
	width: 100%;
	height: 25%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: transparent;
}
#videoList {
	width: 50%;
	height: 95%;
	position: absolute;
	top: 5%;
	right: 0;
	overflow: auto;
}
#videoList a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.75em;
}
#videoList a:hover {
	text-decoration: none;
	color: #C0C0C0;
	font-size: 0.75em;
}
#nervousPlayer {
	width: 100%;
	height: 75%;
	position: absolute;
	top: 25%;
	left: 0;
	z-index: 4;
}
#slideBar {
	width: 50%;
	height: 15%;
	position: absolute;
	top: 85%;
	left: 50%;
	background: transparent;
	z-index: 3;
	overflow: hidden;
}
#left {
	width: 2%;
	height: 15%;
	position: absolute;
	top: 85%;
	left: 50%;
	background: transparent;
	z-index: 4;
	cursor: w-resize;
	color: #FFFFFF;
}
#right {
	width: 2%;
	height: 15%;
	position: absolute;
	top: 85%;
	right: 0;
	background: transparent;
	z-index: 4;
	cursor: e-resize;
	color: #FFFFFF;
}
#left:hover {
	color: lime;
}
#right:hover {
	color: lime;
}