
/*   ====================================== WEBSITE  =========================================== */


/*   -------------------------------------- ALGEMEEN----------------------------------------------- */
html {

	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;

}


body {

	margin: 0;
	padding: 0;

	height: 100%;
	width: 100%;

	text-align: center;
	
	font-size: 70%;
	font-family: verdana, tahoma, arial, sans-serif;
	font-color: #000000;
	
	background-image: url("../img/bg_body.gif")
}


/*   -------------------------------------- CONTAINER ----------------------------------------------- */

#container {

	margin-left: auto;
	margin-right: auto;
	
	margin-top: 35px;
	
	text-align: left;
	
	width: 800px;
	height: auto;
	
	background-color: #c2d8e4;
	background-image: url("../img/bg_body.gif")

}

/*   -------------------------------------- HEADER ----------------------------------------------- */

#header {

	width: 100%;
	height: 300px;



}

	#header .top {
		position: relative;
		width: 100%;
		height: 125px;
		
		
		background-image: url("../img/header_bg_algemeen.gif")
	
	
	}
	
		#header .top .left_ballon {
		
			position: absolute;
			background: url("../img/ballonnen.png") no-repeat;
			width: 226px;
			height: 324px;
			
			top: -40px;
			left: -5px;
			
			z-index: 10000000;
			
		
		
		}
		
		#header .top .left_ballon img{
		
			position: absolute;
			top: 30px;
			left: 10px;
		
		}
		
		#header .top .right_naam {
		
		
			float: right;
			
			width: 73%;
			height: 100%;
			
			background-image: url("../img/bg_header_top_naam.gif")
		
		}
		
	#header .bottom {
	
		width: 100%;
		height: 175px;
	
	
	}
	
		#header .bottom .left_slogan {
		
			height: 100%;
			width: 27%;
			
			float: left;
			
			background-image: url("../img/bg_header_left_slogan.jpg")
		
		}
		
		#header .bottom .right_foto {
		
			float: right;
		
			width: 73%;
			height: 100%;
			
			background-image: url("../../../headerafbeelding/header.jpg")
		
		}


/*   -------------------------------------- HORIZONTAL BAR ----------------------------------------------- */


#horizontalbar{

	width: 100%;
	
	height: 33px;

}

	#horizontalbar .left_adres {

		width: 27%;
		height: 100%;

		float: left;
		
		background-image: url("../img/bg_horizontalbar_left_adres.gif")

	}


/*   -------------------------------------- MENU ----------------------------------------------- */

/* OPMAAK MENU */

.right_menu {
	width: 73%;
	float: right;
	height: 100%;

	background-image: url("../img/bg_horizontalbar_right_menu.gif");

	position: relative;
	
	font-size: 100%;

	z-index: 100;

	color: #ffffff;
	
}

	.right_menu table {
	
		color: #ffffff;
	
		
	}
	
		.right_menu table a {
		
			color: #ffffff;
		
			
		}

/*   -------------------------------------- CONTENT ----------------------------------------------- */


#content {

	width: 100%;
	height: auto;
	
	background-image: url(../img/bg_content.gif);

}

/*   -------------------------------------- SIDEBAR ----------------------------------------------- */


#content .left_sidebar_container {

	width: 27%;
	height: 100%;
	
	float: left;
	
 	background-color: #ebf8fe;

	border-right: 1px solid #c6ecfd;

}


	#content .left_sidebar_container .search {
	
		width: 100%;
		height: 18%;
		
		background-color: #f7c6e6;
		
		color: #0077c0;
		
		border-right: 1px solid #faaddf;
		border-bottom: 1px solid #faaddf;
		
		text-align: center;
	
	}
	
		#content .left_sidebar_container .search .search_inside {
		
			padding: 4px;
		
		}




	#content .left_sidebar_container .items {

	width: 100%;
	height: 81,5%;
	
	float: left;
	
	background-color: #ebf8fe;
	
	
	}




	#content .left_sidebar_container .items .fotoalbum {
	
	height: 170px;
	width: 100%;
	
	margin-top: 35px;
	
	
	
	}
	
	
		#content .left_sidebar_container .items .fotoalbum h1{
		
			font-weight: bold;
		
			margin: 0;
			margin-left: 3px;
			font-size: 120%;
			
		
			padding: 2px;
			padding-left: 13px;
		
			text-align: left;
		
			background-image: url("../img/arrow.gif");
			background-repeat: no-repeat;
		
		
		
		}
		
		#content .left_sidebar_container .items .fotoalbum a {
		  
		text-decoration: none;
		
		}
		
			#content .left_sidebar_container .items .fotoalbum .fotoalbum_inside{
			
			padding: 4px;
			
			}



	#content .left_sidebar_container .items .random_image{
	
		height: 150px;
		width: 90%;
	
		background-color: #f7c6e6;
		background-image: url("../img/bg_frontpageright.gif");
		background-repeat: repeat-x;
		border: 1px solid #faaddf;
		
		margin-top: 20px;
		margin-left: 10px;
		
		text-align: center;
	
	}
	
		#content .left_sidebar_container .items .random_image .random_image_inside {
		
		
		
		}
		
			#content .left_sidebar_container .items .random_image .random_image_inside img {
			
			
			margin-top: 13px;
			border: 1px solid #faaddf;
			
			width: 160px;
			height: 120px;
			
			}


	#content .left_sidebar_container .items .random_image img.ballonnen_klein {
	
	
	position: absolute;
	
	left: -7px;
	top: -30px;
	
	}

