/* Begin default CSS */

html, body{
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
	outline: none;
	focus: none;
}

a, a:active, a:focus{
	outline: none;
}

h1, h1 a{
	padding: 0;
	margin: 0;
	color: #005399;
	font-size: 1.1em;
	text-decoration: none;
	outline: none;
}

h2{
	padding: 0;
	margin: 0 0 5px 0;
	color: #005399;
	font-size: 1em;
	text-decoration: none;
}

p{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.6em;
	color: #5e5e5e;
	font-size: 0.8em;
}

hr {
    margin: 15px 0 15px 0;
    background-image: url(../images/line_news.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 1px;
    border: 0;
}        

p a, .contentText li a{
	font-weight: bold;
	color: #005399;
	text-decoration: none;	
}

p a:hover{
	text-decoration: underline;
}

.pager td {
	padding: 4px;
}

.pagerFirst, .pagerPrevious {
	text-align: left;
	width: 10%;
}

.pagerNext, .pagerLast {
	text-align: right;
	width: 10%;
}

.pagerSelection {
	text-align: center;
	width: 60%;
}

.pagerSelectionItem {
	text-align: center;
}

.pagerSelectionItemActive {
	text-align: center;
	font-weight: bold;
}

.pagerAbstract {
	font-weight: bold;
	text-align: center;
}

.cmsError {
	border: 1px solid black;
	background-color: #D1E428;
}

input.readOnly {
	color: black;
	background-color: #D4D0C8;
}

div.cms-internal-error {
	color: #dd0000;
}

/* Einde default CSS */

/* Wrapper */

#wrapper{
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px; /* the bottom margin is the negative value of the footer's height */
}

/* Container */

#siteContainer{
	width: 1000px;
	margin: 0 auto;

}

/* Header */

#header{
	height: 165px;
	background-image: url(../images/bg_header.jpg);
	padding: 18px 0 0 20px;
}

	#header .logo{
		width: 220px;
		padding: 50px 0 0 0;
		float: left;
	}
	
	
	#header .image{
		width: 220px;
		height: 155px;
		padding: 0 15px 0 15px;
		background-image: url(../images/gb_header_image.gif);
		background-position: center top;
		background-repeat: no-repeat;
		display: block;
		float: right;
	}
	
	#header .imageRight{
		width: 220px;
		height: 155px;
		padding: 0 23px 0 7px;
		background-image: url(../images/gb_header_image.gif);
		background-position: 7px top;
		background-repeat: no-repeat;
		display: block;
		float: right;
	}	
	
		#header .image img,
		#header .imageRight img{
			padding: 5px 0 0 5px;
		}


/* Menu */

#menu{
	height: 30px;
	padding: 0 0 10px 0;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}

		#menu ul{
			float:left;
			position:relative;
			z-index:200;
			height: 30px;
			width: 820px;
			margin: 0;
			padding: 0 0 0 20px;
		}
		
				#menu ul li{
					display: block;
					float: left;
					position: relative;
				}
				
					#menu ul li a{
						color: #FFFFFF;
						float: left;
						text-decoration: none;
						font-size: 14px;
						padding: 5px 17px 0 17px;
						display: block;
						height: 20px;
						background-image: url(../images/bg_pipe_blue.gif);
						background-position: right top;
						background-repeat: no-repeat;
					}
					
						#menu ul li a:hover,
						#menu ul li a.active,
						#menu ul li.lastChild a:hover{
							background-image: url(../images/bg_pipe_grey.gif);
							background-position: right top;
							background-repeat: repeat-x;
							color: #005399;
						}
						
					#menu ul li.lastChild{
						float: right;
						}
						
						#menu ul li.lastChild a{
							background-image: none;
							padding: 5px 17px 0 17px;
							display: block;
							width: 62px;
							text-align: center;
							}

						
						/* Dropdown */
						
						#menu ul li ul{
							display: block;
							float: none;
							height: auto;
							left: 0;
							margin: 25px 0 0 0;
							padding: 0;
							position: absolute;
							visibility: hidden;
							z-index: 100;
							width: 180px;
							background-image: none;
							border-left: 1px #e1e1e1 solid;
							border-right: 1px #e1e1e1 solid;	
							border-bottom: 1px #e1e1e1 solid;			
						}
						
							#menu ul li ul li{
								display: block;
								float: none;
								height: auto;
								margin: 0;
								padding: 0; 								
							}
							
								#menu ul li ul li a{
									background-image: url(../images/bg_submenu.gif);
									background-repeat: repeat-x;
									background-color: #f3f3f3;
									background-position: top;
									color: #005399;
									display: block;
									height: auto;
									float: none;
									width: 146px;
									padding: 0;
									margin: 0;
									font-size: 13px;
									padding: 7px 17px 4px 17px;							
								}
								
									#menu ul li ul li a:hover,
									#menu ul li ul li.lastChild a:hover{
										background-image: url(../images/bg_submenu_hover.gif);
										background-repeat: repeat-x;
										background-color: #005399;
										color: #FFFFFF;
									}
									
									
									#menu ul li ul li.lastChild{
										float: left;
										text-align: left;
									}

									
									#menu ul li ul li.lastChild a{
										display: block;
										height: auto;
										float: left;
										width: 146px;
										padding: 0;
										margin: 0;
										font-size: 13px;
										padding: 7px 17px 4px 17px;
										text-align: left;
										background-image: url(../images/bg_submenu_lastChild.gif);
										background-repeat: repeat-x;
										background-color: #f8f8f8;
										background-position: top;
									}
									
