body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #3e3d40;
}

.clear {
	clear: both;
}

h1 {
	font-size: 15px;
	color: #c9b793;
	text-transform: uppercase;
	font-weight: bold;
}

h2, h3 {
	font-size: 13px;
	color: #2f2f31;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: #776f5b;
	text-decoration: none;
}

a:hover {
	color: #776f5b;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

.red {
	color: #db002f;
}

.brown {
	color: #624a18;
}

#wrapper {
	width: 100%;
}

#container {
	display: block;
	width: 725px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header {
	position: relative;
	display: block;
	width: 725px;
	height: 255px;
	border-top: 3px solid #fff;
	background-color: #fff;
}

#logo {
	position: absolute;
	display: block;
	width: 180px;
	height: 260px;
	top: 30px;
	left: -70px;
	z-index: 99;
}

#photo_container {
	display: block;
	position: relative;
	float: left;
	width: 735px;
	height: 255px;
	z-index: 1;
}

#photo1, #photo2, #photo3 {
	display: block;
	position: relative;
	float: left;
	width: 165px;
	height: 165px;
}

#photo1 img, #photo2 img, #photo3 img {
	display: none;
	position:absolute;
	z-index: 1;
	top:0; left:0;
}

#header_img_zoom
{
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	z-index: 160;
}

div.header_img_titel
{
	display: block;
	position: relative;
	font-weight: bold;
	padding-top: 5px;
	font-size: 11px;
	height: 15px;
	color: #624a18;
	text-align: right;
}

#header_bottom {
	display: block;
	width: 725px;
	height: 30px;
	background-color: #2f2f31;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: right;
}

#header_bottom img {
	margin: 4px 15px 0 0;
}

#content_container {
	display: inline-block;
	position: relative;
	width: 725px;
	background-color: #b4aea1;
	background-image: url(/images/bg_container.png);
	background-repeat: repeat-y;
	border-bottom: 3px solid #fff;
	margin: 0 0 30px 0;
}

#menu {
	display: inline-block;
	float: left;
	width: 184px;
	font-size: 12px;
}

#menu ul {
	margin: 30px 0 0 0;
	padding: 0;
	width: 184px;
	list-style: none;
	text-transform: uppercase;
}

#menu ul li {
	margin: 0 0 4px 0;
}

#menu ul li a {
	display: block;
	width: 154px;
	padding: 4px 10px 4px 20px;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active {
	text-decoration: none;
	background-color: #776f5b;
}


#menu ul li ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#menu ul li ul li {
	margin: 0 0 4px 0;
}

#menu ul li ul li a {
	display: block;
	width: 144px;
	padding: 4px 10px 4px 30px;
	color: #2f2f31;
	text-decoration: none;
}

#menu ul li ul li a:hover, #menu ul li ul li a.active {
	color: #fff;
	background-color: #a7a192;
	text-decoration: none;
}

#social {
	float: left;
	margin: 10px 0 20px 13px;
}

	#social #fb_title {
		text-transform: uppercase;
		color: #776f5b;
		margin: 0 0 10px;
	}
	
	#social #fb_icon {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		width: 20px;
		height: 20px;
		background-image: url(../images/facebook.jpg);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	#social #fb_button {
		float: left;
		width: 130px;
		height: 22px;
		overflow: hidden;
	}

#metafoor {
	margin: 30px 0 0 0;
}

#metafoor a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#metafoor a:hover {
	color: #624a18;
	text-decoration: none;
}

#content {
	display: block;
	float: left;
	width: 518px;
	padding: 30px 10px;
	line-height: 20px;
}

#footer {
	display: block;
	width: 800px;
	height: 20px;
	margin: 5px 10px 20px 10px;
	font-size: 11px;
	text-align: right;
	color: #624a18;
}

#footer a {
	color: #624a18;
	text-decoration: none;
}

#footer a:hover {
	color: #624a18;
	text-decoration: underline;
}

#footer span {
	display: inline-block;
	width: 15px;
}

#caseverde {
	display: block;
	float: left;
	font-size: 10px;
	color: #C2B291;
}

#caseverde a {
	color: #C2B291;
	text-decoration: none;
}

#caseverde a:hover {
	color: #C2B291;
	text-decoration: underline;
}

#form_box {
	width: 100%;
	margin-top: 10px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
	width: 100%;
	height: 25px;
	display: table;
}

#form_box div input.veld {
	width: 390px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #624a18;
}

#form_box div input.veld2 {
	width: 200px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #624a18;
}

#form_box div input.button {
	width: 204px;
	background-color: #FFFFFF;
	border: 1px solid #624a18;
}

#form_box div textarea.tekstveld {
	width: 392px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #624a18;
}
 
#form_box p {
	float: left;
	margin: 0px 0pt;
	width: 120px;
}

#verzenden {
	width: 100%;
	text-align: left;
}
 
 
#log {
	width: 100%;
}

#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

input, textarea, select, submit
{
	color: #000000;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #624a18;
}

/*********** scrollable portfolio images ***********/

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 725px;
	height: 255px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	width: 725px;
	height: 255px;
	border-right: 3px solid #fff;
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	display: inline;
	float: right;
	height:8px;
	text-align: right;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor: pointer;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}
