/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	background: url(/images/CDD_body_bg.jpg) repeat;
	border-top: 2px solid #369fe9;
	color: #3a3b3b;
}


h1 {
	margin-bottom: 10px;
	color: #369fe9;
}

h2 {
	margin-bottom: 15px;
	color: #369fe9;
	font-size: 20px;
}

h3 {
	margin-bottom: 15px;
	color: #369fe9;
	font-size: 16px;
}

a {color: #369fe9; text-decoration: none; }


/*** Base Layout ***/

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

	#container {
		width: 1000px;
		margin: 0 auto;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

		#header1 {
			margin: 0 auto;
			height: 190px;
			width: 860px;
			background: url(/images/CDD_header_bg.jpg) top center no-repeat;
		}
		
		#header {
			margin: 0 auto;
			height: 135px;
			width: 890px;
		}
	
		#subheader {
			margin: 0 auto;
			height: 213px;
			width: 860px;
		}

/*** Homepage Layout ***/

#floating-img {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 175px;
	margin-right: 10px;
	width: 358px;
	height: 389px;
}

#contentholder {
	margin: 0 auto;
	width: 860px;
}

#spacer-memo {
	height: 155px;
	width: 265px;
}

	.box1 {float: left;}

		.box1 h3 ,.box1 .Kop_klein {
			font-size: 16px;
			color: #369fe9;
			font-weight: bold;
		}	
		
		.box1 p {
			margin-bottom: 18px;
			font-size: 14px;
		}

		.box1 a {
			color: #369fe9!important;
			text-decoration: underline!important;
		}
		
		span.footer {
			font-size: 14px;
		}

		.box1-content {
			background: url(/images/memo2.png) top no-repeat;
			padding: 30px;
			width: 230px;/*290px;*/
			height: 210px;/*270px;*/
		}
				
	.box2 {
		float: left;
		margin: 0 20px;
		width: 265px;
		height: 270px;
	}
		
		.box2 h2 {}	
		.box2-content {}

	.box3 {
		float: left;
		width: 265px;
		height: 115px;
	}

		.box3 h2 {}	
		.box3-content {}

	#reassign { width: 255px; height: 30px; font-size: 12px; text-align: right;}

	.box4 {
		float: left;
		width: 265px;
		height: 270px;
	}
		
		.box4 h2 {}	
		.box4-content {}

	#footer-home {
		margin: 0 auto;
		width: 860px;
		height: 130px;
		background: url(/images/CDD_footer_bg.jpg) bottom no-repeat;
	}	

	#socialmedia {
		margin: 0 auto;
		width: 860px;
		height: 40px;
		padding: 20px 0;
	}	

	.hr {
		margin: 0 auto;
		width: 860px;
		height: 40px;
		background: url(/images/CDD_hr.jpg) 0px 15px no-repeat;
	}
	
	.spacer2 {
		width: 860px;
		height: 40px;
		background: url(/images/CDD_spacer_bg.jpg) top no-repeat;
	}

	.footertitle {
		margin: 0 auto;
		width: 860px;
		height: 30px;	
	}

/*** Document Layout***/
	
#footer-cup {
	width: 425px;
	height: 389px;
	background: url(/images/viltje2.png) bottom no-repeat;
	margin: 0px 0px 0px 0px;
}

#contentholder2 {
	margin: 0 auto;
	height: auto;
	min-height: 450px;
	height: 100%;
	width: 1000px;
	background: url(/images/CDD_doc_content_bg.jpg) top no-repeat;
}

	#spacercontent {
		height:20px;
		width: 1000px;
	}

	#leftcolumn {
		float: left;
		width: 670px;
		height: 100px;
	}

		#leftcontent {
			margin-left: 70px;
			width: 560px;
			font-size: 13px!important;
			line-height: 25px;
		}

			#leftcontent p {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
				padding: 10px 0px;
			}

			#leftcontent img {
				border: 10px solid #FFF;
				background: #FFF;
			}

			ul.stamgasten li {
				list-style: none;
				padding: 10px 15px;
				display: block;
				font-weight: bold;
				background: url(../images/CDD_stam_li.jpg) center no-repeat;
			}

			/*ul.stamgasten li a:hover {
				list-style: none;
				padding: 0;
				display: block;
				background: url(../images/CDD_stam_li_hover.jpg) center no-repeat;
			}*/

	#rightcolumn {
		float: left;
		width: 330px;
	}	

		.right-spacer {
			float: left;
			height: 30px;
			width: 330px;
			background: url(/images/CDD_hr2.jpg) 0px 5px no-repeat;
		}

