html, body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, "MS Trebuchet", sans-serif;
	font-family: "Lucida Grande", "Segoe UI", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 14px;
}
a, a:hover, a:active, a:focus {
	color: #9b0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


body {
	background: #0d0c0c;
	color: #fff;
	text-align: center;
}

#header {
	width: 100%;
	background-color: #650000;
	height: 145px;
	margin-top: 25px;
}
#menu {
	margin: 0 auto;
	width: 812px;
	height: 145px;
	background: #650000 url("../img/header5.gif") no-repeat;
	background-position: 6px 0px;
	display: block;
}

#menu ul {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#menu ul li a {
	display: block;
	height: 145px;
	position: absolute;
	top: 0px;
}
#menu ul li #about {
	left: 694px;
	width: 118px;
	background: url("../img/hover-about.png") no-repeat;
	background-position: 0px -200px;
}

#menu ul li #contact {
	left: 558px;
	width: 149px;
	background: url("../img/hover-contact.png") no-repeat;
	background-position: 0px -200px;
}
#menu ul li #threed {
	left: 494px;
	width: 77px;
	background: url("../img/hover-3d.png") no-repeat;
	background-position: 0px -200px;	
}
#menu ul li #home {
	left: 389px;
	width: 118px;
	background: url("../img/hover-home.png") no-repeat;
	background-position: 0px -200px;
}

#menu ul li a#home:hover, #menu ul li a#threed:hover, #menu ul li a#contact:hover, #menu ul li a#about:hover {
	background-position: 0px 0px;
	/*background: none;*/
}

#menu ul li.current {
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #1c1c1c;
	display: block;
	top: 125px;
	left: 0px;
}

#menu ul li.about {
	left: 713px;
	width: 80px;
}
#menu ul li.contact {
	left: 580px;
	width: 102px;
}
#menu ul li.threed {
	left: 512px;
	width: 38px;
}
#menu ul li.home {
	left: 410px;
	width: 80px;
}

#menu ul li a span {
	display: none;
}
#main {
	width: 778px;
	position: relative;
	padding: 10px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: left;
	background-color: #1c1c1c;
	background: #1c1c1c url("../img/mainbg.gif") no-repeat;
	border: #333 1px solid;
	border-top: none;
	min-height: 400px;
}




a img {
	border: none;
}

.gallery {
	position: relative;
}	

.gallery div.bar {
	position: absolute;
	bottom: 4px;
	left: 0px;
	display: block;
	width: 620px;
	height: auto;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	opacity: .8;
	padding: 5px 10px;
	color: #fff;
}

.gallery div.bar2 {
	position: absolute;
	bottom: 3px;
	left: 0px;
	display: block;
	width: 340px;
	height: auto;
	background-color: #000;
	padding-left: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	opacity: .80;
	color: #fff;
}
.gallery div.bar2 a {
	float: right;
	margin-top: -17px;
}

.gallery a, .gallery a:visited, .gallery a:hover, .gallery a:active {
/*	color:#fff;*/
}

.gallery div.bar2 a img {
	border: #650000 1px solid;
}

.galleries {
	position: relative;
}
.gallerycontainer {
	position: relative;
	display: block;
	height: 360px;
	margin-top: 20px;
}
.gallerycontainer2 {
	position: relative;
	display: block;
	height: 250px;
	margin-top: 20px;
}
.galleryleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
.galleryright {
	position: absolute;
	top: 0px;
	right: 0px;
}
.galleries #escape, .galleries #eximion, .galleries #lunch {
	position: relative;
	width: 348px;
	height: 217px;
	
}
.galleries #escape a {
	border: none;
	display: block;
	position: absolute;
	width: 348px;
	height: 217px;
	background: #000 url("../img/escape1.jpg") no-repeat;
}

.galleries #eximion a {
	border: none;
	display: block;
	position: absolute;
	width: 348px;
	height: 217px;
	background: #000 url("../img/eximion1.jpg") no-repeat;
}
.galleries #lunch a {
	border: none;
	display: block;
	position: absolute;
	width: 348px;
	height: 217px;
	background: #000 url("../img/lunchroom1.jpg") no-repeat;
}

table td {
	vertical-align: top;
}

table.lines {
	border-collapse: collapse;
	border: #fff 1px solid;
}

table.lines td, table.lines th {
	border: #fff 1px solid;
}

.blah {
	float: left;
}

table.werkervaring, table.opleidingen {
	width: 100%;
}

table.werkervaring td.tijd, table.opleidingen td.tijd {
	text-align: right;
}

table.personalia td, table.talen td, table.talen th, table.vaardigheden td, table.vaardigheden th {
	padding: 0px 100px 0px 0px;
}


