@charset "utf-8";
/* CSS Document */

* { 
	margin: 0;
	padding: 0;
	
	
	}
	
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	text-align: center
}

#holder {
	margin: 20px auto;
	text-align: left;
	width: 940px;
	background-color:#F5F5F5;
}

#header {
	background-color:#9F0;
	width: 100%;
	height: 211px;
	background: url(../img/site-top.jpg) bottom #fff no-repeat;
}

#nav {
	background-color: #CFF;
	width: 100%;
	height: 74px;
	background: url(../img/nav2.jpg) bottom #fff no-repeat;
}

#nav ul {
	list-style-type: none;
	margin-left: 173px;
}

#nav ul li {
	float: left;
	margin-top: 30px;
}

#nav ul li a {
	float: left;
	display: inline;
	height: 20px;
}

#nav ul li a:hover{
	border-bottom: 2px #fff solid !important;
}

#nav ul li a.current {
	border-bottom: 2px #fff solid !important;
}

#nav ul li a.home {
	width: 30px;
	margin-right: 12px;
}

#nav ul li a.tarieven {
	width: 52px;
	margin-right: 14px;
}

#nav ul li a.valet {
	width: 84px;
	margin-right: 14px;
}

#nav ul li a.cleaning {
	width: 60px;
	margin-right: 16px;
}

#nav ul li a.faq {
	width: 23px;
	margin-right: 13px;
}

#nav ul li a.taf {
	width: 77px;
	margin-right: 15px;
}

#nav ul li a.route {
	width: 35px;
	margin-right: 14px;
}

#nav ul li a.contact {
	width: 48px;
}

.hide {
	display: none;
}

#main {
	background-color: #FFC;
	width: 100%;
	min-height: 400px;
	background: url(../img/main_bg.jpg) #fff bottom repeat-y;
	padding-top: 12px;
}


#main #left_column {
	background-color: #fff;
	width: 130px;
	margin-right: 20px;
	padding-left: 14px;
	margin-left: 10px;
	min-height: 350px;
	height: 100%;
	float: left;
}

#main #left_column .banner {
	margin-bottom: 40px;
	margin-top: 2px;

}

#main #middle_column {
	background-color: #fff;
	width: 520px;
	min-height: 350px;
	float: left;
}

#main #middle_column #mini_content {
	background-color: #F1F1F1;
	color: #333;
	width: 148px;
	padding: 7px;
	min-height: 350px;
	float: left;
	margin-right: 20px;
	border: 1px #E0E0E0 solid;
	border-bottom-color: #E8E8E8;
	border-right-color: #E8E8E8;
}

#main #middle_column #mini_content ul {
	
}

#main #middle_column #mini_content ul li {
	color:#FFCC00;
	margin-left:8px;
	padding-bottom:10px;
}

#main #middle_column #mini_content ul li span {
	color: #333;
}

#main #middle_column #content {
	background-color: #fff;
	text-align: left;
	width: 336px;
	min-height: 350px;
	float:left;
	font-size: 1.1em;
}

#main #middle_column #big_content {
	background-color: #fff;
	width: 510px;
	min-height: 350px;
	float: left;
	font-size: 1.1em;
	
}

#main #right_column {
	background-color: #fff;
	margin-left: 20px;
	width: 198px;
	min-height: 350px;
	float: left;
}

#main #right_column .cal_holder {
	margin-bottom: 20px;
}

#main #right_column .cal_holder h3 {
	font-size: 1.1em;
}

#main #right_column .time {
	background-color: #ccc; 
	font-size: 1.1em;
	padding: 4px;
}

#main #right_column .time select {
	width: auto;
	display: inline;
	float: none;

	padding: 0;
}

#main #right_column .time select#start_hours {

}

#main #right_column #aankomst {
	padding-bottom: 0px;
}

#main #right_column #vertrek {
	padding-bottom: 0px;		
}

#main #right_column h3, #error_box h2 {
	padding: 5px;
	letter-spacing: 1px;
	background-color: #ffcc00;
	color: #333;
	font-size: 1.2em;
}

