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

	/* ARIAL FONTS 


	@font-face {
	 font-family: "Arial Rounded MT Bold";
	 src: url("/fonts/Arial_Rounded_MT_Bold.eot")
	}
	@font-face {
	 font-family: "Arial Rounded MT Bold";
	 src: url("/fonts/Arial_Rounded_MT_Bold.ttf")
	}

	h1, h2, h3, h4, h5, h6 { 
		font-family:"Arial Rounded MT Bold", sans-serif;
		font-weight:normal;
	}

	h1 { 
		color:#132664;
		font-size:14px;
	}
	
	h2 { 
		color:#132664;
		font-size:12px;

	}	
	
	*/
/* Reactie formulier */
label { 
	padding: 0 10px 0 0;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #596792;
	padding: 2px;
	margin-bottom: 2px;
}

#recaptcha_image {
	margin-top: 7px;
	background: #fff;
	padding: 4px;
	border: 1px solid #596792;
}

form#searchForm, input { padding:0; }

.noborder {
	border: 0;
}

.error {
	color: red;
}

/**
 * Styles for autocompleter..
 */
.ac_input {
	width: 240px;
}
.ac_results {
	color: #132664;
	background: #B9D300;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 100%;
	z-index: 101;
}
.ac_results ul {
	background: #B9D300;
	width: 240px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #666;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	xwidth:3000px;
	xheight:3000px;
}
.ac_results li {
	width: 230px;
	padding: 2px 5px;
}

.ac_results li i {
	color: #999;
}

.ac_results a {
	width: 100%;
}
.ac_loading {
	background : url('/gfx/indicator.gif') right center no-repeat;
}
.ac_over {
	background: #D6F145;
}

/* REGULAR BUTTONS */
	.plaats_btn {		
		background:#132664 url(/gfx/button_left.jpg) no-repeat;
		display:block;
		height:27px;
		float:left;
		cursor:pointer;
		text-decoration:none;
		clear:both;
	}
	
	.plaats_btn span {
		display:block;
		height:22px;
		color:#fff;
		font:normal 12px/1.25em Arial;
		margin-left:15px;
		padding:5px 25px 0 0;
		background:url(/gfx/button_right.jpg) no-repeat right;
		cursor:pointer;
		text-decoration:none;
	}
	
	a.plaats_btn:hover span { 
		color:#b9d300; 
		text-decoration:none; 
	}
	
	.plaats_btn_grn {		
		background:#132664 url(/gfx/button_left_green.gif) no-repeat;
		display:block;
		height:27px;
		float:left;
		cursor:pointer;
		text-decoration:none;
		clear:both;
	}
	
	.plaats_btn_grn span {
		display:block;
		height:22px;
		color:#fff;
		font:normal 12px/1.25em Arial;
		margin-left:15px;
		padding:6px 25px 0 0;
		background:url(/gfx/button_right_green.gif) no-repeat right;
		cursor:pointer;
		text-decoration:none;
	}
	
	a.plaats_btn_grn:hover span { 
		color:#b9d300; 
		text-decoration:none; 
	}	
/* end of autocompleter */

/* SEARCH FORM */
	
	#searchForm {
		margin:0 0 30px 20px;
	}
	
	#searchForm #searchBox {
		height:25px;
		width:460px;
		float:left;
		display:inline;		
		padding:5px 0 0 25px;
		background:#132664 url(../gfx/searchbox_roundedcorner.gif) no-repeat left;
	}
		
	#searchForm input#q {
		margin:0; 
		padding:2px 5px 2px 15px;
		font:normal 12px Arial;
		color: #98a7d8;	 
		border:0px solid #98a7d8;
		background:#fff url(../gfx/magnifying_glass.gif) no-repeat left;
		width:440px; 
	}	
	
	#searchForm input#submit {
		float:left;
		display:inline;
		color:#fff;
		height:30px;
		width:84px;
		border:0;
	}
	
	ol.searchresults {
		margin:15px 0;
		padding:20px 0;
		border:1px dotted #132664;
		border-width:1px 0;
	}
	
	ol.searchresults li {
		padding:5px 5px 20px;
	
	}
	
	ol.searchresults li.odd {
		background:#ededed;
	}

	ol.searchresults p.searchexcerpt { 
		padding:0 15px 5px;;
		margin:0;
	}
	ol.searchresults div.sfr_leesmeer {
		background:url(../gfx/sfr_arrow.gif) no-repeat 0 50%;
		padding:0 0 0 15px;
		margin-left:15px;
	}
		
	#zoekresultaten_sf  {
		margin-top:20px;
		padding:20px 0;
	}
	
	#zoekresultaten_sf ul.paging {
		margin:0;
		padding:0;
	}
	
	#zoekresultaten_sf ul.paging li {
		font:normal 11px Arial;
		list-style:none;
		display:inline;
		margin:0;
		padding:0;		
	}
	
	#zoekresultaten_sf ul.paging li a {
		color:#ccc;
		display:block;
		float:left;
		font-weight:bold;
		text-decoration:none;
		padding:2px 5px;
		border:1px solid #ddd;
		margin-right:4px;
	}
	
	#zoekresultaten_sf ul.paging li a.current {
		color:#132664;
		border:1px solid #132664;
	} 
	
	#zoekresultaten_sf ul.paging li a.current:hover { background:#fff; }
	
	#zoekresultaten_sf ul.paging li a:hover {
		background:#98a7d8;
		border:1px solid #98a7d8;
		color:#132664;
	}
	
	/* 90s at 9 mupi */
	
	#mupi_90sat9 {
		width:150px;
		height:221px;
		padding:13px 20px 72px 14px;
		overflow:hidden;
		background:url(../specials/90sat9/images/mupi_frame.gif) no-repeat;
		position:absolute;
		bottom:0;
		left:120px;
	}
		
	#mupi_90sat9 div {
		width:150px;
		height:221px;
		overflow:hidden;
		background:#fff;
	}	
	