/* ----------------------------------------------
	ZOEKVELD                              
	____________________________________________ */
	
#zoek{
	width: 269px;
}

.zoekruimte {
	margin:0;
	padding:0;
	float:right;
}

.zoekveld {
	margin:0px;
	padding:0px;
	width: 138px;
	height: 21px;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	border-left: 0px;
	border-right: 0px;
	background-color:#FFFFFF;
}

.zoekbutton {
	margin:0px;
	padding:0px;
	width: 52px;
	height: 23px;
	background-color:#7589A6;
	border: 1px solid #BABABA;
	color:#FFFFFF;
	font-size:13px;
}

/*** Main Navigation ***/

ul#main-nav{
	float: right;
	padding: 0 10px;
	margin-top: 56px;
}

	ul#main-nav li {
		float: left;
		list-style: none;
		padding: 0 0 0 5px;
	}

/*** Image Replacements Content ***/

h1#logo {
	background: url(/images/CDD_logo.jpg) no-repeat;
	width: 110px;
	height: 125px;
	float: left;
	overflow: hidden;
	display: block;
}	
	
	h1#logo span  {
		visibility: hidden;
	}

.box1 h2 {
	background: url(/images/CDD_head_nextevent.png) no-repeat;
	width: 262px;
	height: 20px;
	overflow: hidden;
}	
	
	.box1 h2 span {
		visibility: hidden;
	}

.box2 h2, .box4 h2 {
	background: url(/images/CDD_head_news.jpg) no-repeat;
	margin-bottom:	20px;
	width: 214px;
	height: 20px;
	overflow: hidden;
}	
	
	.box2 h2 span, .box4 h2 span {
		visibility: hidden;
	}


.box2 h3.sub-name, .box4 h3.sub-name {
	background: url(/images/CDD_subs_name.jpg) no-repeat;
	margin-bottom: 10px;
	width: 46px;
	height: 11px;
	overflow: hidden;
}	
	
	.box2 h3.sub-name span, .box4 h3.sub-name span {
		visibility: hidden;
	}

.box2 h3.sub-mail, .box4 h3.sub-mail {
	background: url(/images/CDD_subs_mail.jpg) no-repeat;
	margin-bottom: 10px;
	width: 44px;
	height: 11px;
	overflow: hidden;
}	
	
	.box2 h3.sub-mail span, .box4 h3.sub-mail span  {
		visibility: hidden;
	}

.box2-content h3, .box4-content h3 {
	background: url(/images/CDD_subscr_text.jpg) no-repeat;
	margin-bottom: 25px;
	width: 251px;
	height: 54px;
	overflow: hidden;
}	
	
	.box2-content h3 span, .box4-content h3 span {
		visibility: hidden;
	}

.box3 h2 {
	background: url(/images/CDD_head_visit.jpg) no-repeat;
	margin-bottom: 17px;
	width: 218px;
	height: 19px;
	overflow: hidden;
}	
	
	.box3 h2 span {
		visibility: hidden;
	}

.footertitle h2 {
	background:  url(/images/CDD_head_ini.jpg) no-repeat;
	width: 257px;
	height: 15px;
	overflow: hidden;
}	
	
	.footertitle h2 span {
		visibility: hidden;
	}

ul li.contact2 {
	padding: 10px 0px;
	margin: 10px 0px;
	display: block;
}

	ul li.contact2 span {
	visibility: hidden;
}	

