@charset "utf-8";
/* StyleSheet --> copyright Brainlane :: http://www.brainlane.com
   -------------------------------------------------------------- */

/* ---------- BASIS ---------- */

html, body, form, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

body {	
	background: #ffffff url(/content/design/images/BG_Gradient_Site.png) repeat-x top left;
}

img {
	behavior: url(/content/design/css/iepngfix.htc);
	border: 0;
}

ul {
	list-style-type: none;
	list-style-image: none;
}

h1 {
	color: #dec700;
	font-size: 18px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 18px; 
}

table {
	border: 0px;
}

td {
	border: 0px;
}

table#ZomerTarieven, table#WinterTarieven {
	border-collapse:collapse;
	border:1px solid #DEC600;
	width:560px;
}

table#ZomerTarieven p, table#WinterTarieven p {
	padding:0;
	margin:0;
}

table#ZomerTarieven td, table#WinterTarieven td {
	border:1px solid #DEC600;
	padding:2px;
}

table#TabelMetRand {
	border-collapse:collapse;
	border:1px solid #339933;
}
table#TabelMetRand td {
	border:1px solid #339933;
	padding:4px;
}


/* ---------- CONTAINERS ---------- */

div#ContainerSite {
	width: 990px;
	margin: 0 auto;
}

div#ContainerHDR {
	width: 990px;
	height: 237px;
	background: url(/content/design/images/BG_Header.jpg);
}

div#ContainerBDY {
	width: 990px;
	background: url(/content/design/images/BG_Gradient_Body.png) repeat-y top left;
}

		div#ContainerBDYlinks {
			float: left;
			width: 816px;
		}
		
				/* BDY links */
				div#ContainerBDYlinksLinks {
					float: left;
					width: 175px;
				}
				
				/* BDY midden */
				div#ContainerBDYlinksRechts {
					float: right;
					width: 596px;
					padding-right: 23px;
				}
		
		/* BDY rechts */
		div#ContainerBDYrechts {
			float: right;
			width: 174px;
		}
		
div#ContainerFTR {
	width: 990px;
	height: 90px;
	background: url(/content/design/images/BG_FTR.jpg) no-repeat top left;
}

/* ---------- HEADER ---------- */

div#Hoofdmenu {
	padding-left: 215px;
	padding-top: 180px;
}

		#Hoofdmenu ul li {
			float: left;		
		}
		
		#Hoofdmenu ul li a {
			color: #338e27;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			border-right: 1px solid #338e27;
			display: block;
			padding-right: 5px;
			padding-left: 5px;
		}
			#Hoofdmenu ul li#mnusprite2 a{
				border-left: 1px solid #338e27;
			}
		
		#Hoofdmenu ul li a:hover {
			color: #dec600;
			text-decoration: none;
		}
		
		#Hoofdmenu ul li a.actief,  body.ID13 #Hoofdmenu ul li#mnusprite3 a{
			color: #338e27;
			background: #dec700;
		}
		
		#Hoofdmenu ul li.last {
			border: 0;
		}

/* ---------- BODY LINKS home ---------- */

div#SponsorInDeKijker {
	width: 175px;
	height:125px;
	background: #ffffff;
}

	div#SponsorInDeKijker a{
		display:block;
		width:175px;
		height:125px;
		margin-top:-30px;
	}
	
			div#SponsorInDeKijker a img{
				display:block;
				background:#efefef;
				width:175px;
				height:125px;			
			}

		div#SponsorInDeKijkerTekst {
			color: #338E27;
			background:#EFE06B;
			position:relative;
			height:22px;
			font-size: 12px;
			font-weight:bold;
			text-align: left;
			padding-left: 23px;
			margin-top: -152px;
			padding-top:5px;
		}

div#KalenderItems {
	padding-top: 20px;
	padding-right: 7px;
}

		#KalenderItems ul li {
			padding-bottom: 20px;
			padding-left: 25px;
			background-image: url(/content/design/images/Bullet.gif);
			background-repeat: no-repeat;
			background-position: 12px 5px;
			border: none;
			color: #ffffff;
		}
		
		#KalenderItems ul li a, a:link, a:visited {
			color: #338e27;
			font-weight: normal;
			text-decoration: underline;
			border: none;
			font-size: 10px;
		}
		
		#KalenderItems ul li a:hover {
			color: #000000;
		}

/* ---------- BODY LINKS content 1 ---------- */

div#SubMenu {
	width: 175px;
	padding-top:25px;
}

		#SubMenu ul li {
			margin-bottom: 5px;
		}
		
		#SubMenu ul li a {
			color: #ffffff;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			display: block;
			padding-left: 23px;
			line-height: 25px;
			height: 25px;
		}
		
		#SubMenu ul li a:hover {
			color: #338e27;
		}
		
		#SubMenu ul li a.actief, #SubMenu ul li a.activeParent, body.ID13 #SubMenu ul li#treeNode842 a {
			color: #338e27;
			background: #efe06b;
		}


/* ---------- BODY MIDDEN home ---------- */