#main #right_column .cal_holder h3 {
	font-size: 1.1em;
}

#main #right_column #verder {
	text-align: right;
	margin-top: 15px;
}

#footer {
	width: 100%;
	height: 33px;
	background: url(../img/footer.jpg) #fff top no-repeat;
	text-align: center;
	padding-top: 30px;
	color: #666;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	padding-right: 25px;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #666;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.left {
	float: left;
	width: 90%;
	height: 100%;
}

.right {
	padding-left: 5%;
	float: left;
	width: 45%;
	height:  100%;
}

.break {
	height: 3px;
	float: none;
	clear: both;
}
.devider {
	color: #D1D1D1;
}

.clear {
	float: none;
	clear: both;
}

/* error css */


#error_box {
	position: fixed;
	left: 40%;
	top: 317px;
	background-color: #fff;
	z-index: 310;
	height: auto;
	width: 300px;
	border: 1px solid #333;
	color: #000;
	opacity:1;
	filter:alpha(opacity=100);
	text-align: left;
	font-size: 1.1em;

}

#error_box p, #error_box a {
	padding: 10px;
	line-height: 220%;	
}

#error_box a, #error_box a:visited {
	font-weight: bold;
	color: #333;
}

.error_holder {
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	background-color: #F8F8F8;
	z-index: 2;
}

.error {
	position: absolute;
	text-align: left;
	left: 35%;
	top: 18%;
	color: #333;
	border: 1px solid #585858;
	padding: 10px;
	width: 350px;
	height: auto;	
	background-color: #fff;
	filter:alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-moz-opacity: 1.0 !important;
	z-index: 1000;
}

.error h1 {
	font-size: 1.1 em;
	color: #DD0000;
}

/* details, label and data css  */

.details_sub {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3%;
	margin-bottom: 5%;
	height: auto;
	float: left;
	width: 100%;
	font-size: 1.35em;
}

.details_sub a, .details_sub a:visited {
	text-decoration: underline;
}

.details_sub p {
	font-size: .8em;
	}

#tarieven h3 {
	width: 98%;
	background-color: #ffcc00;
	color: #333;
	padding: 1%;
	letter-spacing: 1px;
	margin-top: 1px;
	font-size: 1.2em;
}

#tarieven table tr {
	background-color: #F3F3F3;
	margin-top: 5px;
}

#tarieven table tr th, #tarieven table tr td {
	padding-top: 10px;
	padding-left: 5px;
}

#res_details {
	border: 1px #727272 solid;
	border-top-width: 1px;
	background-color: #F3F3F3;
	
}

#res_details p {
	padding: 10px;
	font-size: 1.1em;
}

.label {
	width: 35%;
}

.data {
	width: 65%;

}

.label, .data {
	height: 19px;
	display: block;
	float: left;
	line-height: 180%;
	margin-top: 5px;
	border-bottom: 0px #8B8B8B solid;
	font-size: .85em;
}

.data:hover {
	/* background-color: #E8F3FF; */
}

.data .text {
	padding-left: 4px;
	padding-top: 2px !important;
	color: #3F3F3F;
}


/* form css */

form input, form select {
	font-family: verdana;
	font-size: 11px;
}

form input, form select, form textarea {
	border: 0;
	background-color: #F7F7F7;
	width: 100%;
	padding-top: 3px;	
	padding-bottom: 2px;
	color: #3F3F3F;
	padding-left: 3px;
	border: 1px #E5E5E5 solid;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	
}

form input.checkbox {
	width: auto;
	margin-top: 4px;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

.small {
	font-size:.8em;
}

.green {
	color: green;
}

p {
	margin-bottom: 10px;
	line-height: 16px;
}

.shout {
	font-size: 1.5em;
}

.important {
	color: #BF0000;
}

h1 {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	
}

h2 {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	padding-bottom: 2px;
	
}

ul {
	padding-left: 5px;

}


ul li {
	margin-top: 4px;	
}

form input.button {
	width: 120px;
	height: 25px;
	background-color: #ffcc00;
	color: #333;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 0;
	display: block;
}