/* Language */

#menu .language{
	display: block;
	width: 24px;
	height: 19px;
	float: left;
	padding: 3px 0 0 6px;
}

/* Search */

#menu .search, #menu .searchenglish{
	float: left;
	padding: 3px 0 0 0;
	width: 109px;
}

	#menu .search #searchString, #menu .searchenglish #searchString{
		width: 83px;
		height: 19px;
		background-image: url(../images/bg_searchfield.gif);
		background-repeat: no-repeat;
		background-position: right;
		border: none;
		float: left;
		padding: 0 0 0 5px;
		line-height: 20px;
		margin: 0;
		font-size: 0.7em;
		color: #5e5e5e;
	}
	
	#menu .search .zoekbutton, #menu .searchenglish .zoekbutton{
		width: 21px;
		height: 19px;
		background-image: url(../images/btn_search.gif);
		background-repeat: no-repeat;
		background-position: right;
		border: none;
		padding: 0;
		margin: 0;
		float: left;
		cursor: pointer;
	}

/* Content */

#contentContainer{
	width: 980px;
	padding: 0 10px;
	height: 100%;
	overflow: hidden;
}

#contentContainer span.leesMeer a, .contentLeft .news .leesMeer{
	color: #005399;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding: 0 15px 0 0;
	font-size: 0.8em;
}

	#contentContainer span.leesMeer a:hover{
		text-decoration: underline;
	}

#contentContainer .back{
	color: #005399;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/arrow_blue_back.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 0 15px;
	font-size: 0.8em;
}

