@charset "utf-8";
/* CSS Document */

#main{
	background-image:url(../images/bg_index.jpg);
	background-repeat:repeat-x;
	background-color:#e1e4ee;
	}
	
.swoosh{
	background-image:url(../images/swoosh_index.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	height:21px;
	}
	
#footer{
	background-image:url(../images/footerbg_index.jpg);
	background-repeat:repeat-x;
	background-color:#353b51;
	width:100%;
	min-height:377px;
  	height:auto !important;
  	height:377px;
	}


/* slider */

#container1, #container2, #container3, #container4{
	 position:relative;
	 width:388px;
	 /*height:183px;*/
	 height:181px;
	 margin-right:5px;
	 margin-bottom:8px;
	 }

  #bouwstijlen, #grondeninfo, #projecteninfo, #referenties {
	position:absolute;
    width: 388px;
    /*height: 183px;*/
	height:181px;
	left:0;
	top:0;
  }
    
#container1 span, #container2 span, #container3 span, #container4 span{
	position:absolute;
	height:36px;
	width: 380px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:0px;
	background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
	display:none;
	}
	
.bottom{
	left:0;
	bottom:4px;
	}	
	
.bottom h1{
	margin:0px;
	padding:0px;
	padding-left:15px;
	padding-top:5px;
	font-weight:bold;
	font-size:24px;
}

.sliderul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
.sliderul li{
	float:left;
	}	
