/* CSS Document */
#galleria{height:390px;}
#breadcrumb{
	text-align:right; padding:0px 15px 0 0;
	margin-top:-35px;
}
#bottomSpacer{
	height:135px; clear:both;
}
.woningaanbod{
background-color:#E3E7ED; 
padding:5px;
}
.woningaanbod_div{
cursor:pointer; 
margin:15px 3px 0px 3px; 
vertical-align:middle;
}
.woningaanbod_thumb{
margin:3px 0px 0px 0px;
}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #2D3541; /*bottom horizontal line that runs beneath tabs*/
background-color:#E3E7ED;
padding: 5px 3px 0px 3px;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 3px; /*offset of tabs relative to browser left edge*/
font: bold 13px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-bottom: none;
border-right: 1px solid #E3E7ED; /*right divider between tabs*/
color: white;
background: #2D3541; /*background of tabs (default state)*/
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #E3E7ED; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #2D3541;
}

.paging:link {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color:#000;
	border:#999 1px solid;
	padding-top:2px;
	padding-bottom:2px; 
	padding-left:6px; 
	padding-right:6px; 
	line-height:30px;
}

.paging:visited {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color:#000;
	border:#999 1px solid;
	padding-top:2px;
	padding-bottom:2px; 
	padding-left:6px; 
	padding-right:6px; 
	line-height:30px;
}

.paging:hover {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color:#000;
	border:#000 1px solid;
	padding-top:2px;
	padding-bottom:2px; 
	padding-left:6px; 
	padding-right:6px; 
	line-height:30px;
	background-color:#CCC;
}
.error { 
	padding:35px 5px 5px 5px;
	background: url(../images/error_32.png) no-repeat #FFE6DC;
	border:2px solid #FF0000;
}

.ok { 
	padding:35px 5px 5px 5px;
	background: url(../images/OK-32.png) no-repeat #E0FFDA;
	border:2px solid #00CC00;
}
.zoekForm {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #CCDDE7;
	padding:3px;
	background: #f7f7f7;
}
/* ____________________________ SLIDER HOMEPAGE ____________________________ */
	.h3{
		font-size:150%;
		font-weight:normal;
		margin:0;
		padding:0 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#containerSlider{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:610px;
		background:#2D3541;		
		margin-bottom:2em;
		height:145px;
		padding: 0 5px 0 5px;
		}	
	#headerSlider{
		height:40px;
		line-height:40px;
		background:#2D3541;
		color:#fff;
		}				
	#contentSlider{
		position:relative;
		}			

/* Easy Slider */
	#slider ul, #slider p{
	line-height: 120%;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:610px;
		height:97px;
		overflow:hidden;
		background: #2D3541;
		line-height: 100%;
		cursor:pointer;
color: #fff;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:5px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:610px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../../../views/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../../../views/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