/* Content Home */

	.homeBlocksmall{
		display: block;
		float: left;
	}
	
	.homeBlockbig{
		display: block;
		float: left;
	}
	
		#homeMap{
			display: block;
			width: 215px;
			height: auto;
			background-image: url(../images/bg_homemap.gif);
			background-repeat: no-repeat;
			background-position: right top;
			padding: 20px 20px 20px 10px;
		}
		
			#homeMap .mapImage{
				display: block;
				width: 211px;
				height: 211px;
				padding: 15px 0 0 0;
				background-image: url(../images/bg_image_211x211.gif);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			
				#homeMap .mapImage img{
					margin: 5px 0 0 5px;
				}
			
		#homeContact{
			display: block;
			position: relative;
			width: 215px;
			height: auto;
			background-image: url(../images/bg_homecontact.gif);
			background-repeat: no-repeat;
			background-position: top left;
			padding: 20px 10px 20px 20px;
		}
		
				#homeContact .contactForm{
					padding: 15px 0 0 0;
				}
		
				#homeContact .contactForm input{
					border: 1px #CCCCCC solid;
					width: 198px;
					height: 18px;
					display: block;
					margin-bottom: 7px;
					padding: 2px 5px 0 5px;
				}

				#homeContact .contactForm input[type=hidden]{
					display: none;
				}
				
				#homeContact .contactForm textarea{
					border: 1px #CCCCCC solid;
					width: 198px;
					height: 100px;
					display: block;
					margin-top: 0;
					margin-bottom: 7px;
					padding: 2px 5px 0 5px;
					overflow: auto;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 0.9em;
				}
				
				#homeContact .contactForm input.formSubmitSend{
					float: right;
					display: block;
					height: 22px;
					width: 71px;
					background-image: url(../images/btn_verstuur_nl.gif);
					background-position: left;
					background-repeat: no-repeat;
					cursor: pointer;
					border: none;
					padding: 0 5px 0 0;
					background-color: #FFFFFF;
					color: #FFFFFF;
					font-size: 0.7em;
				}
				
				#homeContact span{
					font-size: 0.7em;
					color: #CCCCCC;
					position: absolute;
					bottom: 29px;		
				}
		
		#homeIntroduction{
			display: block;
			width: 215px;
			height: 230px;
			background-image: url(../images/bg_homeintroduction.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
			padding: 5px 20px 20px 10px;
		}
		
		#homeManagement{
			display: block;
			width: 215px;
			height: 230px;
			background-image: url(../images/bg_homemanagement.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
			padding: 5px 10px 20px 20px;
		}
		
		#homeNews{
			display: block;
			width: 205px;
			height: auto;
			background-image: url(../images/bg_homenews.gif);
			background-repeat: no-repeat;
			background-position: top;
			padding: 20px;
			position: relative;
			margin: 0px;
		}
		
			#homeNews .newsItem{
				padding: 15px 0 15px 0;
				background-image: url(../images/line_news.gif);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			
			#homeNews span.meerNieuws a{
				position: absolute;
				top: 22px;
				left: 100px;
				text-decoration: none;
				font-size: 0.8em;
				color: #d3c128;
				font-weight: bold;
				padding: 0 50px 0 6px;
				background-image: url(../images/bg_meerNieuws.gif);
				background-repeat: no-repeat;
				background-position: left 4px;
			}
			
			#homeNews .newsItem a{
				text-decoration: none;
				}
			
			#homeNews .newsItem h2{
					font-size: 0.8em;
					margin: 0;
					padding: 0;
					line-height: 1.3em;
				}
			
				#homeNews .newsItem h2 a{
					text-decoration: none;
					color: #005399;
					display: block;
					width: 205px;
				}
				
				#homeNews .newsItem a.date{
					font-size: 0.7em;
					color: #5e5e5e;
					text-decoration: none;
					display: block;
					width: 150;
				}
				
				#homeNews .newsItem a.abstract{
					font-size: 0.8em;
					color: #5e5e5e;
					text-decoration: none;
				}
				
				#homeNews .newsItem p{
					padding: 5px 0 0 0;
					margin: 0;
				}
				
				#homeNews .newsItem a.leesMeer{
					background-image: url("../images/arrow_blue.gif");
					background-position: 66px 4px;
					background-repeat: no-repeat;
					color: #005399;
					font-size: 0.8em;
					font-weight: normal;
					padding: 0 15px 0 0;
					text-decoration: none;
					display: block;
					width: 100px;
				}
		
		#homeForsale{
			display: block;
			width: 205px;
			height: auto;
			padding: 20px;
			background-image: url(../images/bg_homeforsale.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
		
			#homeForsale .kavelImage{
				width: 205px;
				height: 138px;
				padding: 15px 0 0 0;
				background-image: url(../images/bg_image_205x138.gif);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			
				#homeForsale .kavelImage img{
					padding: 5px 0 0 5px;
				}

	
		#homeSlider{
			background-image: url(../images/bg_homeslider.gif);
			background-repeat: no-repeat;
			background-position: bottom;
			width: 469px;
			height: 255px;
			position: relative;
			padding: 0 0 0 21px;

		}
		
		#homeSlider #imageCarrousel{
			padding: 10px 0 0 0;			
		}
		
/* Content Pagina */

