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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
body {
	background: url(images/bgr.jpg) top center;
	}
	
.clear { clear: both; }
.hide { display: none; }
.show { display: ;}

#container {
	margin: 0px auto;
	width: 922px;
	}
	
#header p {
	margin-top: 20px;
	text-align: center;
	}
	
#speciaal {
	list-style-type: none;
	margin-left: 100px;
	}
		
	#speciaal li {
		float: left;
		margin: 0px;
	}
	
#site {
	background: url(images/container.png) top right no-repeat;
	height: 650px;
	margin-top: -14px;
}

	#menu {
		float: left;
		width: 145px;
	}	
	
	#menu ul {
		list-style-type: none;
		margin: 0px;
		margin-left: 1px;
		margin-top: 80px;
		}
		
		#menu ul li {
			margin-top: -13px;
			}
	
	#content {
		float:left;
		width: 720px;
	}
	
	#content-container-inner {
		width: 720px;
		margin-left:auto;
		margin-right:auto;
	}
		#krumb {
			height: 30px;
			margin-left: -20px;
			width: 350px;
			}
			
			.themas {
				background: url(images/a_themas.png) top left no-repeat;
				}

			.speciaal {
				background: url(images/a_speciaal.png) top right no-repeat;
				}

			.beschikbaarheid {
				background: url(images/a_beschikbaarheid.png) top left no-repeat;
				}
		
			.tarieven {
				background: url(images/a_tarieven.png) top right no-repeat;
				}
	#lcol {
			margin-top: 70px;
			margin-right: 25px;
			float: left;
			width: 330px;
			height: 510px;
			}
			
			#lcol a:visited , #lcol a:link {
				color: #333;
				font-style: italic;
				text-decoration: none;
				}
				
			#lcol a:hover {
				text-decoration: underline;
				}
			
			
			h2 {
				font: bold 12px Verdana, Geneva, sans-serif;
				margin-bottom: 10px;
				color: #ec008c;
				}
				
			#content p {
				font: 12px Verdana, Geneva, sans-serif;
				color: #333;
				margin-bottom: 12px;
				}
				
			#content ul {
				font: 12px Verdana, Geneva, sans-serif;
				color: #333;
				margin-bottom: 12px;
				margin-left: 15px;
				}
				
			table {
				border: 0px;
				font: 12px Verdana, Geneva, sans-serif;
				color: #333;
				margin-bottom: 12px;
			}
			
			th {
				text-align: left;
				font-weight: bold;
				color: #ec008c;
				}
				
			td {
				color: #333;
				}
				
			.pink {
				font: 12px Verdana, Geneva, sans-serif;
				color: #ec008c;
				}
				
			.bold {
				font-weight: bold;
				}
				
			#content p.small {
				font: 10px Verdana, Geneva, sans-serif;
				color: #333;
				}
				
			#error {
				padding: 3px;
				margin: 3px 3px 10px 3px;
				border: 2px solid #F0525E;
				}
			
			#error ul {
				margin-bottom: 0px;
				}
			
			#error ul li {
				list-style-type: none;
				margin: 0px;
				}
				
			fieldset p {
				margin-bottom: 0px;
				}
				
			label {
				float: left;
				display: block;
				width: 100px;
				font-weight: bold;
				}
				
			.inputbox {
				font: 11px Verdana, Geneva, sans-serif;
				border: 1px solid #BFB4A2;
				padding: 1px;
				}
			
			.button {
				border: 1px solid #BFB4A2;
				padding: 2px 5px;
				background-color: #FFF;
				font: bold 12px Verdana, Geneva, sans-serif;
				color: #ec008c;
				}
		
		#social-media {
			width:90px;
			height:40px;
		}
		
		
		#rcol {
			margin-top: 70px;
			margin-left: 25px;
			float: left;
			width: 330px;
			}
			
	#footer {
		padding: 30px 0px 10px 140px;
		font: bold 10px Verdana, Geneva, sans-serif;
		color: #FFF;
	}
	
	#footer a:link, a:visited {
		color: #FFF;
		text-decoration: none;
		}
