* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	
}

a {
	color:#000;
	display:block;
	text-decoration:none;
}

H1 {
	border-bottom:1px solid #CCC;
	font-size:150%;
	margin-bottom:10px;
}

H2 {
	font-size:130%;
	margin-bottom:10px;
}

H3 {
	font-size:120%;
	margin-bottom:10px;
}

P {
	font-size:90%;
	margin:10px 0;
	line-height:1.2em;
}

H4 {
	font-style:italic;
}

img {
	border:none;
}

UL, OL {
	margin:10px 0 10px 20px;
}

LI {
	line-height:1.2em;
	font-size:90%;
	margin-bottom:10px;
}

a:link {
	text-decoration:none;
	display:block;
	color: #000;
}

a:hover {
	text-decoration: none;
	color:#FFF;
	background-color:#CCC;
}

table {
	margin:15px 0 15px 20px;
	border: 1px solid #000;
}

th, td {
	padding:5px;
	font-size: 90%;
}
th {
	color:#963;
	background-color:#EEE;
	border-bottom: 1px dotted #0867C0;
}
caption {
	margin:10px;
	font-style:italic;
	font-size:80%;
}

/* Header */

#container {
	width: 760px;
	margin: 0 auto;
	
}
#headerContainer {
	height: 100px;
}

#banner {
	height:95px;
	border-bottom: #4c4c4c 5px solid;
}

.banner {
	float:right;
	margin-top:15px;
}

/* Logo */

#logo {
	float: left;
}


#contentContainer {
	background: url(../images/backgroundNavigation.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 540px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #FFFFFF;
}

/* navigation */

#navigation {
	float: left;
	width: 180px;
	padding: 10px;
	margin-top: 20px;
}

#navigation ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

#navigation li { 
	margin: 0 0 15px 0; 
}

#navigation a {
	display: block;
	padding: 2px 2px 2px 3px;
	border-bottom: 1px dotted #ccc;
	width: 150px;/*	background-color: #0873AD;*/
}

#navigation a:link, #navlist a:visited {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #252525;
	text-decoration: none;
}

#navigation a:hover {
	border-bottom: 1px dotted #ccc;
	background-color:#CCC;
	color:#FFF;
}

.kleurblokjes {
	 margin-top:15px;
	 margin-left:10px;
}
.orange {
	border-left:10px solid #E16629;
	}

.rose {
	border-left:10px solid #ce63ff;
	}
.lightgrey {
	border-left:10px solid #c6c6c6;
	}
.blue {
	border-left:10px solid #009cff;
	}
.darkgrey {
	border-left:10px solid #848484;
	}
.darkgreen {
	border-left:10px solid #848400;
	}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	text-align: center;
	font-size: 90%;
}


#footerColor {
	height:5px;
	clear:both;
	background-color:#4c4c4c;
	width:760px;
}

/* Rates */

#remarks {
	padding:5px;
	border:1px dotted #963;
	text-align:center;
	width:80%;
	size:400px;
	margin-left:45px;
}

/* Reservation Form */

label {
	width:110px;
	float:left;
	margin:0 0 5px 0;
}

#listTitle {
	width:55px;
}

#customerName {
	width:200px;
	height:16px;
}

#customerSurname {
	width:200px;
	height:16px;
}

#customerCompany {
	width:200px;
	height:16px;
}

#customerAdress {
	width:200px;
	height:16px;
}

#customerCityZipCode {
	width:200px;
	height:16px;
}
#customerCountry {
	width:200px;
	height:16px;
}

#customerContactPhone {
	width:200px;
	height:16px;
}

#customerEmail {
	width:200px;
	height:16px;
}

#passengerName {
	width:200px;
	height:16px;
}

#passengerSurname {
	width:200px;
	height:16px;
}

#passengerCompany {
	width:200px;
	height:16px;
}

#passengerContactPhone {
	width:200px;
	height:16px;
}

#pickUpDescription {
	width:200px;
	height:16px;
}

#pickUpAdress {
	width:200px;
	height:16px;
}

#pickUpCityZipCode {
	width:200px;
	height:16px;
}

#pickUpFlightTrainNr {
	width:200px;
	height:16px;
}
#dropOffDescription {
	width:200px;
	height:16px;
}

#dropOffAdress {
	width:200px;
	height:16px;
}

#dropOffCityZipCode {
	width:200px;
	height:16px;
}

#listNrOfPassengers {
	width:55px;
}

#listCar {
	width:110px;
}

#listFrom {
	width:110px;
}
#listTo {
	width:110px;
}

#submit {
	width:75px;
	margin:20px 0 0 110px;
}

#reset {
	width:75px;
	margin:20px 0 0 10px;
}

.listDateDay {
	width:50px;
}
.listDateMonth {
	width:50px;
}
.listDateYear {
	width:65px;
}
.listTimeHour {
	width:50px;
}
.listTimeMinute {
	width:50px;
}

.listCountry {
	width:110px;
}
.selectnamesign {
	width:110px;
	margin:0 0 0 10px;
}
.labelSubmit {
	width:168px;
	float:left;
	margin:0 0 5px 0;
}
.floatRight {
	float:right;
	margin: 3px 0 5px 10px;
	}
.floatLeft {
	float:left;
	margin: 3px 10px 10px 0;
	}
.internalMenu {
	font-size:75%;
	color:CCC;
}
.topArrow {
	float:right;
	display:inline;
}
.city {
	float:left;
	width:85px;
	padding:5px;
	text-align:center;
	font-size:90%;
	margin-top:15px;
}
.margeLinks {
	margin-left:10px;
}
div.city img {
	margin-top:15px;
}
.textCentrum1 {
	width:240px;
	text-align:center;
	padding:0 3px 0 0;
	margin:0 150px 0 150px;
}
.textCentrum2 {
	text-align:center;
}
.floatLeftPadding {
	float:left
	margin: 3px 0px 10px 0;
	padding:0 0 0 40px;
	}
.city2 {
	float:left;
	width:160px;
	text-align:center;
	margin-bottom:15px;
}
.city3 {
	float:left;
	width:170px;
	text-align:center;
	margin-bottom:15px;
}
.city4 {
	float:left;
	width:12px;
	text-align:center;
}
.city5 {
	float:left;
	width:180px;
	text-align:center;
	margin-bottom:15px;
}
.amsterdam {
	float:left;
	width:180px;
}
.antwerpen {
	float:left;
	width:180px;
}
.brugge {
	float:left;
	width:160px;
}
.brussel {
	float:left;
	width:155px;
}
.ypres {
	float:left;
	width:145px;
}
.row {
	display:block;
	clear:both;
	heigth:20px;
	margin-top:1px;
}
.formInfo {
	font-size:70%;
}

	


	