div#NieuwsItemGroot {
	width: 560px;
	height: 196px;
	padding-left: 18px;
}

		div#NieuwsItemGrootFoto {
			float: left;
			width: 270px;
			height: 196px;
		}
		div#NieuwsItemGrootFoto img {
			border:1px solid #ddd;
			padding:2px;
		}
		
		div#NieuwsItemGrootTekst {
			float: right;
			width: 270px;
			height: 196px;
			padding-bottom: 5px;
			border-bottom: 1px solid #c8c8c9;
		}
		
				#NieuwsItemGrootTekst h2 {
					color: #338e27;
					font-size: 13px;
					font-weight: bold;
					text-decoration: none;
				}
				
				#NieuwsItemGrootTekst p {
					padding-top: 15px;
				}
				
				#NieuwsItemGrootTekst a, a:link, a:visited {
					color: #338e27;
					font-size: 10px;
					text-decoration: underline;
				}
				
				#NieuwsItemGrootTekst a:hover {
					color: #000000;
				}
				
div#LijstNieuwsItems {
	padding-top: 20px;
}

		#LijstNieuwsItems ul li {
			float: left;
			padding-left: 18px;
			padding-bottom: 20px;
		}

		div#NieuwsItemKlein {
			width: 270px;
			height: 105px;
			padding-bottom: 5px;
			border-bottom: 1px solid #c8c8c9;
		}
		
				#NieuwsItemKlein h3 {
					color: #338e27;
					font-size: 13px;
					font-weight: bold;
					text-decoration: none;
				}
				
				#NieuwsItemKlein p {
					padding-top: 15px;
				}
				
				#NieuwsItemKlein a, a:link, a:visited {
					color: #338e27;
				}
				
				#NieuwsItemKlein a:hover {
					color: #000000;
				}

div#navNews {
	text-align: right;
	padding-right: 18px;
	padding-bottom: 10px;
	color: #338e27;
	font-size: 10px;
	font-weight: normal;
}

		#navNews a {
			color: #338e27;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
		}

		#navNews a:hover {
			color: #000000;
			text-decoration: underline;
		}

/* ---------- BODY MIDDEN basis content ---------- */

div#BasisContent {
	padding-left: 18px;
	padding-right: 53px;
	width:561px;
}

		#BasisContent a {
			font-size: 12px;
			color: #2f8f21;
			font-weight: normal;
			text-decoration: underline;
		}

		#BasisContent a:hover {
			color: #000000;
		}

		#BasisContent p {
			padding-bottom: 10px;
		}

		#BasisContent ul li {
			padding-bottom: 3px;
			padding-left: 17px;
			background-image: url(/content/design/images/Bullet.gif);
			background-repeat: no-repeat;
			background-position: 1px 5px;
		}

		#BasisContent ul li ul li {
			padding-bottom: 3px;
			padding-left: 17px;
			background-image: url(/content/design/images/Bullet2.gif);
			background-repeat: no-repeat;
			background-position: 1px 5px;
		}

		#BasisContent ul {
			padding-top: 9px;
			padding-bottom: 7px;
		}


	div#BasisContent table#TblTarieven, div#BasisContent table#TblTarieven td {
		border-collapse:collapse;border:1px solid #ccc;
	}
	div#BasisContent table#InterclubKalender td p,
	div#BasisContent table#InterclubKalender th p {
		padding:4px 1px 4px 5px;
		text-align:left;
	}
	div#BasisContent table#InterclubKalender th p {
		font-weight:bold;
	}
	div#BasisContent table#InterclubKalender th {
		background-color:#DEC600;
		padding-top:5px;
		padding-bottom:5px;
	}


/* ---------- BODY MIDDEN content 1 ---------- */

.NieuwsItemNormaal {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c8c8c9;
}

		.NieuwsItemNormaal h3 {
			color: #338e27;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
		}
		
		.NieuwsItemNormaal p {
			padding-top: 15px;
		}
		
		.NieuwsItemNormaal a, a:link, a:visited {
			color: #338e27;
		}
		
		.NieuwsItemNormaal a:hover {
			color: #000000;
		}

/* ---------- BODY MIDDEN content 2 ---------- */

div#ItemFull {
	padding-left: 18px;
	padding-right: 18px;
}

		#ItemFull h2 {
			color: #338e27;
			font-size: 13px;
			font-weight: bold;
			padding-bottom: 16px;
			text-decoration: none;
		}
		
		div#ItemFullTop {
		}
				
				div#ItemFullContentLinks {
					float: left;
					width: 270px;
					height: 189px;
					padding-bottom: 16px;
				}
				
				div#ItemFullFotoRechts {
					float: right;
					width: 270px;
					height: 189px;
					padding-bottom: 16px;
				}
		
		div#ItemFullBottom {
		}
		
				#ItemFullBottom p {
					padding-bottom: 16px;
				}
				
/* ---------- BODY MIDDEN wie is wie ---------- */

div#WieIsWie {
}

		#WieIsWie ul li {
			float: left;
			list-style-type: none;
			list-style-image: none;
			margin-left: -8px;
		}