/*   -------------------------------------- CONTENTTEXT---------------------------------------------- */

#content .right_contenttext {

	width: 72%;
	height: auto;
	min-height: 500px;

	float: right;

	background-color: #ffffff;
	background-image: url("../img/bg_content_right_contenttext.gif");
	background-repeat: no-repeat;


}


		#content .right_contenttext .contenttext_insidepadding {
		
			padding-right: 5px;
			padding-top: 8px;

			min-height: 150px;
		
			height: auto;
		}




	#content .right_contenttext .contenttext_insidepadding .frontpage {
	
		width: 100%;
		height: 100%;
	
		overflow: hidden;


	}


		#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagetop{
		
			width: 99%;
			height: 50%;
		
			overflow: hidden;
		
		}
		
		
		
			#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagetop img{
			
				margin-top: 5px;
			}
			
			
			#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagebottom{
			
				width: 100%;
				height: 48%;
			
				margin-top: 5px;
			
			}
		
				#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagebottom .frontpageleft{
				
					width: 29%;
					height: 100%;
				
					float: left;
				
					margin-right: 6px;
				
				}
				
				#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagebottom .frontpagemiddle{
				
					width: 29%;
					height: 100%;
				
					float: left;
				
					margin-right: 6px;
				
					border-left: 1px dotted #000000;
					border-height: 60%;
					
					padding-left: 5px;
				
				}
		
		
				#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagebottom .frontpageright {
				
					width: 37%;
					height: 200px;
				
					float: left;
				
					overflow: hidden;
				
					background-color: #f7c6e6;
					background-image: url("../img/bg_frontpageright.gif");
					background-repeat: repeat-x;
				
				
				
				}
			
			
				#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagebottom .frontpagerightcontent{
				
					width: 100%;
					height: 160px;
				
					background-color: #f7c6e6;
				
					margin-top: 20px;
				
				}
				
				
				#content .right_contenttext .contenttext_insidepadding .frontpage .frontpagebottom .frontpagerightbottom{
				
					width: 100%;
					height: 20px;
				
					background-color: #f7c6e6;
					background-image: url("../img/news_bg.gif");
					background-repeat: no-repeat;
					background-position: bottom right;
				
				}

/*   -------------------------------------- FOOTER----------------------------------------------- */

#footer {

	min-height: 60px;
	
	width: 100%;
	
	clear: both;

	background-image: url("../img/bg_body.gif")

}

	#footer .top {
	
		height: 32px;
		width: 100%;
		
		background-image: url("../img/bg_footer_top.gif")
	
	}


		#footer .top a,
		#footer .top a:active,
		#footer .top a:visited {
		
			text-decoration: none;
			color: #ffffff
		
		}




	#footer .top .left_policy {

		height: 32px;
		width: 25%;
		
		float: left;
	
		padding-top: 8px;
	
		text-align: center;
		color: #ffffff;
	
	}

	#footer .top .right_address {

		height: 32px;
		width: 75%;
		
		float: right;
	
		padding-top: 8px;
	
		text-align: center;
		font-weight: bold;
		color: #ffffff;
	
	}

	#footer .footer-bottom {

		width: 100%;
		
		padding-top: 15px;
		margin-bottom: 10px;
		
		text-align: center;
		
		color: #0077c0;

		background-image: url("../img/bg_body.gif")
	
	}
	
	#footer .footer-bottom a,
	#footer .footer-bottom a:active,
	#footer .footer-bottom a:visited {
		
		color: #0077c0;
		
		text-decoration: none;
	
	}








