/****************************************************************************/
/************************* CASCADING STYLE SHEET INTEX **********************/
/****************************************************************************/

html,
body {
	background:url(images/bg.png) #1f421d repeat-x;
	font-family:"Tahoma, Arial";
	line-height:18px;
	font-size:16px;
	color:#e3e1d8;
	height:100%;
	padding:0;
	margin:0;
}

/****************************************************************************/
/********************************* CONTAINER ********************************/
/****************************************************************************/

#container {
	background:url(images/container.jpg) top center no-repeat;
	position:relative;
	min-height:100%;
	margin:0 auto;
	width:100%;
}

body.home #container {
	background:url(images/container_home.jpg) top center no-repeat;	
}

/****************************************************************************/
/*********************************** HEADER *********************************/
/****************************************************************************/

#header {
	padding:137px 0 0 0;
	position:relative;
	margin:0 auto;
	height:66px;
	width:860px;
}

#header .header_img {
	position:absolute;
	left:0;
	top:0;
}

/****************************************************************************/
/************************************ MENU **********************************/
/****************************************************************************/

#header ul.menu {
	list-style-type:none;
	width:860px;
	padding:0;
	margin:0;
}

#header ul.menu li {
	text-indent:-6000px;
	float:left;
}

#header ul.menu li a {
	display:block;
	height:33px;
}

#header ul.menu li.tuin_landschapsarchitectuur a {
	background:url(images/menu_tuin_landschapsarchitectuur.png) no-repeat;
	width:207px;
}

#header ul.menu li.interieurarchitectuur a {
	background:url(images/menu_interieurarchitectuur.png) no-repeat;
	width:153px;
}

#header ul.menu li.jacuzzis_saunas a {
	background:url(images/menu_jacuzzis_saunas.png) no-repeat;
	width:122px;
}

#header ul.menu li.immo a {
	background:url(images/menu_immo.png) no-repeat;
	width:53px;
}

#header ul.menu li.contact a {
	background:url(images/menu_contact.png) no-repeat;
	width:66px;
}

#header ul.menu li.current a,
#header ul.menu li a:hover {
	background-position:left bottom;
}

/****************************************************************************/
/*********************************** SUBMENU ********************************/
/****************************************************************************/

#header ul.submenu {
	list-style-type:none;
	clear:both;
	padding:0;
	margin:0;
}

#header ul.submenu li {
	padding-top:9px;
	color:#24481d;
	float:left;
}

#header ul.submenu li a {
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	color:#24481d;
}

#header ul.submenu li.current a,
#header ul.submenu li a:hover {
	color:#fff;
}

/****************************************************************************/
/************************************ BODY **********************************/
/****************************************************************************/

#body {
	padding:0 0 140px 0;
	position:relative;
	min-height:430px;
	margin:0 auto;
	width:860px;
}

#body h1 {
	margin:35px 0 10px 0;
	text-indent:-6000px;
	display:block;
	padding:0;
}

#body h1.tuinarchitectuur_aanleg {
	background:url(images/h1_tuinarchitectuur_aanleg.png) no-repeat;
	height:69px;
	width:340px;
}

#body h1.contact {
	background:url(images/ttl-contact.png) no-repeat;
	height:69px;
	width:425px;
}

#body h1.contact {
	background:url(images/ttl-contact.png) no-repeat;
	height:69px;
	width:425px;
}

#body h1.tuinontwerp {
	background:url(images/ttl-tuinarchitectuurontwerp.png) no-repeat;
	height:69px;
	width:425px;
}

#body h1.tuinaanleg {
	background:url(images/ttl-tuinarchitectuuraanleg.png) no-repeat;
	height:69px;
	width:425px;
}

#body h1.tuinonderhoud {
	background:url(images/ttl-tuinarchitectuuronderhoud.png) no-repeat;
	height:69px;
	width:425px;
}

#body h1.tuinrealisaties {
	background:url(images/ttl-tuinarchitectuurrealisaties.png) no-repeat;
	height:69px;
	width:425px;
}

#body h1.sauna-jacuzzi {
	background:url(images/ttl-jacuzzi.png) no-repeat;
	height:69px;
	width:425px;
}

#body a img {
   border:1px solid #FFFFFF;
}

/****************************************************************************/
/*********************************** WELKOM *********************************/
/****************************************************************************/

#body .welkom {
	padding:206px 0 0 48px;
	font-weight:bold;
	font-size:14px;
	width:460px;
	color:#fff;
}

#body .welkom a.tuin_landschap,
#body .welkom a.interieur,
#body .welkom a.jacuzzis_saunas {
	text-indent:-6000px;
	margin-bottom:20px;
	cursor:pointer;
	display:block;
	height:130px;	
	float:left;
}

#body .welkom a.tuin_landschap {
	background:url(images/welkom_tuin_landschap.png) no-repeat;
	margin-right:10px;
	width:147px;
}