div#PersonenFiche {
	width: 260px;
	height: 110px;
	padding-bottom: 10px;
	padding-right: 10px;
}

		div#PersonenFicheFoto {
			float: left;
		}
		
		div#PersonenFicheTekst {
			float: right;
			width: 175px;
			text-align: left;
		}
		
				#PersonenFicheTekst p {
					padding-bottom: 6px;
				}
				
				#PersonenFicheTekst a {
					font-size: 11px;
					color: #2f8f21;
					text-decoration: underline;
				}
				
				#PersonenFicheTekst a:hover {
					color: #dec600;
				}

.WieIsWie2 {
	border-bottom: 1px solid #c8c8c9;
	padding-bottom: 10px;
	padding-top: 15px;
}
				
/* ---------- BODY MIDDEN foto-galerij ---------- */

div#Fotogalerij {
}

		#Fotogalerij ul li{
			float: left;
			display:block;
			padding-bottom: 8px;
			list-style-type: none;
			list-style-image: none;
			background-image: none;
			margin-left: -8px;
			padding-right: 5px;
		}
		
		#jQueryGallery a{
			float: left;
			display:block;
			padding:10px;
		}

/* ---------- BODY MIDDEN contact ---------- */

.spc-cls {
	display: none;
}

input {
	width: 220px;
	border: 1px solid #6d550e;
	margin-bottom: 5px;
}

input#winter {
	width: 90px;
	border: 1px solid #6d550e;
	margin-bottom: 0px;
}

input#checkbox, input#radiobutton {
	width: auto;
	border: none;
	margin-bottom: 0px;
}
				
textarea {
	width: 435px;
	border: 1px solid #6d550e;
	margin-bottom: 5px;
	height: 125px;
}

textarea#winter {
	width: 385px;
	border: 1px solid #6d550e;
	margin-bottom: 5px;
	height: 100px;
}

.Verstuur {
	width: 75px;
}

/* ---------- BODY RECHTS ---------- */

div#BDYrechtsContent {
	width: 114px;
	padding-top: 20px;
	padding-left: 30px;
}

		#BDYrechtsContent p {
			padding-bottom: 20px;
		}
		
		#BDYrechtsContent ul li {
			padding-bottom: 20px;
		}

/* ---------- FOOTER ---------- */

div#BannerHoofdsponsor {
	float: left;
	width: 560px;
	height: 90px;
	padding-left: 215px;
}

div#Brainlane {
	float: right;
	color: #000000;
	font-size: 10px;
	padding-right: 17px;
	padding-top: 50px;
	text-align:center;
}

		#Brainlane a {
			color: #0e7c00;
			text-decoration: none;
		}
		
		#Brainlane a:hover {
			text-decoration: underline;
		}

/* ------- editor styles ---------- */

.TextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.TextColorOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffa800;
	font-weight: normal;
}
.TextColorGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #318f21;
	font-weight: normal;
}
.TextColorRed {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff2400;
	font-weight: normal;
}
.TextColorGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0a0a0;
	font-weight: normal;
}
.TextColorBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c84f3;
	font-weight: normal;
}
.TextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.TextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #338E27;
	font-weight: bold;
	padding-top: 5px;
}
.TextHuge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: ##DEC700;
	font-weight: bold;
}

/* ---------- VARIA ---------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
	
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* ---------- gallery Overview ---------- */


/* ---------- jQuery Gallery-LIST ---------- */
div#jQueryGallery{
}
div#jQueryGallery ul li{
	list-style-type:none;
	background:none !important;
	overflow:hidden;
	padding-bottom:25px;
}

	div#jQueryGallery ul li.false{
		display:none;
	}

div.GalleryName{
	clear:left;
	display:block;
	padding-bottom:10px;
}

div.GalleryName a{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
a.GalleryThumb{
	clear:left;
	float:left;
	display:block;
	overflow:hidden;
	
}

	a.GalleryThumb img{
		border: 2px solid #000000;
		padding:1px;
		display:block;
		float:left;
		height:133px;
		width:200px;
	}
	
div.GalleryDesc{
	float:left;
	padding:10px;
	color:#333333;
	width:290px;
}


a#jaarKalender{
	display:block !important;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:640px;
	margin-left:33px;
	text-decoration:none;
	height:40px;
	padding-top:22px;
	padding-left:45px;
	background: url(/content/design/images/kalenderIco.jpg) no-repeat left center;
	font-size:12Px;

}



table.tabel{
	width:560px !important;
	border-left:1px solid #efefef;
	border-collapse:collapse;
}
	table.tabel *{
		border:none;
	}
	table.tabel tr{
		width:560px !important;
	}
	table.tabel tr:first-child td{
		background:#338E27;
		color:#fff !important;
	}
		table.tabel tr:first-child td *{
			color:#fff !important;
			padding:5px;
			font-weight:bold;
		}
	table.tabel td, table.tabel td *{
		border-bottom:1px solid #efefef;
		font-size:11px !important;
		padding:3px;
		border-right:1px solid #efefef;
		margin:0px;
		line-height:15px;
		vertical-align:middle;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:lowercase;
		letter-spacing:0px;
	}
		table.tabel td *{
			padding:0px !important;
			margin:0px !important;
		}
