*{
	margin: 0;
	padding: 0;
	
}

body,html{
	height: 100%;
}


body{
	background: #FFFFFF url(../img/bg.jpg) repeat-y;
	background-position: 240px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #111111;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #9d0d15;
}

a:hover{
	text-decoration: none;
	color: #111111;
}

a:active, a:focus{
	outline:0;
}

h1{
	font-weight: normal;
}

.titel{
	/* jquery */
	display: none;	
	/* jquery */
	height: 35px;
	text-align: left;
	font-size: 16px;
	position: fixed;
	top: 0px;
	left: 0px;
	

}

.titel a{
	color: #3d3d3d;

	margin: 0 auto 0 auto;
	text-align: left;

}





#info{
	position: fixed;
	width:215px;
	float:left;
	top: 25%; 
	left: 0px;
	text-align: right;
	text-shadow:1px 1px 2px #DDDDDD;
}

#sitewordtopnieuw{
	/* jquery */
	display: none;	
	/* jquery */
	position: absolute;
	top: 25%;
	left: 260px;
	background: transparent url(../img/gewerkt.png) no-repeat top left;
	width: 20px;
	height: 305px;
	z-index: 100;
}

.kleurblok{
	/* jquery */
	display: none;	
	/* jquery */
	width: 52px;
	height: 70px;
	position: fixed;
	top: 0px;
	left: 246px;
}

.kleurblok#kleur1{
	background: transparent url(../img/01.png) repeat top left;
}

.kleurblok#kleur2{
	background: transparent url(../img/02.png) repeat top left;
}

.kleurblok#kleur3{
	background: transparent url(../img/03.png) repeat top left;
}

.kleurblok#kleur4{
	background: transparent url(../img/04.png) repeat top left;
}

.kleurblok#kleur5{
	background: transparent url(../img/05.png) repeat top left;
}


#ondertussen{
	/* jquery */
	display: none;	
	/* jquery */
	width: 100px;
	height: 20px;
	position: fixed;
	left: 33%;
	top: 30px;
	float: left;
	color: #555555;
	font-size: 14px;
	color: #191919;
}







#overlay{
	/* jquery */
		display: none;
		cursor: pointer;
	/* jquery */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-image: url(../img/overlay.png);
	text-align: center;
}
	
.lightbox{
	/* jquery */
	display: none;	
	/* jquery */
	z-index: 3000;
	position: absolute;
	height: 421px; 
	width: 758px;
	margin: 0px 0px 0px -400px;
	top: 20%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #000000;
	border: 1px solid #414141;
	overflow: auto;
}

.lightbox_button{
	height: 20px;
	width: 758px;
	text-align: right;
}

.lightbox_button a{
	color: #222222;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 50px;
	float: right;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}

.lightbox_content{
	margin: 0px 0px 0px 30px;
	width: 698px;
	height: 365px;
	float: left;
	/* jquery */
	display: none;
	/* jquery */
}

.lightbox_links{
	width: 190px;
	height: 365px;
	float: left;
}

.lightbox_text{
	width: 190px;
	height: 335px;
	float: left;
	color: #ebebeb;
}

.lightbox_nav{
	width: 42px;
	float: right;
	text-align: right;
	height: 20px;
}

.lightbox_nav span{
	width: 20px;
	height: 12px;
	display: block;
	float: left;
}

.lightbox_nav span.prev_dark{
	background: transparent url(../img/prev_dark.gif) no-repeat top right;
}

.lightbox_nav span.next_dark{
	background: transparent url(../img/next_dark.gif) no-repeat top right;
}

.lightbox_text h1{
	font-size: 25px;
	font-weight: normal;
}

.lightbox_text p{
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 11px;
}

.lightbox_text a{
	color: #00b9e9;
}

.lightbox_text a:hover{
	color: #FFFFFF;
}

.lightbox_img{
	width: 487px;
	height: 365px;
	float: right;
	background: #646464;
}

.lightbox_img img{
	
}





