
/*BODY, ACHTERGROND LETTERTYPE, etc*/
body {
	background-color:#000;
	font-family:Trebuchet MS;
	font-size:12pt;
	margin:55px;
	padding:0;
	color:#FFFFFF;}

a {
	color:#000000;
}


	
/* WRAPPER */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px ;
	border:0;
	width: 800px;}


/* CONTAINER FAQ */
#container {
	width:800px;
	margin:auto;
	background-image:url(../images/bg.jpg);
	border:1px solid #CCCCCC;}
	
	
/*HEADER/BANNER*/
#header {
	background:url(../images/header.jpg) top left no-repeat #fff;
	background-color:#FFFFFF;
	width:800px;
	height:113px;
	margin:auto;
	padding:0;}
	
/*HEADER H1*/
.headerh1 {
	color:#000;
	margin:0;
	margin-left:60px;
	font-size:15pt;}
	
/*header text */
#header p {
	text-align:center;
	padding-top:40px;
	padding-left:430px;
	color:#000;
	font-size:11pt;
	font-style:italic;
}
/*NAVIGATIE*/
#nav {
	margin:auto 0;
	padding:0px;
	padding-left:140px;
	height:31px;
	width:660px;
	background:url(../images/nav.jpg) top;

}
/*NAVIGATIE*/
#nav li {
	list-style:none;
	margin:auto 0;
	display:inline;
}
/*NAVIGATIE*/
#nav li a {
	color:#fff;
	padding-left:14px;
	padding-right:10px;
	font-size:10pt;
	text-decoration:none;
	display:block;
	line-height:30px;
	float:left;
}
/*NAVIGATIErollover*/
#nav li a:hover {
	background:url(../images/nav_on.jpg) top ;
	height:31px;}


/*LINKS*/
#side-a {
	float: left;
	width: 151px;
	min-height:550px;
	background-color:#111111;
}
.back {
color:#FFFFFF
}

.left {
font-size:14px;
padding-top:5px;
text-align:center;
}

/*RECHTS*/
#side-b {
	float: right;
	width: 153px;
	min-height:550px;
	background-color:#111111;
}

.right {
font-size:14px;
padding-top:5px;
text-align:center;}


/*content*/
#content {
	float: left;
	width: 61%;
	color:#000000;
	background-color:#FFFFFF;	
}

/*copyright*/
#copyright {
	font-family:verdana;		
}

/*email*/
#email {
 	float:left;
	width: 153px;
	height:30px;
	background-color:#111111;
}



.faq {
padding-left:18px;
padding-right:10px;
line-height:16px;
font-size:14px;}

.main {
padding-top:4px;
padding-left:18px;
padding-right:8px;
padding-bottom:6px;
line-height:18px;
font-size:14px;}

.top{
font-size:16px;
font-weight:bold;
padding-top:10px;
padding-left:18px;
padding-right:10px;
line-height:20px;
}





#gallery{
	width:139px;
	height:200px;
	padding-top:0px;
	background:url(../images/gallery/1.jpg) top ;
	border-bottom:6px solid #A9A9A9;
	border-top:6px solid #A9A9A9;
	border-left:6px solid #A9A9A9;
	border-right:7px solid #A9A9A9;
	overflow:hidden;
	 }
	 
#gallery2 {
	width:139px;
	height:200px;
	padding-top:0px;
	background:url(../images/gallery/2.jpg) top ;
	border-bottom:6px solid #A9A9A9;
	border-top:6px solid #A9A9A9;
	border-left:7px solid #A9A9A9;
	border-right:8px solid #A9A9A9;
	overflow:hidden;
	 }



#photos {
width:465px;
height:170px;
float:left;
margin-left:13px;
padding-bottom:15px}

#photos2 {
width:465px;
height:220px;
float:left;
margin-left:13px;
padding-bottom:15px}


#contact-area {
	width: 400px;
	margin-top: 2px;
	margin-left:30px;
}

#contact-area input, #contact-area textarea {
	padding: 1px;
	width: 371px;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 40px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #000;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}


#imgbox {
	position:relative;
	margin-left:10px;
	margin-top:4px;
	width:140px;
	height:140px;
	float:left;
	top:10px;
	background-color:#fff;
	border:2px solid #111111;
	overflow:hidden;
}

#imgbox:hover {
border:2px solid #A9A9A9;}

#imgbox2 {
	position:relative;
	margin-left:10px;
	margin-top:4px;
	width:140px;
	height:200px;
	float:left;
	top:10px;
	text-align:center;
	border:2px solid #111111;
	overflow:hidden;
}


#imgbox2:hover {
border:2px solid #A9A9A9;}

#imgbox3 {
	position:relative;
	margin-left:10px;
	margin-top:4px;
	width:140px;
	height:170px;
	float:left;
	top:10px;
	text-align:center;
	background-color:#CCC;
	border:2px solid #111111;
	overflow:hidden;
}

#footer {
	background-color:#111111;
	padding:7px;
	text-align:center;
	font-size:12px;
}


.clear { 
  clear: both; 
  /* do NOT float me */ 
} 
 