.content{
	background-image: url(../images/bg_contentpage.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	min-height: 400px;
}

.content .contentLeft{
	width: 459px;
	padding: 15px 20px 15px 10px;
	float: left;
}

.content .contentRight{
	width: 471px;
	padding: 15px 0px 15px 20px;
	float: left;
}

.content .contentText{
}

	.content .contentText ul{
		font-size: 0.8em;
		padding: 0 0 0 15px;
		margin: 8px 0;
		color: #5e5e5e;
		line-height: 1.6em;
	}
	
	.content .contentText ul li{
		padding: 0 0 8px 18px;
		list-style: none;
		background-image: url(../images/arrow_green.gif);
		background-position: left 6px;
		background-repeat: no-repeat;
	}

.buttonKavels{
	float: right;
	padding: 10px 0 0 0;	
}

.contentLeft .news{
	padding: 20px 0 0 0;
}

.contentLeft .news h1{
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 30px;
}

	.contentLeft .news .date{
		font-size: 0.7em;
		padding: 0 0 0 0;
	}
	
	.contentLeft .news .abstract{
		font-size: 0.8em;
		padding: 0 0 5px 0;
	}

/* Content Kavelkaart */

.contentFlashmap{
	background-image: url(../images/bg_kavelkaart.gif);
	background-repeat: no-repeat;
	background-position: top;
    position: relative;
	width: 100%;
	min-height: 500px;
}

	.contentFlashmap .contentMap{
        height: 500px;
	}
	
		.contentFlashmap #flashContainerMap_nl, .contentFlashmap #flashContainerMap_en{
          		position: absolute;
                left: 240px;
				width: 710px;
				padding: 0 10px 15px 20px;
                z-index: 99;
		}
		
	.contentFlashmap .contentTextflashmap{
		padding: 20px 10px 10px 259px;
	}
	
/* Kruimelpad */

#breadcrumb{
	height: 25px;
	padding: 0 20px;
}

	#breadcrumb span.pageTitle{
		color: #5e5e5e;
		font-size: 0.9em;
		background-image: none;
		padding-right: 5px;
	}
		#breadcrumb span.pageTitle a{
			color: #5e5e5e;
			background-image: url(../images/arrow_blue.gif);
			background-repeat: no-repeat;
			background-position: right 4px;
			padding-right: 15px;
			font-weight: normal;
			text-decoration: none;
		}
		
			#breadcrumb span.pageTitle a:hover{
				text-decoration: underline;
			}
		
/* Footer */

#footer{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer, #footerPush{
	height: 33px;
}

	#footer ul{
		list-style: none;
		padding: 8px 0 0 0;
		margin: 0;
		float: right;
	}
	
		#footer ul li{
			float: left;
		}
		
		#footer ul li a{
			float: left;
			font-size: 0.7em;
			text-decoration: none;
			color: #005399;
			padding: 0 0 0 8px;
		}
		
		#footer ul li a:hover{
			text-decoration: underline;
		}

#carrouselContainer
{
    height: 225px;
    padding-top: 10px;
	padding-left: 0;
    width: 449px;
}