/*===============================================
			LETTERTYPE OPMAAK
 ===============================================*/		

/*----------------------------------------------------------------------
			HYPERLINKS OPMAAK
----------------------------------------------------------------------*/


 a:link { 
	color: #000000;
	font-style: none;
	}

 a:visited {
	color: #000000;
	font-style: none;
	
	}
 a:hover {
	color: #006cae;
	font-style: none;
	}

a:active {
	color: #000000;
	font-style: none;
	
	}


/*----------------------------------------------------------------------
			KOPPEN OPMAAK
----------------------------------------------------------------------*/

h1 { 

	font-weight: bold;

	margin: 0;
	font-size: 120%;
	

	padding: 2px;
	padding-left: 13px;

	text-align: left;

	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;

	}

h1.csc-firstHeader { 

	font-weight: bold;

	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 120%;
	

	padding: 2px;
	padding-left: 13px;

	text-align: left;

	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;

	}

h1.zoekenh1 { 

	font-weight: bold;

	margin: 0;
	font-size: 120%;
	

	padding: 2px;
	padding-left: 13px;

	text-align: left;

	background-image: url("../img/arrow_blue.gif");
	background-repeat: no-repeat;

	}

h2 { 
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;

	}


p { 

}


ul {
	margin-left: 15px;
	}

li {

}


img {
	border: none;
	}


/*----------------------------------------------------------------------
			FORMULIEREN OPMAAK
----------------------------------------------------------------------*/
	
input {
	border: 1px solid #3183c8;

	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;

	width: 300px;

	margin: 1px;

}

input.submit {
	border: 0;
	background-image: url("../img/bg_button.gif");

	color: #ffffff;
	font-weight: bold;
	font-family: verdana, arial, tahoma, sans-serif;

}


input.submit:hover {
	background-image: url("../img/bg_button_hover.gif");
	cursor: pointer;

	border: 0px;
}


input.button {

	background-image: url("../img/bg_button.gif");
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;

	width: auto;

	margin-top: 10px;
}



input:hover.button{


	background-image: url("../img/bg_button_hover.gif");
	cursor: pointer;

}

textarea{
	border: 1px solid #3183c8;

	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 100%;


	width: 300px;

	margin: 1px;
}



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



input.zoekbutton {

	background-image: url("../img/bg_button.gif");
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;

	width: auto;
}

input.zoekbutton:hover {

	background-image: url("../img/bg_button_hover.gif");
	cursor: pointer;

}

input.zoekveld {

	border: 1px solid #3183c8;
	font-size: 100%;

	width: 150px;
}


input.csc-mailform-checkbox {

	width: auto;
	border: none;
}

select {

	border: 1px solid #3183c8;

	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;

	width: 300px;

	margin: 1px;
}

.csc-mailform-select {


	border: 1px solid #3183c8;

	color: #000000;
	font-family: verdana, arial, tahoma, sans-serif;

	width: 300px;

	margin: 1px;
}















/*   ====================================== EXTENSIONS=========================================== */

/*   -------------------------------------- LZ GALLERY ----------------------------------------------- */

.tx-lzgallery-pi1 {


text-align: left;

}


#tx-lzgallery-pi1-listing {

	width: 98%;

}

	#tx-lzgallery-pi1-listing .title a {
	
		width: 98%;
		font-size: 12px;
		font-weight: bold;
	
		color: #1282c7;

		text-decoration: none;
	
	
	}


#tx-lzgallery-pi1-listing .count {

	width: 5%;

}


.descr_short {



}



#tx-lzgallery-pi1-title {

	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
	width: 98%;

	color: #1282c7;

	margin-left: 5px;

}


