/*algemene tag-opmaak*/
body {
	color: #999;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin-top: 0px;
}
img {
	margin-right:10px;
	margin-bottom: 12px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
#projecten .tekstOver {
	color: #FFF;
}
#projecten .tekstOut {
	color: #999;
}
/*hoofdmenu*/
#bvw {
	position: absolute;
	top: 90px;
	padding-left: 0px;
	left: 29px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	z-index: 1;
}
#menu {
	padding-left: 0px;
	top: 90px;
	left: 400px;
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	z-index: 1;
}
#menu a:link {
	color: #333;
	text-decoration: none;
}
#menu a:hover {
	color: #999;
	text-decoration: none;
}
#menu a:visited {
	color: #CCC;
	text-decoration: none;
}
#menu a:active {
	color: #999;
	text-decoration: none;
}
#projecten {
	position: absolute;
	left: 28px;
	top: 116px;
	width: 900px;
	z-index:1;
}

#proj_index {
	position: absolute;
	left: 28px;
	top: 222px;
	height:1000px;
	width: 1500px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#proj_index p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}
#proj_index img {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#proj_indexThumbs {
	position: absolute;
	left: 28px;
	top: 585px;
	height:100px;
	width: 1600px;
	background-repeat: no-repeat;
	z-index: 1;
}
#proj_text {
	position: absolute;
	left: 28px;
	top: 700px;
	height:100px;
	width: 1600px;
	background-repeat: no-repeat;
}
#info {
	position: absolute;
	left: 28px;
	top: 130px;
	height:700px;
	width: 700px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
#info p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}
#thumb1 {
	position: absolute;
	display: inline;
	top: 0px;
}
#thumb2 {
	position: absolute;
	display: inline;
	top: 110px;
}
#thumb3 {
	position: absolute;
	display: inline;
	top: 220px;
}
#thumb4 {
	position: absolute;
	display: inline;
	top: 330px;
}

#t1 {

	
}
br {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* frontpage slideshow */

#slideshow{
	position: absolute;
	height:431px;
}
#slideshow DIV {
    position:absolute;
	left: 20px;
	top: 215px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
    z-index:8;
    opacity:0.0;
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
    height: 431px;
    display: block;
    border: 0;
}

#slideshow a:link img {
	text-decoration: none;
	border:none;
}
