@import url(http://fonts.googleapis.com/css?family=Volkhov:400,400italic,700,700italic);


/* 
Website: Kasteel.nl
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

/* Reset CSS v1.0 | 20080212 */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* Clearfix for floats! */  /**  * For modern browsers  * 1. The space content is one way to avoid an Opera bug when the  *    contenteditable attribute is included anywhere else in the document.  *    Otherwise it causes space to appear at the top and bottom of elements  *    that are clearfixed.  * 2. The use of `table` rather than `block` is only necessary if using  *    `:before` to contain the top-margins of child elements.  */ .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }


/* default
--------------------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #002d57;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	/* background-attachment: fixed / auto */
}
a {
	color: #6382A2; text-decoration: none;
}
a:hover {
	color: #d3a540;
}
p {
	line-height: 20pt;
	margin-top: 10px;	
}

h1, h2, h3, h4, .naam, .punchline, .selector span {
	font-family: "Volkhov";
}

h1 { 
	font-size: 23px;
	line-height: 29px;
	color: #002853;
}
h2 {
	font-size: 20px;
	color: #d3a540;
}
h3 { 
	font-size: 20px;
	color: #d3a540;
}

#container {
	width: 960px;
	margin: 0 auto;

}

/* header
--------------------------------------------------------------------------------------*/

#container #header {
	height: 190px;
	width: 902px;
	margin: 0 auto;
	position: relative;
}
#container #header .header-img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 8;	
	height: 190px;
	width: 902px;
	overflow: hidden;
}
#container #header .header-img img {
	display: block;
}
#container #header .logo-top {
	position: absolute;
	right: 0px;
	top: 130px;
	z-index: 8;	
}

/* menu
--------------------------------------------------------------------------------------*/

#container #header .menu {
	z-index: 9;
	height: 36px;
	position: absolute;
	left: 20px;
	bottom: 0px;	
}
#container #header .menu ul {

}
#container #header .menu ul li {
	float: left;
	margin-right: 10px;
}
#container #header .menu ul li a {
	display: block;
	width: 100px;
	height: 23px;
	background-image: url('../images/btn.png');
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 13px;
}
#container #header .menu ul li.breed a {
	width: 135px;
	background-image: url('../images/btn_breed.png');
}
#container #header .menu ul li a:hover {

}
/* title
--------------------------------------------------------------------------------------*/
#container #title {
	width: 960px;
	height: 104px;
	background-image: url('../images/title.jpg');
	position: relative;
	margin-bottom: 25px;
}
#container #title .naam { 
	font-size: 22px;
	position: absolute;
	left: 38px;
	top: 38px;
	color: #002853;
}
#container #title .naam a { 
	color: #002853;
}
#container #title .naam a:hover { 
	color: #000;
}
#container #title .punchline { 
	font-size: 16px;
	position: absolute;
	left: 160px;
	top: 43px;
	color: #666;
}
#container #title .logo { 
	width: 75px;
	height: 53px;

	position: absolute;
	right: 28px;
	top: 27px;
}

/* map-content
--------------------------------------------------------------------------------------*/

#container #content #map {
	width: 420px;
	height: 605px;
	float: right;
	background-image: url('../images/maps.png');	
	margin-bottom: 25px;	
	position: relative;	
}
#container #content #map .selector {
	width: 320px;
	height: 38px;
	border: 0px solid #f00;
	position: absolute;
	bottom: 13px;
	left: 41px;
	font-size: 23px;
	padding-left: 15px;
	padding-top: 8px;
	cursor: pointer;
	color: #fff;
	z-index: 7;
}
#container #content #map .selector span:hover {
	color: #fff;
}
#container #content #map  .selector .selector-deelnemers {
	width: 306px;
	height: 392px;
	background-image: url('../images/selector.gif'); background-repeat: no-repeat;
	position: absolute;
	bottom: 40px;
	left: 15px;
	line-height: 16pt;
	z-index: 3;
	display: block;
	font-size: 11px;
	padding: 0;
	border-bottom: 1px solid #dab91f;
	overflow: auto;
	overflow-x: hidden;
}
#container #content #map .selector .selector-deelnemers ul {
	padding: 20px;
}
#container #content #map .selector .selector-deelnemers ul li a {
	color: #fff; white-space: nowrap;
}
#container #content #map .selector .selector-deelnemers ul li a:hover {
	color: #fff; text-decoration: underline;
}
#container #content #map .selector .selector-deelnemers ul li strong a {
	display: block; padding-top: 3px; padding-bottom: 3px; border-top: 1px solid #302d83; font-size: 12px;
}
#container #content #map .map-holder {
	left: 25px;
	top: 24px;
	position: absolute;
	z-index: 1;
}

