@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
	border:0;
	padding:0px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color:#BFBCA9;
	height:100%;
	text-align:center;
}
#distance{
	width: 1px;
	height: 50%;
	float:left;
	margin-bottom: -250px;
}
#main{
	width:950px;
	height:500px;
	margin: 0 auto;
	background-color:#846E74;
	position:relative;
	text-align:left;
	clear:left;
}
#logo{
	display:block;
	float:left;
	margin-left:20px;
	margin-top:18px;
	position:relative;
	width:65px;
}
#logo_img{
	border:0;
}
#menu{
	background-color:#998D90;
	float:left;
	padding-left:25px;
	width:110px;
	height:500px;
	white-space:nowrap;
}
#menu ul{
	margin-top:245px;	
}
#menu li{
	float:left;
	list-style-type:none;
	list-style:none;
	display:block;
	width:100px;
}
#menu a{
	text-decoration:none;
	font-size:16px;
	display:block;
	padding-bottom:21px;
	white-space:nowrap;
	outline:none;
}
#menu a:hover, #menu a.active{
	color:#fff;
	text-decoration:none;
	white-space:nowrap;

}
#content_frame{
	position:relative;
	float:left;
	width:615px;
	margin-top:30px;
	margin-left:60px;
}
#content{
	position:relative;
	width:485px;
	float:left;
	height:470px;
	overflow:hidden;
}
#content_schilderijen{
	position:relative;
	width:615px;
	float:left;
	height:375px;
}
#content_foto{
	position:relative;
	float:right;
	widows:130px;	
}
h1{
	font-weight:normal;
	font-size:20px;
	padding-bottom:12px;
}
h2{
	font-weight:normal;
	font-size:15px;
	padding-top:8px;
	padding-bottom:6px;
}
p{
	font-size:12px;
	line-height:20px;
	text-align:justify;
	width:400px;
	padding-bottom:12px;
}

#footer{
	display:none;
	clear:both;
	position:relative;
	padding-top:8px;
	margin:50px auto;
	width:980px;
}
#footer span{
	font-size:11px;
}
#footer span.footer_left{
	margin-left:20px;
	float:left;	
}
#footer span.footer_right{
	float:right;	
	margin-right:20px;
}
a{
	color:#d1d1d1;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.active{
	text-decoration:underline;
}
.clear{
	clear:both;
}
#komma{
	margin-left:730px;
	margin-top:5px;
	z-index:-10;
}
#content a{
	color:#fff;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#schilderijen_menu{
	float:left;
	width:615px;
	height:85px;	
}
#schilderijen_menu li{
	
	display:block;
	float:left;
	height:12px;
	margin-right:60px;
	width:75px;
	text-align:center;
	list-style:none;
}
#schilderijen_menu li.last{
	margin-right:0px;
}
#schilderijen_menu li a{
	border:1px solid #FFFFFF;
	position:relative;
	padding-bottom:28px;
	padding-top:26px;
	display:block;
}
#schilderijen_menu li a:hover,#schilderijen_menu li a.active{
	text-decoration:none;
	background-color:#fff;
	color:#846E74;
}
#foto_schilderij{
	float:left;
	width:400px;
	height:300px;
	margin-top:2px;
	overflow:hidden;
}
#tekst_schilderij{
	margin-left:15px;
	float:left;
	width:200px;
}
#tekst_schilderij li{
	list-style:none;
	padding-bottom:10px;
}
#tekst_schilderij li a:hover{
	text-decoration:underline;
	color:#fff;
}

#overzicht_schilderijen li{
	display:block;
	float:left;
	background-color:#CCC;
	width:80px;
	height:60px;
	margin-right:27px;
	margin-bottom:20px;
	list-style:none;
	overflow:hidden;
}
#overzicht_schilderijen li.last{
	margin-right:0px;
}



