@charset "utf-8";
/* CSS Document */

html, body {
	background: #fff url(../img/background.jpg) no-repeat top center;
	margin: 0px;
}

body, td {
	font-family: arial;
	font-size: 12px;
}

img { border: none; }

.error {
	color: red;
	font-weight: bold;
}

.succes {
	color: green;
	font-weight: bold;
}

h1,h2,h3 { margin:0px;padding:0px; }


/* SLIDESHOW */
#slideshow {
	position:absolute;
	width: 930px;
	height: 302px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	z-index:0;
}

/* ROUTEPLANNER */
#routeplanner_locationholder {
	width:270px;
	height:115px;
	font-size:12px;
}

/* LINKS */
#link  {
	display: block;
	float: left;
	border: solid #ccc 1px;
	width: 181px;
	height: 272px;
	padding: 3px;
	margin: 5px;
	text-align: center;
}

/* MAIN */

#container {
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
}

	#logo {
		position: absolute;
		top: 13px;
		width: 930px;
		height: 122px;
		margin-left: 63px;
		z-index: 1;
	}
	
	#header {
		background: url(../img/header.jpg);
		width: 930px;
		height: 88px;
		margin-left: auto;
		margin-right: auto;
		border-left: solid #fff 1px;
		border-right: solid #fff 1px;
	}
	
		#icons {
			position: absolute;
			top: 50px;
			width: 920px;
			text-align: right;
			z-index:3;
		}
		
	#knop-groepen {
		position: absolute;
		width: 930px;
		margin-left: 35px;
		text-align: right;
		z-index: 1;
	}
	
	#navigatie {
		width: 1001px;
		height: 51px;
	}
	
		#menu {
			background: url(../img/menu_background.jpg);
			width: 930px;
			height: 52px;
			margin: 0px;
			margin-left: 34px;
			padding: 0px;
			border-left: solid #fff 1px;
			border-right: solid #fff 1px;
		}
		
			#menu li {
				list-style: none;
				float: left;
			}
		
			#menu li a {
				display: block;
				background: url(../img/menu_divider.png) no-repeat top right;
				padding-left: 12px;
				padding-right: 14px;
				line-height: 52px;
				text-decoration: none;
				color: #fff;
			}
			
				#menu li a:hover, #menu li a.active {
					font-weight: bold;
				}
			
			#menu li ul {
				display: none;
			}
		
				#menu li:hover ul, #menu li.hover ul {
					position: absolute;
					display: block;
					margin: 0px;
					padding: 0px;
				}
				
				#menu li ul li {
					clear: both;
				}
		
				#menu li ul li a {
					display: block;
					min-width: 169px;
					background: url(../img/submenu_background.jpg);
					border: solid #fff 1px;
					border-top: none;
					height: 29px;
					padding-left: 12px;
					padding-right: 12px;
					line-height: 29px;
					font-weight: bold;
				}
		
					#menu li ul li a:hover, #menu li ul li a.active {
						background: url(../img/submenu_hover.jpg);
					}
	
	#midden {
		background: url(../img/midden.png) repeat-y;
		width: 1001px;
		min-height: 600px;
	}
	
	#midden_reserveren {
		background: url(../img/midden_reserveren.png) repeat-y;
		width: 1001px;
		min-height: 300px;
	}
	
		#leftCol {
			float: left;
			width: 735px;
		}
		
			#breadcrumbs {
				background: url(../img/breadcrumbs.png) no-repeat;
				width: 702px;
				height: 30px;
				padding-left: 51px;
				line-height: 30px;
				font-size: 11px;
			}
			
				#breadcrumbs h1 {
					display: inline;
					font-size: 11px;
					font-weight: normal;
					text-decoration: underline;
				}
		
			#content {
				padding-top: 20px;
				padding-left: 50px;
				padding-right: 40px;
				line-height: 18px;
			}
			
				#content a {
					color: black;
				}
		
		#rightCol {
			float: left;
			width: 266px;
		}
		
			#waarom {
				display: block;
				background: url(../img/waarom.png) no-repeat;
				width: 175px;
				height: 320px;
				padding: 10px;
				margin-top: 17px;
				margin-left: 17px;
				font-size: 11px;
			}
			
				#waarom strong {
					color: #f7ba30;
				}
				
				#waarom ul {
					margin: 0px;
					padding: 15px;
					color: #5e5e5e;
				}
				
					#waarom li {
						margin-bottom: 8px;
					}
					
			#informatie {
				display: block;
				width: 195px;
				margin-left: 17px;
				font-size: 10px;
				text-align: center;
			}
			
				#informatie a {
					color: #000;
				}
		
		#clear {
			clear: both;
		}
	
	#footer {
		clear: both;
		background: url(../img/footer.png) no-repeat;
		width: 1001px;
		height: 114px;
	}
	
	#footer_reserveren {
		clear: both;
		background: url(../img/footer_reserveren.png) no-repeat;
		width: 1001px;
		height: 114px;
	}
	
		#logo_copyright {
			position: absolute;
			text-align: center;
			margin-top: 65px;
			margin-left: 805px;
			font-size: 11px;
			z-index: 1;
		}
		
			#logo_copyright a {
				color: black;
			}
