/* Initial cleanup
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
table {
	width: 95%;
	border-collapse: collapse;
}
script {
	margin: 0;
	padding: 0;
}

/* Main structure
----------------------------------------------- */
body {
	text-align: center;
	font:62.5%/125% Verdana, Geneva, sans-serif;
	background: #cae5ff url(images/bg.jpg) no-repeat top center;
	color: #4e4e4e;
}
#wrap {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1025px;
}
		
	#header {
		position: relative;
		width: 100%;
		height: 130px;
		padding-top: 5px;
		border: 0;
		color: #ffffff;
	}
		#menu1 {
			float: right;
			padding-right: 10px;
			font-size: 1.3em;
		}
		
		#menu1 a {
			color: white;
			padding: 10px;
			text-decoration: none;
			font-weight: bold;
		}		
		#menu1 a:hover {
			color: #3f72b6;
		}
		


		#menu2 {
			position: absolute;
			left: 0px;
			bottom: 0px;
			color: white;
			font-size: 1.3em;
		}
		
			#nav-vliegtickets, #nav-hotels, #nav-huurautos, #nav-vliegtickets-on, #nav-hotels-on, #nav-huurautos-on {
				float: left;
				width: 136px;
				height: 31px;
			}
			#nav-vliegtickets {
				background: url(images/nav-vliegtickets-off.png) no-repeat top center;
			}
			#nav-hotels {
				background: url(images/nav-hotels-off.png) no-repeat top center;
			}
			#nav-huurautos {
				background: url(images/nav-huurautos-off.png) no-repeat top center;
			}
			#nav-vliegtickets-on, #nav-vliegtickets:hover {
				background: url(images/nav-vliegtickets-on.png) no-repeat top center;
			}
			#nav-hotels-on, #nav-hotels:hover {
				background: url(images/nav-hotels-on.png) no-repeat top center;
			}
			#nav-huurautos-on, #nav-huurautos:hover {
				background: url(images/nav-huurautos-on.png) no-repeat top center;
			}
	
	#header a:hover, #footer  a:hover {
		text-decoration: none;
	}
	
	#fcA_container {
		margin: 50px auto !important;
	}

	#container, .container {
		position: relative;
		margin: 0 0 0 0;
		overflow: hidden;
		margin-bottom: 0px;
		width: 1025px;
		text-align: left;
		font-size: 1.1em;
		line-height: 1.4em;
	}
	.container img {
		float: right;
		margin-bottom: 1px;
	}
	.container {
		background: url(images/bg-sidebar.png) repeat-y top right;
	}
	.content {
			position: relative;
			float: left;
			display: inline;
			padding-left: 30px;
			padding-top: 30px;
			width: 770px;
			min-height: 200px;
		}
	#content-top {
		position: relative;
		float: left;
		display: inline;
		width: 800px;
	}
		.column {
			position: relative;
			float: left;
			display: inline;
			padding-right: 40px;
			width: 215px;
			min-height: 200px;
		}
		.column2 {
			position: relative;
			float: left;
			display: inline;
			padding-right: 20px;
			width: 365px;
			min-height: 200px;
		}
			
		#iframevliegtickets, #iframehotels {
			position: relative;
			width: 100%;
			padding-top: 20px;
			min-height: 200px;
			border-right: #94bbe0 solid 1px;
			border-bottom: #94bbe0 solid 1px;
			background: white;
		}
		#iframehuurauto {
			position: relative;
			float: left;
			display: inline;
			width: 800px;
			padding-top: 20px;
			padding-left: 16px;
			height: 450px;
		}
		#iframeklantenservice {
			position: relative;
			float: left;
			display: inline;
			width: 800px;
			padding-left: 16px;
			min-height: 200px;
		}
			
		.sidebar {
			float: right;
			width: 192px;
		}
			
		.sidebar-white, .sidebar-blue {
			float: right;
			width: 100%;
			padding-top: 20px;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 20px;
			margin-left: 1px;
			border-right: #94bbe0 solid 1px;
			border-bottom: #94bbe0 solid 1px;
			margin-bottom: 1px;
		}
		
		.sidebar-white {
			background: white;
		}
		.sidebar-blue {
			background: #eef7ff;
		}
			.sidebar img {
			}		
			
			.sidebar a {
				text-decoration: none;
				color: #4e4e4e;
			}
			.sidebar a:hover {
				text-decoration: none;
				color: #4e4e4e;
				/* for IE */ 
				filter:alpha(opacity=80); 
				/* CSS3 standard */ 
				opacity:0.8;
			}
			
			.sidebar h1 {
				float: left;
				padding: 10px;
				text-decoration: none;
				font-weight: bold;
			}
			.sidebar p, .sidebar h2 {
				clear: both;
			}
			
			.content-top-footer img {
				float: right;
			}
			.content-top-footer {
				float: left;
				width: 800px;
				border-right: #94bbe0 solid 1px;
				border-bottom: #94bbe0 solid 1px;
				background: #eef7ff;

			}
			
	#footer {
		position: relative;
		clear: both;
		text-align: left;
		margin: 0 auto;
		margin-top: 1px;
		padding-bottom: 30px;
		width: 1024px;
		height: 150px;
		background: #eef7ff;
		border-right: #94bbe0 solid 1px;
		border-bottom: #94bbe0 solid 1px;
	}
		.columnfooter {
			position: relative;
			float: left;
			display: inline;
			padding-right: 20px;
			width: 235px;
			color: grey;
		}
		.footersidebar {
			float: right;
			width: 185px;
			padding-top: 30px;
			padding-right: 15px;
		}
		#footer a{
			color: grey;
			text-decoration: none;
		}
		#footer p{
			color: grey;
			text-decoration: none;
		}
#preload {
	display: none;
}
	
/* Typesets
----------------------------------------------- */

h1 {
	color: #058FCB;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0.8em 0;
}
img#logo {
	position: absolute;
	right: 0;
	top: 10px;
}
p {
	font-size: 1.0em;
	margin: 0.8em 0;
	line-height: 1.2em;
}


td input, td textarea {
	width: 100%;
	padding: 0.1em;
	margin-bottom: 10px;
	text-align: left; 
	font-size: 1.1em; 
	text-decoration: none;
	font: Verdana;
	background: #e2f0fd;
}
td textarea {
	height: 100%;
	text-align: left; 
	text-decoration: none;
	font-family: Verdana, arial;
}
td {
	font-size: 0.9em;
}

td.required input, td.required textarea {
	border: 1px solid #058FCB;
	margin-bottom: 10px;
}
td.optional input, td.optional textarea {
	border: 1px solid grey;
	margin-bottom: 10px;
}

#content a, #contentsmall a, #footertables a, .blue, a {
	color: #346fd9;
	text-decoration: none;
}
#content a:hover, #contentsmall a:hover, #footertables a:hover, a:hover {
	color: #346fd9;
	text-decoration: underline;
}

