body {
  background-image: url("../images/background.png" );
  text-align: center;
  font-family: Verdana;
  font-size: 8pt;
  padding: 0px;
  margin: 0px;
  color: #EEEEEE;
}

div.contents {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 786px;
  padding: 0px;
}

div.body {
  background-image: url("../images/bodybg.png");
  margin: 0px;
  padding: 0px;
 }

div.body_top {
	background-image: url("../images/bodytop.png");
	height: 9px;
	margin: 0px;
	padding: 0px;
}

div.body_content {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

div.body_bottom {
	background-image: url("../images/bodybottom.png");
	height: 9px;
	margin: 0px;
	padding: 0px;
}

div.panel {
	width: 600px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.panel_top {
	background-image: url("../images/panel_top.png");
	height: 4px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

div.panel_content {
	background-image: url("../images/panel_content.png");
	margin: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.panel_header {
	margin-top: 3px;
}

h3.panel {
	display: inline;
	font-size: 9pt;
}

div.panel_bottom {
	background-image: url("../images/panel_bottom.png");
	height: 4px;
	margin: 0px;
	padding: 0px;
}

div.floatright {
	float: right;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	background-color: #999999;
}

div.video_player {
	margin-right: 200px;
	padding: 5px;
	width: 435px;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	background-color: #555555;
}


div.video_overzicht {
	float: right;
	padding: 5px;
	width: 276px;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	background-color: #555555;
	overflow-y:auto;
	height: 382px;
}


img.floatright {
	margin: 5px;
}

div.nav {
	background-image: url("../images/navbg.png");
  	margin: 0px;
	padding: 0px;
}

p.nav {
  font-family: "Verdana";
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
  color: #000000;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
}

p.footer {
  font-family: "Verdana";
  font-size: 8pt;
  color: #000000;
  margin: 0px;
  padding:2px;
}


a.nav:link {
  color: #170793;
  text-decoration: none;
}
a.nav:visited {
  color: #170793;
  text-decoration: none;
}

a.nav:active {
  color: #000000;
  text-decoration: none;
}

a.nav:hover {
  color: #4233B5;
  text-decoration: underline;
}

img.nav {
  border-width: 0px;
  vertical-align: middle
}

img {
	border-width: 0px;
}


h1 {
  font-family: "Verdana";
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  color: #EEEEEE;
  margin-right: auto;
  margin-left: auto;
  width: 750px;
}

p {
  font-family: Verdana;
  font-size: 8pt;
  color: #EEEEEE;

}

ul {
  font-family: "Verdana";
  font-size: 8pt;
  color: #EEEEEE;
}

a:link {
  color: #fff95b;
  text-decoration: none;
}
a:visited {
  color: #fff95b;
  text-decoration: none;
}

a:active {
  color: #fff95b;
  text-decoration: none;
}


a:hover {
  color: #c2c092;
  text-decoration: underline;
}

input, textarea {
	font-family: 'Verdana';
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #606060;
	border-style: solid;
	border-width: 1px;
	border-color: #000000; } 
	
#gallery {
	text-align: left;
	background-color: #444;
	padding: 10px;
	width: 520px;
}

#gallery ul { list-style: none; }
#gallery ul li {
	display: inline-block;
	width: 130px;
	height: 160px;
	padding: 5px;
	margin: 10px;
	background-color: #3e3e3e;
	vertical-align: top;
	text-align: center;
}
#gallery ul img {
}

#gallery ul a:hover img {

}
#gallery ul a:hover { color: #fff; }