table#tx-lzgallery-pi1-fotonav {

	margin: 0;
	padding: 0;

	margin-left: auto;
	margin-right: auto;


}

	table#tx-lzgallery-pi1-fotonav a img{
	
		border: 0;
		text-decoration: none;


	}

	#tx-lzgallery-pi1-fotonav td {

		margin: 0;
		padding: 0;
	
		text-align: center;

		width: 25px;
		height: 25px;

	}


		#tx-lzgallery-pi1-fotonav td.top {





		}

			#tx-lzgallery-pi1-fotonav td.top a {
	
				background-image: url("../img/lzgallery_button_lijst.png");


				display: block;
				height: 100%;
				widht: 100%;
			}



		#tx-lzgallery-pi1-fotonav td.up {




		}

			#tx-lzgallery-pi1-fotonav td.up a {
	
				background-image: url("../img/lzgallery_button_omhoog.png");


				display: block;
				height: 100%;
				widht: 100%;
			}



		#tx-lzgallery-pi1-fotonav td.previous {




		}


			#tx-lzgallery-pi1-fotonav td.previous a {
	
				background-image: url("../img/lzgallery_button_vorige.png");


				display: block;
				height: 100%;
				widht: 100%;
			}




		#tx-lzgallery-pi1-fotonav td.next {





		}

			#tx-lzgallery-pi1-fotonav td.next a {
	
				background-image: url("../img/lzgallery_button_volgende.png");


				display: block;
				height: 100%;
				widht: 100%;
			}



	#tx-lzgallery-pi1-fotonav a {
	
		text-decoration: none;
	}


#tx-lzgallery-pi1-fotos {

	margin-left: auto;
	margin-right: auto;

}


	#tx-lzgallery-pi1-fotos a img {
	

	
	
	}
	

#tx-lzgallery-pi1-image {

	text-align: center;



	padding: 1px;
	margin: 1px;

}

	#tx-lzgallery-pi1-image img { 
	

	
	}

#tx-lzgallery-pi1-preview {

	text-align: center;



	padding: 1px;
	margin: 1px;

}



	#tx-lzgallery-pi1-preview a img { 
	


	}

















#tx-lzgallery-pi1-info {

	width: 100%;

}



.sorting {

	background-color: #f2f8ff;
	border: 1px solid #c4d6e5;

}


.sorting a {

	text-decoration: none

}

.descr_short {

	vertical-align: top

}



/*   -------------------------------------- JQUERY ----------------------------------------------- */



*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}


/*  -------thickbox specific link and font settings */

#TB_window {

	color: #ffffff;
}

#TB_secondLine {

	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}


/* ---------- thickbox settings */

#TB_overlay {
  min-height:100%; 
  height: auto; 
  _height:100%;
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background-color: #2d93d1;
	z-index: 102;
	color:#000000;
	display:none;
	border: 3px solid #0076be;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border: 3px solid #0076be;

}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/*   -------------------------------------- TT NEWS ----------------------------------------------- */





.news-latest-item {


	background-color: #f9d1eb;
	width: 90%;

	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;

}

.news-latest-date {

	color: #c823a3;
	font-size: 7pt;
}


 .news-latest-item h3 {
	
	font-size: 100%;

}

.news-latest-item p {
	
	margin: 2px;

}


.news-latest-morelink {

	font-size: 90%;

	text-align: right;
}

 .news-latest-item a, .news-latest-item a:active, .news-latest-item a:visited {
	
	text-decoration: none;
	font-weight: bold;

}


.news-latest-archivelink {

	width: 90%;

	margin-left: auto;
	margin-right: auto;

	margin-top: 5px;
	font-size: 80%;


}


.news-latest-gotoarchive {
	font-size: 90%;

	text-align: right;

	font-weight: bold;

	margin-top: 3px;

}






.news-list-item {


	width: 98%;

	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;


}

.news-list-date {

	color: #c823a3;
	font-size: 7pt;
}


 .news-list-item h3 {
	
	font-size: 100%;

}

.news-list-item p {
	
	margin: 2px;

}


.news-list-morelink {

	font-size: 90%;

	text-align: right;
}

 .news-list-item a, .news-latest-item a:active, .news-latest-item a:visited {
	
	text-decoration: none;
	font-weight: bold;

}




.news-list-gotoarchive {
	font-size: 90%;

	text-align: right;

	font-weight: bold;

	margin-top: 3px;

	text-decoration: none;
		
	margin-bottom: 4px;

}


.news-list-gotoarchive a, a:active, a:visited{

	text-decoration: none;

}


.news-single-item {

	width: 98%;

	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;

}


.news-single-timedata {

	color: #c823a3;
	font-size: 7pt;
}



.news-single-backlink {

	font-size: 90%;

	text-align: left;

	font-weight: bold;

	margin-top: 8px;

	text-decoration: none;
}

div.tx-indexedsearch input {

	width: 175px;
	
}


div.tx-indexedsearch select {

	width: 175px;
	
}

div.tx-indexedsearch table select {

	width: 175px;
	
}