/*	lichtbruin: #ccbea8
	donkerblauw: #002a66;
	lichtblauw: #3b618e;

*/

html, body {
	background: #ccbea8;
	margin:0px;
	padding:0px;
	font-family: Georgia, Trebuchet ms,verdana,sans-serif;
	font-size:11px;
}
body{
	scrollbar-3dlight-color:#002a66; 
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#002a66; 
	scrollbar-darkshadow-color:#002a66; 
	scrollbar-face-color:#002a66; 
	scrollbar-highlight-color:#002a66; 
	scrollbar-shadow-color:#002a66;
	scrollbar-track-color:#ffffff;
}
h1{
	font-family: Georgia, Trebuchet ms,verdana,sans-serif;
	font-size:19px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
	color:#002a66;
}
h2{
	font-family: Georgia, Trebuchet ms,verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	color:#002a66;
}

#page_holder{
	background-image: url(img/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	margin-top:30px;
}
#site_holder{
	background-color:#FFFFFF;
	width:970px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
}
#beeld_holder{
	background: #ffffff url(img/bg-ani.gif);
	background-position: left top;
	background-repeat:repeat-x;
	width:330px;
	height:550px;
	float:left;
}

#logo-content_holder{
	background-color:#FFFFFF;
	width:640px;
	height:550px;
	float:left;
}
	#menu_holder{
		background-color:#3b618e;
		width:640px;
		height:30px;
	}
	#logo_holder{
		background-color:#3b618e;
		width:170px;
		height:520px;
		float:left;
	}
		#logo{
			background: #ffffff url(img/logo.gif);
			background-position: center center;
			background-repeat:no-repeat;
			width:170px;
			height:280px;
		}
		#adres{
			width:170px;
			height:250px;
			color:#ffffff;
		}
		#adres_space{
			width:120px;
			margin-top:20px;			
			margin-left:auto;
			margin-right:auto;
			color:#00132a;
			line-height:18px;
		}
		#adres_space .mail_link{
			color:#00132a;
		}
		#adres_space .mail_link:hover{
			color:#ffffff;
		}
		
	#content_holder{
		width:470px;
		height:520px;
		float:left;
		background-image: url(img/bg2.jpg);
		background-position: bottom left;
		background-repeat:no-repeat;
	}
	#content_holder_space{
		width:430px;
		height:450px;
		margin-top:50px;
		margin-left:auto;
		margin-right:auto;
		padding-right:10px;
		line-height:20px;
		color:#666;
		float:right;
		overflow-x:hidden;
		overflow-y:auto;
	}
	.img_divider{
		text-align:center;
		margin-top:2px;
		width:370px;
	}
	
	
.link_normal{
	height:30px;
	float:left;
	padding:0px 10px;
}	
.link_normal:hover{
	background-color:#00132a;
	height:30px;
	float:left;
	padding:0px 10px;
}
.div_link_actief{
	background-color:#00132a;
	height:30px;
	float:left;
	padding:0px 10px;
	color:#ffffff;
}

a.link_actief, a.link_actief:active, a.link_actief:visited a.link_actief:hover{
	color:#FFFFFF;
	line-height:30px;
	text-decoration:none;
	display:block;
	padding:0px 10px;
	text-transform:uppercase
}
		
a.link, a.link:active, a.link:visited a.link:hover{
	color:#FFFFFF;
	line-height:30px;
	text-decoration:none;
	display:block;
	padding:0px 10px;
	text-transform:uppercase
}
a.link:hover{
	color:#FFFFFF;
	line-height:30px;
	text-decoration:none;
	display:block;
}


p { line-height: 18px;}


/*--------------------------------------- slider portfolio -----------------------*/

.hidden
{
display: none;
}

#prevNext
{
	position:absolute;
	top:280px;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
margin-left:10px;
}
p.caption{
	margin:0px;
	height:30px;
	color:#ffffff;
	line-height:30px;
	text-indent:10px;
	background-color:#00132a;
}




