@import url(navigatie.css);

* { padding: 0; margin: 0; }

body {
	background: white;
	color: white;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

#controller {
	display: block;
	background-color: #F4F2EE;
	cursor: pointer;
	margin-left: 14px;
	margin-right: 14px;
	padding: 10px;
	color: #CABFA8;
	font-size: 9px;

}

#controller_foto {
	display: none;
	background-color: #F4F2EE;
	cursor: pointer;
	margin-left: 14px;
	margin-right: 14px;
	padding: 10px;
	color: #CABFA8;
	font-size: 9px;

}

#controller ul {
  margin-left: 15px;
  border-left: 1px dotted #CABFA8;
  width: 800px;
  display: block;
	background-color: #F4F2EE;
}

#controller li {

}

#controller ul li {
  float: left;
  width: 255px;  
 	display: inline;	
	border-right: 1px dotted #CABFA8;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
	background-color: #F4F2EE;
}

.clearFloat {
	clear: both;
}



#content h2 {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#content p {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 8px;
}

#content a {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

#content a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}


#wrap { 
	display: block;	
 	margin: 0 auto; 
 	width: 854px; 
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 113px;
}

#header_contact {
	background-image: url(../images/header-contact.jpg);
	background-repeat: no-repeat;
	height: 168px;
}

#header_foto {
	background-image: url(../images/header-foto.jpg);
	background-repeat: no-repeat;
	height: 168px;
}

#content {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	height: 560px;
	padding-left: 27px; 
	padding-right: 27px; 
}

#kader {
	background-image: url(../images/kader.jpg);
	background-repeat: no-repeat;
	height: 420px;
	padding-left: 27px; 
	padding-right: 27px; 
}

#kader_foto {
	background-image: url(../images/kader-foto.jpg);
	background-repeat: no-repeat;
	height: 420px;
	padding-left: 27px; 
	padding-right: 27px; 
}

#slides {
	position: relative;
}

#prevNext {
	position: relative;
	padding-bottom: 12px;
	width: 806px;
	text-align: right;
}

#prevNext img {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.project{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 576px;
	height: 370px; 		
}

.project img { background: url(../images/loading.gif) no-repeat 50% 50%; }

.kader {
	float: left;
	margin: 0;
	padding: 0px;
	background: #7a6a49;
	padding-left: 4px;
	width: 220px;
}

.kader h2 {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.kader p {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 8px;
}

.kader a {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

.kader a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.left{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	width: 500px;
	height: 370px; 
	
}
.right {
	float: left;
	margin: 0;
	padding: 0px;
	padding-top: 4px;
	background: #7a6a49;
	width: 300px;
}

#clearer {
	clear: both;
}

#footer {
	padding: 0;
	padding-top: 20px;
	padding-left: 15px;
	margin: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 829px;
}

#footer p {
	color: #7A6A49;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 8px;
}

#footer a {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

#footer a:hover {
	color: #7A6A49;
	font-weight: bold;
	text-decoration: none;	
}

a img {	
	border: 0;
}

.hidden {
display: none;
}

address {
	font-weight: normal;
	font-style: normal;
	padding-bottom: 8px;
}

/* --- contact */

form {
	
}

form * {
	
}

form label {
	display: block;
}

form input {
	border: 1px solid #a4aeb5;
	padding: 0 0 0 5px;
	margin: 0;
	width: 292px;
	height: 20px;
	background: #fff url(../images/input_bg.png) repeat-x;
}

form input:focus {
	border: 1px solid #014073;
}

form textarea {
	border: 1px solid #a4aeb5;
	padding: 3px 1px 1px 3px;
	margin: 0;
	width: 293px;
	height: 120px;
	overflow: auto;
	background: #fff url(../images/input_bg.png) repeat-x;
}

form textarea:focus {
	border: 1px solid #014073;
}

form p {
	
}

form p.error {
	
}

form p.error input {
	width: 290px;
	border-width: 2px;
	border-color: #f00;
}

form p.error textarea {
	width: 291px;
	border-width: 2px;
	border-color: #f00;
}

form button {
	padding: 4px;
	margin: 0 0 0 auto;
	display: block;
	border: 1px solid #a4aeb5;
	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;
	cursor: pointer;
}

form button:active {
	background: #fff url(../images/input_bg.png) repeat-x 0 0;
}