#map-frame {
	width:370px;
	height:501px;
	margin-top:-1px;
}

/*  content
--------------------------------------------------------------------------------------*/



#container #content #text {
	float: left;
	width: 470px; 
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: left; 
}

#container #content #text p.intro {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.button {
	display: block; 
	cursor: pointer;
	margin-top: 10px;
}
.vpbtns {
	padding-bottom: 20px;
	border-bottom: 0px solid #ccc;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
}
.vpbtns a, .vpbtns a img {
	display: block;
}
.vpbtns a {
	background-image: url('/images/arrow.png');
	background-repeat: no-repeat;
	background-position: top right;
}


/* front page */

.vppanels {
	width: 930px;
	border-top: 0px solid #ccc;
	padding-top: 10px;
	min-height: 200px;
	margin-top: 40px;
}


#container #content #text .floatleftsmall {
	width: 300px;
	padding-right: 25px;
	float: left;
	margin-bottom: 10px;
}
#container #content #text .floatleftsmall p {
	line-height: 16pt;
}
#container #content #text .floatleftsmall ul.news {
	margin-bottom: 20px;	
	margin-top: 10px;	
}
#container #content #text .floatleftsmall ul.news li {
	line-height: 16pt;	
	border-bottom: 1px solid #ccc;
}
#container #content #text .floatleftsmall ul.news li a { 
	color: #002d57;
}
#container #content #text .floatleftsmall ul.news li a:hover { 
	color: #002d57; background-color: #fcf8c4; display: block;
}

.foto_thumb {
	position: relative;
	
}
.foto_thumb .thumb {
	padding: 1px; 
	border: 1px solid #d4d4d4;
	display: block;
	margin-top: 8px;
}


/* thumbs op etalage page */

.foto_thumbs {
	height: 110px;
	padding-top: 10px;
	padding-left: 10px;
}
.foto_thumbs img {
	float: left;
	padding: 1px; 
	border: 1px solid #d4d4d4;	
	margin-right: 15px;
}


.adres a { 
	color: #002D57;
}
.adres a:hover {
	color: #597a9d;
}
.adres .tag {
	width: 30px; display: block; float: left; color: #d3a540; font-weight: bold;
}

.adres_left {
	float:left; width:175px;
}

.adres_left .thumb {
	max-width:150px;
}

.adres_right {
	float:right; width:275px; margin-top:10px;
}

/* Kastelen deelnemers */

.deelnemer_list { 
	width: 900px; 
}
.deelnemer_list li {
	float: left;
	width: 450px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 105px;
	position: relative;
	border-top: 1px solid #d4d4d4;
}
.deelnemer_list li a {
	display: block;
	border: 0px solid #f00;
	width: 450px;
	height: 115px;
	position: absolute;
	left: 0; 
	left: 0;
	z-index: 9;
	background-image: url('/images/visit.png');
	background-repeat: no-repeat;
	background-position: 0 -900px;
}
.deelnemer_list li a:hover {
	background-position: 0px 0px;	
}
.deelnemer_list li a img {
	width: 470px;
	height: 110px;
}
.deelnemer_list li .thumb {
	float: left; 
	margin-right: 10px;
	padding: 1px; 
	border: 1px solid #d4d4d4;
	margin-top: 2px;
}
.deelnemer_list li .descr {
	position: absolute;
	left: 150px;
	top: 5px;
		line-height: 18px
}
.deelnemer_list li .descr h2 {
	margin-top: 2px;
}
.deelnemer_list li .descr .tekst {
	padding-right: 20px; 
	text-align: left;
	color: #666;
	padding-top: 7px;
}
.deelnemer_list li .plaats {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/* Kastelen NIET-deelnemers */

.nietdeelnemer_list { 
	width: 900px; 
}
.nietdeelnemer_list li {
	float: left;
	width: 300px;
	padding-bottom: 0px;
	padding-top: 10px;
	height: 50px;
	position: relative;
	border-top: 1px solid #d4d4d4;
	text-align: left;
	background-image: url('/images/schild.jpg');
	background-repeat: no-repeat;
	background-position: 0 0px;	
}
.nietdeelnemer_list li a {
	display: block;
	border: 0px solid #f00;
	width: 300px;
	height: 60px;
	position: absolute;
	left: 0; 
	top: 0;
	z-index: 9;
	background-image: url('/images/visit2.png');
	background-repeat: no-repeat;
	background-position: 0 -900px;
}
.nietdeelnemer_list li a:hover {
	background-position: 0px 0px;	
}
.nietdeelnemer_list li a img {
	width: 200px;
	height: 50px;
}
.nietdeelnemer_list li .thumb {
	float: left; 
	margin-right: 10px;
	padding: 1px; 
	border: 1px solid #d4d4d4;
	margin-top: 2px;
}
.nietdeelnemer_list li .descr {
	position: absolute;
	left: 60px;
	top: 10px;
		line-height: 18px
}
.nietdeelnemer_list li .descr h2 {
	margin-top: 2px; font-size: 14px;
}
.nietdeelnemer_list li .plaats {

	font-size: 11px;
}

/* kastelenfilter
--------------------------------------------------------------------------------------*/

.filterbox {
	height: 30px; width: 880px; padding: 10px; border: 0px solid #ccc;
}
.filterbox .floater {
	float: left; width: 240px;
}
.filterbox .floater form {
	margin-top: 0px;
}
.filterbox .floater select, .filterbox .floater input {
	font-family: arial; font-size: 12px; color: #0056b0; padding: 5px; width: 130px; margin-left: 10px;
}
.filterbox .zoeker {
	float: left;
}

/* footer
--------------------------------------------------------------------------------------*/

#container #footer {
	background-image: url('../images/footer.jpg');
	position: relative;
	width: 960px;
	height: 49px;
	font-size: 11px;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
}
#container #footer .subnav {
	position: absolute;
	left: 20px;
	top: 18px;
}
#container #footer .subnav a {
	color: #002853;
}
#container #footer .subnav a:hover, #container #footer .bentu a:hover {
	color: #6382A2;
}
#container #footer .bentu {
	position: absolute;
	right: 20px;
	top: 18px;
	color: #707070;
}
#container #footer .bentu a {
	color: #707070;
}