ul li.sitemap {
	background: url(../images/cddd_bttn_sitemap.jpg) no-repeat;
	padding: 10px 0px;
	margin: 10px 0px;
}

	ul li.sitemap span {
	visibility: hidden;
}	

/*** Image Replacements Navigation ***/

ul li span { display: block; }

ul li.home a {
	background: url(/images/menu/CDD_bttn_home.jpg) no-repeat center;
	width: 76px;
	height: 26px;
	overflow: hidden;
	display:block;
}	
	
	ul li.home a span {
		visibility: hidden;
	}

ul li.cafe a {
	background: url(/images/menu/CDD_bttn_cafe.jpg) no-repeat center;
	width: 100px;
	height: 26px;
	overflow: hidden;
}	
	
	ul li.cafe a span {
		visibility: hidden;
	}

ul li.agenda a {
	background: url(/images/menu/CDD_bttn_agenda.jpg) no-repeat center;
	width: 96px;
	height: 26px;
	overflow: hidden;
}	
	
	ul li.agenda a span {
		visibility: hidden;
	}

ul li.ini a {
	background: url(/images/menu/CDD_bttn_ini.jpg) no-repeat center;
	width: 181px;
	height: 26px;
	overflow: hidden;
}	
	
	ul li.ini a span {
		visibility: hidden;
	}

ul li.stam a {
	background: url(/images/menu/CDD_bttn_stam.jpg) no-repeat center;
	width: 137px;
	height: 26px;
	overflow: hidden;
}	
	
	ul li.stam a span {
		visibility: hidden;
	}

ul li.boek a {
	background: url(/images/menu/CDD_bttn_boek.jpg) no-repeat center;
	width: 127px;
	height: 26px;
	overflow: hidden;
}	
	
	ul li.boek a span {
		visibility: hidden;
	}


/*** Image Replacements ACTIVE STATUS**/

ul li span { margin: 0; display: block; }

ul li.home a {
	background: url(/images/menu/CDD_bttn_home.jpg) no-repeat center;
	width: 76px;
	height: 26px;
	overflow: hidden;
	display:block;

}	

	ul li.home a span {
		visibility: hidden;
	}


ul li.cafe a {
	background: url(/images/menu/CDD_bttn_cafe.jpg) no-repeat center;
	width: 100px;
	height: 26px;
	display:block;

}	
	
	ul li.cafe a span {
		visibility: hidden;
	}

ul li.agenda a{
	background: url(/images/menu/CDD_bttn_agenda.jpg) no-repeat center;
	width: 96px;
	height: 26px;
	display:block;

}	
	
	ul li.agenda a span {
		visibility: hidden;
	}

ul li.ini a {
	background: url(/images/menu/CDD_bttn_ini.jpg) no-repeat center;
	width: 181px;
	height: 26px;
	display:block;

}	
	
	ul li.ini a span {
		visibility: hidden;
	}

ul li.stam a {
	background: url(/images/menu/CDD_bttn_stam.jpg) no-repeat center;
	width: 137px;
	height: 26px;
	display:block;

}	
	
	ul li.stam a span {
		visibility: hidden;
	}

ul li.boek a {
	background: url(/images/menu/CDD_bttn_boek.jpg) no-repeat center;
	width: 127px;
	height: 26px;
	display:block;

}	
	
	ul li.boek a.active span {
		visibility: hidden;
	}

/*** Image Replacements ACTIVE STATUS**/

ul li span { margin: 0; display: block; }

ul li.home a:hover,
ul li.home a.active {
	background: url(/images/menu/active/CDD_bttn_home.jpg) no-repeat center;
	width: 76px;
	height: 26px;
	overflow: hidden;
	display:block;

}	
	ul li.home a:hover span
	ul li.home a.active span {
		visibility: hidden;
	}

ul li.cafe a:hover,
ul li.cafe a.active {
	background: url(/images/menu/active/CDD_bttn_cafe.jpg) no-repeat center;
	width: 100px;
	height: 26px;
	display:block;

}	
	ul li.cafe a:hover span,
	ul li.cafe a.active span {
		visibility: hidden;
	}

