/* Stylesheet Bestparking */

* {
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000;
	background: #e8f2f4 url("../images/bkg_body.gif") top left repeat-x;
}

#wrapper_0 {
	width: 950px;
	margin: 0 auto;
	position: relative;
	float: none;
	margin-top: -22px;
}

#wrapper_1 {
	width: 910px;
	padding-left: 40px;
	background: url("../images/bkg_main.jpg") top left no-repeat;
	position: relative;
	float: left;
}
#wrapper_contact {
	width: 910px;
	padding-left: 40px;
	background: url("../images/bkg_main_contact.jpg") top left no-repeat;
	position: relative;
	float: left;
}
#wrapper_locatie {
	width: 910px;
	padding-left: 40px;
	background: url("../images/bkg_main_locatie.jpg") top left no-repeat;
	position: relative;
	float: left;
}

#content_left {
	width: 600px;
	position: relative;
	float: left;
}

#header_left {
	float:left;
	font-size:12px;
	font-weight:bold;
	height:85px;
	margin-top:15px;
	padding-top:31px;
	position:relative;
	text-align:right;
	text-transform:uppercase;
	width:901px;
}

.header_title {
	font-family: Arial, sans-serif;
	font-size: 30px;
	
}

.header_subtitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
}

#content_text {
	width: 900px;
	margin-top: 405px;
	position: relative;
	float: left;
}

h1 { font-size: 12pt; font-weight: bold; margin-bottom: 12px; }
h2 { font-size: 11pt; font-weight: bold; margin-bottom: 12px; }
h3 { font-size: 13pt; margin-bottom: 12px; }
h4 { font-size: 9pt; font-weight: bold; margin-bottom: 12px; }

p { margin-bottom: 12px; }

ul { margin: 0px 0px 15px 15px; }

a:link { color: #3d6e86; text-decoration: none; }
a:visited { color: #3d6e86; text-decoration: none; }
a:hover { color: #3d6e86; text-decoration: underline; }

.textfield {
	height: 24px;
	padding: 0px 0px 0px 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: none;
	background: #FFF url(../images/bkg_textfield.gif) top left no-repeat;
}
.dropdown {
	height: 24px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: none;
	background: #FFF url(../images/bkg_textfield.gif) top left no-repeat;
}

.tf_name {
	width: 240px;	
}

.tf_departure,
.tf_arrival {
	width: 120px;	
}

.tf_check3 {
	width: 120px;	
}

#content_right {
	width: 300px;
	position: relative;
	float: left;
	margin-top:80px;
}

#header_right {
	width: 300px;
	height: 35px;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	float: left;
}

#header_right a:link { color: #000; text-decoration: none; }
#header_right a:visited { color: #000; text-decoration: none; }
#header_right a:hover { color: #000; text-decoration: underline; }

#reservation {
	width: 250px;
	height: 300px;
	margin: 10px 30px 20px 20px;
	font-size: 12px;
	position: relative;
	float: left;
}

#reservation .title {
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 20px;
	border-bottom: 1px solid #000;
	position: relative;
	clear: both;
}

.remark {
	font-size: 10px;
	line-height: 1.2em;
}

#footer {
	width: 900px;
	height: 110px;
	padding: 25px 0px 0px 40px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #548299 url(../images/bkg_footer_top.gif) top left no-repeat;
	position: relative;
	float: left;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align:right;
	padding-right: 40px;
}
#footer_right a:link { color: white; text-decoration: none; }
#footer_right a:visited { color: white; text-decoration: none; }
#footer_right a:hover { color: white; text-decoration: underline; }
#content_div {
	width: 550px; 
	margin-bottom: 50px;
}
.bDateError{
	color:#FF0000;
}
