*
{
	font-family:Arial, Helvetica, sans-serif;
}

html,
body
{
	margin:0px;
	padding:0px;
	color:#696969;
}

#container
{
	width:994px;
	margin:27px auto 0px auto;
	position:relative;
}

#header
{
	width:994px;
	height:190px;
	background-image:url(/shared/images/custom/header_bg.jpg);
	background-repeat:no-repeat;
}

#container.maardanmeteenanderefoto #header
{
	background-image:url(/shared/images/custom/header_bg_simpsons.jpg) !important;
}

#container.headerhomepage #header
{
	background-image:url(/shared/images/custom/header_bg.jpg) !important;
	height:260px !important;
}

#navmenu
{
	width:994px;
	height:46px;
	background:none;
}

#container.headerhomepage #navmenu
{
	background-image:url(/shared/images/custom/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#navmenu a
{
	display:block;
	height:26px;
	padding:16px 8px 0px 8px;
	margin:0px 30px;
	font-size:10pt;
	color:#60346e;
	background-color:#ffffff;
	text-decoration:none;
}

#navmenu .subitem a
{
	border-top:1px solid #e4e4e4;
}


#navmenu .subitem
{
	width:250px;
}

#navmenu li a
{
	border-bottom:4px solid #ffffff;
}
#navmenu li a.selected,
#navmenu li:hover a
{
	border-bottom:4px solid #60346e;
}
#navmenu li:hover li a
{
	border-bottom:4px solid #ffffff;
}
#navmenu li:hover li a:hover
{
	border-bottom:4px solid #60346e;
}

#navmenu,
#navmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	white-space: nowrap;
	z-index:999;
}

#navmenu a {
	display: block;
	text-decoration: none;
}

#navmenu li {
	float: left;
	margin-bottom: 0;
}

#navmenu li a span {
	visibility: hidden;
}

#navmenu li ul {
	position: absolute;
	visibility: hidden;
}

#navmenu li ul li {
	clear: both;
	vertical-align: center;
}

#navmenu li ul li a {
	display: block;
	text-decoration: none;
}


#navmenu li:hover ul,
#navmenu li.sfhover ul {
	visibility: visible;
}

























#body
{
	width:994px;
	background-image:url(/shared/images/custom/main_bg_small.png);
	background-repeat:no-repeat;
	padding:46px 22px 16px 22px;
	font-size:9pt;
	line-height:14pt;
}

#container.headerhomepage #body
{
	background-image:url(/shared/images/custom/main_bg.png);
	background-repeat:no-repeat;
}

#body .content_right
{
	float:left;
	width:460px;
	text-align:justify;
	padding-top:18px;
}

#body .content_left
{
	float:left;
	width:310px;
	text-align:justify;
	margin-right:20px;
}

#body .collectie_thumbs
{
	float:left;
	width:650px;
	text-align:justify;
}

.photo_album_thumb_tekst
{
	float:left;
	display:block;
	margin-right:20px;
	margin-bottom:17px;
	font-size:10pt;
	color:#60346e;
	text-decoration:none;
	cursor:pointer;
}

.photo_album_thumb_container
{
	display:block;
	width:113px;
	height:113px;
	padding:10px;
	border:1px solid #d8d8d8;
	background-color:#ffffff;
	margin-bottom:3px;
}

.photo_album_thumb_container:hover
{
	background-color:#60346e;
}

.photo_album_thumb_container .photo_album_thumb
{
	width:113px;
	height:113px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
}



#footer
{
	border-top:1px solid #f2f2f2;
	width:994px;
	padding-top:10px;
	text-align:center;
}

#footer span
{
	color:#a89bab;
	font-weight:bold;
	font-size:8pt;
	margin:0px 40px;
}

#footer span a
{
	color:#a89bab;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#footer span a:hover
{
	text-decoration:underline;
}

#footer a.credits
{
	color:#d2d2d2;
	font-size:8pt;
	text-decoration:none;
}

#footer a.credits:hover
{
	color:#808080;
	text-decoration:underline;
}

.photo_album_big
{
	border:1px solid #d8d8d8;
	padding:10px;
}

.pa_left
{
	margin-right:25px;
	float:left;
}

.pa_left_collectie
{
	margin-right:45px;
	float:left;
	height:390px;
}

.subcollectie
{
	cursor:pointer;
	height:135px;
}
.subcollectie:hover
{
	background-color:#f7eff9;
}

.subcollectie img
{
	padding:10px;
	border:1px solid #d8d8d8;
	background-color:#ffffff;
	width:113px;
	height:113px;
	float:left;
}

.subcollectie div
{
	float:left;
	position:relative;
	width:305px;
	padding:3px 0px 0px 15px;
	height:130px;
}

.subcollectie a.read_more
{
	display:block;
	position:absolute;
	right:0px;
	bottom:3px;
	text-decoration:none;
	width:11px;
	height:8px;
	background-image:url(/shared/images/custom/read_more_arrow.gif);
	background-repeat:no-repeat;
}


#referenties
{

}

.ref_left
{
	float:left;
	width:225px;
	border-right:1px solid #d8d8d8;
	margin-right:25px;

}

.ref_left a
{
	color:#696969;
	text-decoration:none;
}

.ref_left a:hover
{
	color:#000000;
}

.ref_left img
{
	margin-right:6px;
}

.ref_left .no_images
{
	visibility:hidden;
}

.ref_left .selected
{
	font-weight:bold;
	color:#60346e;
}

.ref_right
{
	float:left;
	width:220px;
	margin-top:35px;
}

#contactform
{

}

#contactform .input
{
	width:200px;
}
#contactform textarea
{
	width:250px;
	font-size:9pt;
}

.video
{
	height:316px;
	padding:6px;
	border:1px solid #d8d8d8;
}

.error
{
	color:#a00000;
	font-weight:bold;
}


h1
{
	color:#60346e;
	padding:0px;
	margin:0px;
	font-size:13pt;
}

h1 span
{
	color:#696969;
}

h3
{
	color:#60346e;
	padding:0px;
	margin:0px;
	font-size:9pt;
}

h4
{
	color:#60346e;
	padding:0px;
	margin:0px;
	font-size:10pt;
	font-weight:normal;
}

h5
{
	color:#696969;
	padding:0px;
	margin:0px;
	font-size:12pt;
}

h6
{
	color:#60346e;
	padding:0px;
	margin:0px;
	font-size:12pt;
}

strong
{
	color:#60346e;
}

img
{
	border:0px;
}

form
{
	margin:0px;
	padding:0px;
}

.hr
{
	width:100%;
	height:1px;
	background-color:#d8d8d8;
	margin:16px 0px;
}

.paars
{
	color:#60346e;
}

.clear
{
	clear:both;
}

a
{
	color:#60346e;
	text-decoration:underline;
}