ul li.agenda a:hover,
ul li.agenda a.active {
	background: url(/images/menu/active/CDD_bttn_agenda.jpg) no-repeat center;
	width: 96px;
	height: 26px;
	display:block;

}	
	
	ul li.agenda a:hover span,
	ul li.agenda a.active span {
		visibility: hidden;
	}

ul li.ini a:hover,
ul li.ini a.active {
	background: url(/images/menu/active/CDD_bttn_ini.jpg) no-repeat center;
	width: 181px;
	height: 26px;
	display:block;

}	

	ul li.ini a:hover span,
	ul li.ini a.active span {
		visibility: hidden;
	}

ul li.stam a:hover,
ul li.stam a.active {
	background: url(/images/menu/active/CDD_bttn_stam.jpg) no-repeat center;
	width: 137px;
	height: 26px;
	display:block;

}	
	ul li.stam a:hover span,
	ul li.stam a.active span {
		visibility: hidden;
	}

ul li.boek a:hover,
ul li.boek a.active {
	background: url(/images/menu/active/CDD_bttn_boek.jpg) no-repeat center;
	width: 127px;
	height: 26px;
	display:block;

}	
	
	ul li.boek a:hover span,
	ul li.boek a.active span {
		visibility: hidden;
	}


/*** Secundairy Navigation ***/

ul#sec-nav {
	float: right;
	height: 26px;
	list-style: none;
}

	ul#sec-nav li {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		color: #727272;
		float: left;
		display: block;
		padding: 5px 10px;
	}

/*** Subscribtion Form ***/

input.sub-name {
	padding: 5px;
	width: 253px; /*263px*/
	height: 20px; /*30px*/
	background:url(/images/CDD_formtext_bg.jpg) no-repeat;
	border: none;
}

input.sub-mail {
	padding: 5px;
	width: 253px; /*263px*/
	height: 20px; /*30px*/
	background:url(/images/CDD_formtext_bg.jpg) no-repeat;
	border: none;
}

textarea.sub-mail {
	padding: 10px;
	width: 253px; /*263px*/
	height: 114px; /*30px*/
	background:url(/images/CDD_textarea_bg.jpg) no-repeat;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea.sub-form {
	padding: 10px;
	width: 399px; /*419px*/
	height: 109px; /*129px*/
	background:url(/images/CDD_textarea_form.jpg) no-repeat;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

submit.buttonBlok {
	width: 105px;
	height: 23px;
	border: none;
}

/* ----------------------------------------------
	CONTENT RECHTERMENU                              
	____________________________________________ */
	
#rightmenu {
	margin:0;
	padding:0;
	width: 268px;
	float: right;
	border-right:2px solid black;
	background-color: #F8F8F8;
}

*html #rightmenu {
	width: 260px;
}

#rightmenu {
	padding-top: 20px;
}

/* ----------------------------------------------
	CONTENT BLOKKEN                            
	____________________________________________ */
	
#blokspacer {
	height: 20px;
}

#blokkop {
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	height:21px;
	padding-left:25px;
	padding-top: 4px;
	background-color: #FFFFFF;
	width: 243px;
}

#blokcontent {
	border-bottom: 1px solid #BABABA;
	padding-left:25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #E9EEF5;
	width: 233px;
}

/* ----------------------------------------------
	CONTENT FOOTER                             
	____________________________________________ */

.clearer {
	clear: both; 
	line-height:0; 
	height: -10; 
	float: none;
}

#footer_colorstrip{
	margin:0;
	padding:0;
	position:relative;
	float: left;
	width: 16px;
	height: 152px;
	border-bottom: 1px solid #7589A6;
	background-image:url(../images/footer_left.jpg);
}

/* ----------------------------------------------
	FOOTER SPONSOREN                             
	____________________________________________ */
	
#sponsormenu {
	margin:0;
	padding:0;
	padding-left:0px;
	position:relative;
	float: left;
	height: 54px;
	padding-top:76px;
	border: 0px;
	margin-left:8px;
}

