a, html, body, input, textarea, li, ul, p, table, td, tr {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.input {
	width: 300px;
	height: 20px;
	border: 1px solid #663d1d;
	color: #000;
}

.area {
	width: 300px;
	height: 100px;
	border: 1px solid #663d1d;
	color: #000;
}

.button {
	background: #663d1d;
	border: 1px solid #000;
	color: #fff;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #83501d;
	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #663d1d;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #fff;
	overflow: auto;
}

#wrapper {
	width: 1000px;
	height: 100%;
	background: #fff;
}

#schilderij {
	background: #999999 url(../images/schilderij.jpg) no-repeat left top;
	width: 200px;
}

#logo {
	width: 1000px;
	height: 81px;
	_height: 91px;
	background: #83501d;
	line-height: 22px;
	color: #fff;
	padding-top: 10px;
}

.logo {
	margin-bottom: 10px;
	margin-left: 20px;
	float:right;
	width: 200px;
	height: 71px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
}

#menu {
	line-height: 22px;
	color: #fff;
	border-bottom: 1px dashed #fff;
	width: 780px;
}

#menu a {
	padding-bottom: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
}

#menu a:hover {
	color: #000;
}

#submenu {
	line-height: 22px;
	color: #fff;
	width: 750px;
}

#submenu a {
	padding-bottom: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
}

#submenu a:hover {
	color: #000;
}

#topbalk {
	width: 800px;
	height: 30px;
	background: #663d1d;
	line-height: 30px;
	color: #fff;
}

#topbalk img {
	border: 1px solid #000;
	margin-top: 4px;
	margin-left: 10px;
}

.content {
	padding: 20px;
	width: 800px;
}

.content img {
	border: 6px double #b67e47;
	margin: 10px;
}

.content a {
	color: #663d1d;
	text-decoration: underline;
	font-weight: bold;
}

.content a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 30px;
	background: #663d1d;
	color: #fff;
	line-height: 30px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

h1, H1 {
	font-size: 20px;
	color: #663d1d;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}

h2, H2, .subkopje {
	font-size: 16px;
	color: #663d1d;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3, H3 {
	font-size: 13px;
	color: #663d1d;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.border_left_bruin {
	border-left: 1px solid #663d1d;
	border-top: 1px solid #663d1d;
}

.border_boven_bruin {
	border-left: 1px solid #663d1d;
	border-top: 1px solid #663d1d;
}

.titelborder {
	background: #663d1d;
	color: #fff;
	font-weight: bold;
}

.titelborder2 {
	background: #663d1d;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #663d1d;
}








.kaderfotos {
	width: 160px;
	_width: 180px;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 10px;
	float: left;
	height: 200px;
	text-align: center;
	background: #663d1d;
	border: 1px solid #b55800;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

.kaderfotos img {
	margin: 0px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.kaderfotos strong {
	color: #fff;
	text-decoration: none;
}
#image_wrap {
    width:500px;
	float: left;
	border: 1px solid #663d1d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #ccc;
	margin-right: 5px;
}

#image_wrap img {
	padding: 0px;
	margin: 0px;
}

div.scrollable {
    position:relative; 
    overflow:hidden; 
    width: 227px;
	height: 350px;
	background: #663d1d;
	border: 1px solid #663d1d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
} 
 
div.scrollable div.items div {
}

div.item {
	float: left;
	background: none;
	margin-left: 5px;
	margin-top: 10px;
}

div.item img {
	margin-bottom: 5px;
}

div.item ul {
	margin: 0px;
	padding: 0px;
}

div.item li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 110px;
}

.buttonsfoto {
	width: 227px;
	height: 30px;
	_height: 40px;
	float: left;
	background: #663d1d;
	border: 1px solid #663d1d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#tooltip { 
    display:none;
    background: #222;
    padding:10px;
	border: 1px solid #b55800;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

#tooltip img {
	margin: 0px;
	border: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
}