/* mogelijkheden */

.mogelijkheden {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mogelijkheden li {
	padding-left: 40px; line-height: 24px; font-size: 18px;
	padding-bottom: 20px;
	background-image: url('/images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 0px;		
	color: #666; font-family: georgia;
}

.aanmelden input, .aanmelden textarea { 
	font-family: arial; font-size: 13px; color: #0056b0; padding: 7px; width: 230px; margin-left: 0px;
}
.aanmelden textarea{
	width: 400px; height: 200px;
 }
 
 /* ads */
 
 
.ads {
	width: 234px;
	margin-top: 20px;
}

/*
 
@media screen and (max-width: 960px) {

	body {
		overflow-x: hidden;
		font-size: 1em; line-height: 1.2em;
	}
	#container, #header, .logo-top, #footer {
		width: 480px!important;
	}
	h1 {
		max-width: 480px;
	}
	 .header-img, #title {
		display: none;
	}
	.logo-top {

	}
	.logo-top img {
		width: 150px; 
		margin-top: -120px; margin-left: 170px;
	}
	
	.filterbox {
		display: none;
	}

	.floatleftsmall, #text{
		clear: both!important; 
		float: none!important; 
		width: 100%!important;
		margin: 0!important; 
		padding: 0!important; 
		padding-bottom: 30px!important;
	}
	.vppanels{
		display: none!important;
	}
	#map {
		clear: both!important; 
		float: none!important; 
		margin-left: 30px!important;
	}
	#text {
		margin-left: 5px!important;
		padding-top: 30px!important;
	}
	
	#map-frame {

		width: 375px!important;
	}
	#map-frame.kastelen {

		width: 100%!important;
	}
	
	.deelnemer_list, .nietdeelnemer_list {
		width: 100%!important;
	}
	.deelnemer_list  li, .nietdeelnemer_list li{
		float: none;
		width: 100%;
		clear: both;
		padding-bottom: 40px;
		padding-top: 20px;
	}
	.deelnemer_list  li h2, .nietdeelnemer_list li h2 {
		padding-top: 20px;
	}
		.nietdeelnemer_list li{
			padding-bottom: 0; }
			
	.subnav { display: none }
	.bentu { font-size: 1.3em; color: #000; }
	.bentu a { color: #c00; }
	

	
	#container #header .menu {
	z-index: 9;
	height: 36px;
	position: absolute;
	left: 0px;
	bottom: 0px;	
	}
	#container #header .menu ul {
		text-align: center;
	}
	#container #header .menu ul li {
		float: none;
		display: inline-block;
		margin-right: 2px;
	}
	#container #header .menu ul li a {
		display: inline-block;
		width: auto;
		height: 23px;
		background-image: none!important;
		background: #27247d;
		padding: 0px 7px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding-top: 6px;
		font-weight: bold;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	#container #header .menu ul li a:hover {
		
	}

}

*/