#body .welkom a.interieur {
	background:url(images/welkom_interieur.png) no-repeat;
	margin-right:10px;
	width:155px;
}

#body .welkom a.jacuzzis_saunas {
	background:url(images/welkom_jacuzzis_saunas.png) no-repeat;
	width:132px;
}

#body .welkom a:hover.tuin_landschap,
#body .welkom a:hover.interieur,
#body .welkom a:hover.jacuzzis_saunas {
        background-position:left bottom;
}

#body .welkom p {
	text-align:right;
	display:block;
}

/****************************************************************************/
/********************************** GALLERY *********************************/
/****************************************************************************/

#body .gallery {
	width:466px;
	float:left;
}

#body .gallery .afbeelding {
	background:url(images/gallery.png) no-repeat;
	margin-bottom:4px;
    padding-left:7px;
	padding-top:10px;
	height:378px;
	width:466px;
}

#body .gallery .afbeelding img {
	margin-bottom:10px;
}

#body .gallery .afbeelding span b {
	color:#a3b502;
}

#body .gallery .controls {
	padding:6px 55px 0 55px;
	background:#163114;
	position:relative;
	height:38px;
	width:356px;
}

#body .gallery .controls a.prev,
#body .gallery .controls a.next {
   text-indent:-6000px;
   position:absolute;
   display:block;
   height:35px;
   width:35px;
   top:5px;
}

#body .gallery .controls a.prev {
	background:url(images/gallery_prev.png) no-repeat;
	left:5px;
}

#body .gallery .controls a.next {
	background:url(images/gallery_next.png) no-repeat;
	right:5px;
}

#body .gallery .controls a:hover.prev,
#body .gallery .controls a:hover.next {
	background-position:left bottom;
}

#body .gallery .controls img {
	background:#163114;
	padding:2px;
}

#body .gallery .controls img:hover {
	background:#d4e700;
	padding:2px;
}

/****************************************************************************/
/********************************** SIDEBAR *********************************/
/****************************************************************************/

#body .sidebar {
	padding-right:20px;
	width:350px;
	float:right;
}

#body .sidebar p {
	margin-top:0;
}

#body .sidebar b {
	color:#d4e700;
}

/****************************************************************************/
/*********************************** FOOTER *********************************/
/****************************************************************************/

#footer {
	background:url(images/footer.png) repeat-x;
	position:absolute;
	height:112px;
	width:100%;
	bottom:0;
}

#footer .inner {
	padding-top:36px;
	line-height:16px;
	margin:0 auto;
	width:860px;
}

/****************************************************************************/
/********************************* COPYRIGHT ********************************/
/****************************************************************************/

#footer .copyright {
	font-size:14px;
	width:600px;
	color:#fff;
	float:left;
}

#footer .copyright b {
	background:url(images/footer_intex.png) 40px 0 no-repeat;
	display:block;
	color:#d4e700;
}

#footer .copyright .box {
	padding-right:20px;
	float:left;
}

#footer .copyright .box p {
	margin-top:0;
}

#footer .copyright .box a {
	text-decoration:none;
	color:#bbd900;
}

#footer .copyright .box a:hover {
	text-decoration:underline;
	color:#bbd900;
}

#footer .copyright .box span {
	color:#bbd900;
}

/****************************************************************************/
/********************************* WEBREGION ********************************/
/****************************************************************************/

#footer .webregion {
	font-weight:bold;
	color:#d4e700;
	float:right;
	margin:0;
}

#footer .webregion a {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}

#footer .webregion a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#fff;
}

/****************************************************************************/
/*********************************** OVERIG *********************************/
/****************************************************************************/

.clear {
	clear:both;
}

img {
	border:none;
}

.formulier 
{
	background: #FAFAFA;
	border: solid 1px #d4e700;
	color: #111111;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

a
{
  outline: none;
}

a.contact:link, a.contact:visited 
{
	text-decoration:underline;
	color: #d4e700;
}

a.contact:hover
{
	text-decoration:none;
	color: #d4e700;
}


/****************************************************************************/
/*********************************** SLIDER *********************************/
/****************************************************************************/

.graphic, #prevBtn, #nextBtn
{
 margin:0;
 padding:0;
 display:block;
 overflow:hidden;
 text-indent:-8000px;
}

#slider{}	

#slider ul, #slider li
{
 margin:0;
 padding:0;
 list-style:none;
 }

#slider li
{ 
 width:452px;
 height:339px;
 overflow:hidden; 
 }	

#prevBtn, #nextBtn
{ 
 display:block;
 width:35px;
 height:35px;
 position:absolute;
 left:71px;
 margin-top:2px;
 }	

#nextBtn
{ 
 left:350px;
 }														

#prevBtn a, #nextBtn a
{  
 display:block;
 width:35px;
 height:77px;
 background:url(images/gallery_prev.png) no-repeat 0 0;	
 }	

#nextBtn a
{ 
 background:url(images/gallery_next.png) no-repeat 0 0;	
 }	