#homeSlider .arrow
{
	background-image: url(../images/carrousel/arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

#carrouselContainer .images
{
   /* float: left;
    height: inherit;
    position: relative;
    width: inherit;
    z-index: 0;*/
}

#carrouselContainer .images .picture
{
}

#carrouselContainer .images .description
{
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 32px;
    height: inherit;
    line-height: 1em;
    text-decoration: none;
	text-align: center;
    width: inherit;
	background-image: url(../images/carrousel/hover.png);
	background-repeat: no-repeat;
	width: 449px;
	height: 225px;
}

#carrouselContainer .images .description span
{
    padding: 30px 30px;
	color: #FFFFFF;
	margin: 0;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
}

.galleria-container {background-color: transparent}

.fotoviewerLarge
{
    margin: 0 0 0 -22px;
}

.fotoviewerLarge img
{
    float: left;
   	padding: 5px 4px 10px 23px;
}

.fotoviewerLarge img.mediumTop
{
	background-image: url(../images/bg_image_mediumtop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.fotoviewerLarge img.mediumBottom
{
	background-image: url(../images/bg_image_mediumbottom.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}

.fotoviewerLarge img.smallTop
{
	background-image: url(../images/bg_image_smalltop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.fotoviewerLarge img.smallBottom
{
	background-image: url(../images/bg_image_smallbottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 5px 4px 4px 25px;
	overflow: hidden;
}

#imageCarrousel229, #imageCarrousel230
{
    display: none;
}

.imageCarrousel
{
    height: 0;
    width: 960px;
	height: 500px;
	overflow: hidden;
}

.imageCarrousel .closeButton
{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.imageCarrousel div.navigation
{
	width: 260px;
	float: left;		
}

.imageCarrousel div.carNav
{
    position: relative;
    height: 330px;
    overflow: hidden;
    width: 260px;
    float: left;
    margin-left: -15px;
}

    .imageCarrousel div.carWrapper
    {
        position: absolute;
        width: inherit;
    }

    .imageCarrousel div.carNav a
    {
        border: 1px solid #CCC;
        cursor: pointer;
        display: block;
        height: 80px;
        float: left;
        padding: 3px;
        margin: 11px 0 11px 30px;
        width: 80px;
    }

.imageCarrousel .carSlidesContainer
{
    background: #FFF;
    border: 1px solid #CCC;
    height: 412px;
    float: right;
    overflow: hidden;
    padding: 3px;
    width: 692px;
}

.imageCarrousel .carSlidesWrapper
{
    position: relative;
    height: 412px;
    overflow: hidden;
    visibility: hidden;
    width: 692px;
}

.imageCarrousel .carSlides
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imageCarrousel .carSlides .imageDiv
{
    float: left;
}

.imageCarrousel .carSlides .imageDiv .description
{
    background: #FFF;
    margin: 15px;
    padding: 10px;
	color: #5e5e5e;
	font-size: 0.8em;
}

.imageCarrousel .description h4
{
    margin: 3px 0 5px 0;
	color: #005399;
	font-size: 1.1em;
	font-weight: bold;
}

img.scrollUp, img.scrollDown{
	cursor: pointer;
	padding-left: 33px;
}

/* Sitemap */

ul.sitemap{
	list-style: none;
}

	ul.sitemap li{
		list-style: none;
		background-image:url("../images/arrow_green.gif");
		background-position:left 6px;
		background-repeat:no-repeat;
		list-style:none outside none;
		padding:0 0 8px 18px;
	}
	
		ul.sitemap li a{
			text-decoration: none;
			color: #005399;
			font-weight: bold;
		}
		
		ul.sitemap li a:hover{
			text-decoration: underline;
		}
		
				ul.sitemap li ul{
					padding: 5px 0 10px 20px;
				}
		
				ul.sitemap li ul li a{
					font-weight: normal;
			}
			
/* Search results */

.searchResults .result{
	padding: 15px 0 0 0;
	color:#5e5e5e;
	font-size: 0.8em;
}

	.searchResults h2{
		margin: 0;
		padding: 0 0 0 0;
		color: #005399;
		font-size: 1.2em;
	}
	
	.searchResults .result a{
		color: #005399;
		text-decoration: none;
		font-weight: normal;
		background-image: url(../images/arrow_blue.gif);
		background-repeat: no-repeat;
		background-position: 65px 8px;
		padding: 5px 15px 0 0;
		font-size: 0.9em;
		display: block;
}

	.searchResults .result a:hover{
		text-decoration: underline;
}

.searchResults ul li{
		list-style: none;
		background-image:url("../images/arrow_green.gif");
		background-position:left 6px;
		background-repeat:no-repeat;
		list-style:none outside none;
		padding:0 0 8px 18px;
		color: #5e5e5e;
		font-size: 0.8em;
	}

/* Foutmeldingen */

.required,
    #homeContact .contactForm input.required,
    #homeContact .contactForm textarea.required,
    #homeContact .contactForm select.required
{
    background: url(/client/polanenpark/images/icon_inputstar.png) no-repeat right 0px;
    background-repeat: no-repeat;
}

.errored,
    #homeContact .contactForm input.errored,
    #homeContact .contactForm textarea.errored,
    #homeContact .contactForm select.errored
{
    border: 1px solid #cfcfcf;
    background-color: #ffe7e7;
}

    img.errored
    {
        display: block;
        padding: 4px;
        margin-right: 1px;
        padding-bottom: 2px;
        vertical-align: middle;
        float: left;
        border: 1px solid #cfcfcf;
        border-left: none;
    }


