/* GENERAL
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body {	
	background: url("../images/main_bg.jpg") no-repeat #BFADCF; 
	background-position: center 0;
}	
img { border: none; }
a { cursor: pointer; text-decoration: none; }
ol, ul, li { list-style-type: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }

#container {		
	margin: 0 auto;
	width: 800px;
	padding-left: 30px;
}

/* HEADER
------------------------------------------------------------------------- */
#logo_link a { display: block; width: 200px; height: 100px;  }


/* CONTENT
------------------------------------------------------------------------- */
#columns { width: 800px; padding: 210px 0 0 0; }	
#columns .blocks { float: left; width: 260px; padding-right: 5px; position: relative; }
#columns .blocks .img { position: absolute; top: -25px; left: 130px; width: 127px; height: 86px; }

#headerparticulieren { background: url("../images/header_particulieren.png") no-repeat; width: 240px; height: 30px; }
#headerbedrijven { background: url("../images/header_bedrijven.png") no-repeat; width: 240px; height: 30px; }
#headercrew { background: url("../images/header_piloten.png") no-repeat; width: 240px; height: 30px; }
.iepngfix { behavior: url(/splash/library/iepngfix.htc); }

.content { width: 240px; min-height: 200px; background: url("../images/content_footer_bg.jpg") no-repeat #F4F1F8; background-position: bottom left;  padding: 5px 0 10px 0;  }
.content p { text-align: left; padding: 0px 10px 0 10px; width: 220px; color: #63497C; }

.content p a { display: block; color: #29006A; text-decoration: underline; font-size: 11px; padding: 5px 0 0 0; }
.content p a:hover { text-decoration: none; }

/* FOOTER
------------------------------------------------------------------------- */
#footer { clear: both; padding: 20px 0 0 0; }
#footerlinks { padding-bottom: 15px; }
#footerlinks li { float: left; color: #63497C; font-size: 9px; }
#footerlinks li a { color: #63497C; font-size: 9px; text-decoration: underline; }
#footerlinks li a:hover { text-decoration: none; }

#copyright { padding-bottom: 30px; }
#copyright li { float: left; color: #63497C; font-size: 9px; }
#copyright li a { color: #63497C; font-size: 9px; text-decoration: underline; }
#copyright li a:hover { text-decoration: none; }
