.box-shadow (@x: 0, @y: 0, @blur: 1px, @alpha) {
  @val: @x @y @blur rgba(0, 0, 0, @alpha);
  box-shadow:         @val;
  -webkit-box-shadow: @val;
  -moz-box-shadow:    @val;
}


*{
	margin: 0px;
	padding: 0px;
}

body, html{
	width:100%;	
	
}

body{
	/**background: #fff url("/images/bg.jpg") bottom center no-repeat;
	background-attachment: fixed;*/
	overflow : auto;
	font-family : Arial, "sans serif";
	font-size:small;
	line-height:2em;
	letter-spacing: -0.01px; 
}

iframe{
overflow:hidden;
}
a img{
	border:0;
}

h1, h2, h1 strong{
	font-size: 22px;
	color: #999;
	line-height: 24px;
	font-weight: lighter;
	letter-spacing: -0.2px;
	margin-bottom: 12px;
}

h1 strong{
	font-weight: bolder;
	color: #666;
}

h2{
	color: #aaa;
	margin-bottom: 10px;
}

a:link,
a:active,
a:visited{
	color: #333;
	text-decoration:none;
}

ul li{
	list-style-position:inside;
}
a:hover{
	color:#ec008c;
}

.right{
	float: right;
}

.pagewrapper{
width:737px;
position: relative;
z-index: 2;
margin:auto auto;                 
}

.content{
	margin-left: 4px;
	width: 728px;
}


.not_found img{
	vertical-align: middle;
	line-height:48px;
}
.not_found span{
	width:120px;
	display:inline-block;
}
#Feedback{
	position: absolute;
	left: -10px;
	top: 150px;
}
#AjaxLoader{
	font-size: 24px;
	color:#666;
	text-align: center;
	position: absolute;
	width: 738px;
	z-index: 1000;
	top: 55px;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 40px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
#AjaxLoader img{
	vertical-align: middle;
	margin-right: 15px;
}
#AjaxLoader #AjaxQueryText{
	font-size: 24px;
}
/**
 * Header, navigation
 */
#Header{
	height: 40px;
	vertical-align: middle;
}

#Logo{
margin:10px;
margin-top: 15px;
float: left;
}

#Nav{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

#Nav a{
	background-color: #eee;
	border-radius: 10px;
	color:#666;
	height:20px;
	line-height: 20px;
	margin-right: 10px;
	display: block;
	float: left;
	font-size:12px;
	letter-spacing: -0.01px;
	padding: 5px;
}

#Nav a.active, #Nav a:hover{
	background-color: #ddd;
	color:#222;
}

#Nav a.noborder{
	border: 0;
}

/**
 * Resultaten
 */
table.results{
	border-collapse: collapse;
}
table.results thead th{
	text-align:left;
	background-color:#f7f6f6;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
table.results thead th,
table.results tr td{
	padding: 8px;
}
table.results tr td{
	border-bottom: 1px solid #eee;
	background-color: #fff;
	font-size: 14px;
}
table.results tr td strong{
	font-size: 16px;

}
table.results tr td .bron{
	color: #aaa;
	font-size: 12px;	
}
.image-wrapper{
	height: 120px;
	width: 120px;
	float: left;
	clear: both;
	overflow:hidden;
}
.image-wrapper img{
	width: 120px;
}

/**
 * 	Popup
 */
#popup {
	display: none;
	position: fixed;
	top: 10px;
	width: 450px;
	margin-left: 125px;
	background-color: rgba( 255, 255, 255, 0.9);
	height: 600px;
	padding: 30px; 
	border: 3px solid #ddd;
	z-index: 1000;
}
#popup .image-wrapper{
	float: right;
	margin: 10px;
}
#popup strong{
	font-size: 18px;
}
#popup .add{
	text-align: center;
	width: 450px;
}
#popup .knop{
	background-color: #ec008c;
	color: #fff;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin-bottom: 60px;
	clear: both;
	float: left;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

/**
 * 	Paginatie
 */
.paginatie{
	margin-bottom: 8px;
	margin-top: 8px;
	float: right;
	clear: both;
}
.paginatie span{
	float: left;
	line-height: 18px;
}
.paginatie strong, .paginatie a {
	height: 18px; 
	width: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	display: block;
	margin-left: 5px;
	background-color: #f6f6f6;
}
.paginatie strong{
	background-color: #ec008c;
	color: #fff;
}
/**
 *  Zoekformulier
 */
.zoekform{
	z-index:2;
	padding:10px;
	margin-bottom: 9px;
	margin-top: 15px;
	height: 96px;
	border-radius: 5px;
	.box-shadow(0,0, 5px, 0.2);
}
	.zoekform .zoekterm{
		width: 692px;
		margin-left: 10px;
		margin-top: 12px;
		font-size: 24px;
		letter-spacing: -0.1px;
		color: #ccc;
		line-height:1em;
		padding: 4px;
		border: 1px solid #ddd;
		background-color: #fff; 
		outline: none;
	}
	.zoekform .zoekterm:focus{
		color: #000; 
	}

	.zoekform .submit{
		width:103px;
		height:25px;
		display: block;
		border: 0;
		color: #fff;
		font-weight: bolder;
		float: right;
		margin-top: 10px;
		margin-right: 5px; 
	}			
	.zoekform .options{
		margin-top: 12px;
		margin-left: 10px;
		color: #aaaaaa;
		font-size: 14px;
		float: left;
		
	}
	.zoekform .options label{
		font-size: 14px;
		vertical-align: 1px;
	}
	.zoekform .options #images-only{
		margin-right:15px;
	}
	.zoekform #time{
		padding: 3px;
	}


/**
 * Box styling
 */

.box{
	margin-bottom:10px;
	padding: 15px;
	border: 1px solid #cecece;
	background-color:#fff;
	float: left;
	clear: both;
	width: 697px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.box.klein{
	width: 324px;
	min-height: 257px;
}
.box.klein.links{
	float: left;
	
}
.box.klein.rechts{
	float:right;
	clear: right;
}
.box.center{
	text-align:center;
}
.box.rect{
	padding: 0px;
	width: 353px;
	text-align: center;
}
.box.popular{
	height: 275px;
}
.box.bottomleader{
	overflow:hidden
}
.box.bottomleader iframe{
	width: 680px;
}
.box.nopad{
	padding:0px;
}
.box.noborder{
	border:0;
}

.box span.absolute{
	position: absolute;
	margin-top: -5px;
	color: #aaa;
}

/**
 * Sites
 */
table.sites{
	width: 300px;
	text-align: center;
}
table.sites td{
	padding: 5px;
}
/**
 * Footer
 */

.footer{
width:700px;
font-size: 11px;
margin:5px auto;
text-align:center;
clear: both;
}
.footer a{
	font-size: 11px;
}
.footer a img {
	vertical-align: middle; 
}
.content:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