*html #sponsormenu {
	padding-left:23px;
}

#sponsormenu ul {
	list-style:none;
	margin:0px;
}

#sponsormenu ul li {
	display:block;
	float:left;
	height:52px;
	width:97px;
	margin:0;
}

#sponsormenu ul li a {
	display:block;
	cursor:pointer;
	height:52px;
}

#sponsormenu ul li.sponsor1 {
	display:block;
	float:left;
	background-image:url(../images/sponsor1.gif);
	background-repeat: no-repeat;
}

#sponsormenu ul li.sponsor2 {
	display:block;
	float:left;
	background-image:url(../images/sponsor2.gif);
	background-repeat: no-repeat;
}

#sponsormenu ul li.sponsor3 {
	display:block;
	float:left;
	background-image:url(../images/sponsor3.gif);
	background-repeat: no-repeat;
}

#sponsormenu ul li.sponsor4 {
	display:block;
	float:left;
	background-image:url(../images/rabobank.gif);
	background-repeat: no-repeat;
}

#sponsormenu ul li.sponsor5 {
	display:block;
	float:left;
	background-image:url(../images/sponsor5.gif);
	background-repeat: no-repeat;
}
/* ----------------------------------------------
	FOOTER LINKS                             
	____________________________________________ */
	
#linkmenu {
	margin:0;
	padding:0;
	position:relative;
	float: right;
	width: 750px;
	height: 12px;
	border-top: 1px solid #BABABA;
	border-bottom: 2px solid black;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:4px;
	background-image:url(../images/spacer.gif);
}

#linkmenu ul {
	list-style:none;
	margin:0px;
}

#linkmenu ul li {
	display:block;
	float:left;
	height:14px;
	margin:0;
}

#linkmenu ul li a {
	float:left;
	display:block;
	cursor:pointer;
	height:14px;
	margin:0;
	margin-left:5px;
}

#linkmenu ul li.titel {
	display:block;
	float:left;
	height:14px;
	color:#000000;
	padding-left:0px;
	padding-right:67px;
}

#linkmenu ul li.home {
	border-right: 1px solid #7589A6;
	width:50px;
}

#linkmenu ul li.cafe {
	border-right: 1px solid #7589A6;
	width:78px;
}

#linkmenu ul li.initiatiefnemers {
	border-right: 1px solid #7589A6;
	width: 127px;
}

#linkmenu ul li.agenda {
	border-right: 1px solid #7589A6;
	width:73px;
}

#linkmenu ul li.deelnemers {
	border-right: 1px solid #7589A6;
	width:101px;
}

#linkmenu ul li.contactinfo {
	width:86px;
}

/* ----------------------------------------------
	CONTENT EIGENSCHAPPEN                             
	____________________________________________ */
a:visited {
  text-decoration  : none;
}

a:hover {
  color            : #99ccff;
  text-decoration  : underline;
}

a:active {
  color            : #99ccff;
  text-decoration  : none;
}

a img {
	border: none;
}

 .Kop_Groot  {
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	margin-bottom:23px;
	font-variant : normal;
	letter-spacing : 1px;
}

.Kop_Middel {
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	margin:0px;
	font-variant : normal;
	letter-spacing : 1px;
}

.Kop_klein {
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	letter-spacing : 1px;
}

.Kop_dikgedrukt {
	margin:0px;
	font: 12px arial;
	letter-spacing: 1px;
	display:block;
}

H5 {
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	letter-spacing : 1px;
	color:#7589A6;
	margin:0px;
}

input, select, textarea {
	color            : #000000;
	background-color : #F0F0F0;
	font-size: 12px;
}

hr {
	color: #DDDDDD;
	height: 1px;
}

.img-x { border: none!important; background: transparent!important;}

/*** POP-UP STYLING ***/

#popup {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	#popup h1 {
		margin-bottom: 10px;
		color: #369fe9;
		font-size: 16px;
	}
