/* Reset & Global styles  
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{   
    margin:0;   
    padding:0;   
    border:none;   
    outline:0;   
}    
html {
	overflow-y:scroll;			/* Force scroll bar for FF and Safari */
}
body{   
    font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;   
    font-size:11px;   
	background:url(../images/bodybg.gif) 0 54px repeat-x #000;
	color:#fff;
}   
:focus{   
    outline:none;   
}   
hr{   
    border:1px solid #000;   
}   
table{   
    font-size:12px;   
    border-collapse:collapse;   
    border-spacing:0;   
}   
a{   
    color:#000;   
}   
a:hover{   
    color:#000;   
    text-decoration:none;   
}   
p{   
    margin-bottom:10px;   
}   
ul,ol{   
    margin:5px 0 10px 25px;   
}   
/* CMS styles  
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  
#content #Name{   
    font-size:18px; 
	font-weight:normal;
	color:#010101;  
	height:34px;
	background:url(../images/hr.gif) bottom left no-repeat;
}   
#Info{   
    display:block;  
	width:540px;
	color:#010101;
	margin-top:10px; 
	text-align:justify;
}  
#content #Info {
	min-height:160px;
}
/* Intropage */
#text #Info{
	color:#d9d8b4;
	padding:10px 0;
	text-align:justify;
}
	#text span {
		font-size:14px;
	}	
#taxi span a, #luchthaven span a, #evenementen span a {
	position:absolute;
	bottom:10px; left:10px;
	color:#fff;
	text-decoration:none;
}
#taxi span a, #luchthaven span a, #evenementen span a {
	text-decoration:underline;
}	
	.introtext #Info{
		display:block;
		padding:10px;
		width:880px;
		height:20px;
		position:absolute;
		top:125px;
		color:#fff;
		overflow:hidden;
	}
	

/* Page styles */
#container {
	width:900px;
	margin:0 auto;
}
#header {
	height:68px;
	background:url(../images/headerbg.gif) top left no-repeat;
	position:relative;
	margin-bottom:5px;
}
	#header ul {
		position:absolute;
		right:0; bottom:10px;
		font-size:14px;	
	}
		#header ul li {
			list-style:none;
			display:inline;
		}
			#header ul li a {
				color:#fefefe;
				text-decoration:none;
				padding:0 1px;
			}
			#header ul li a:hover {
				background-color:#4d4700;
			}

#taxi, #luchthaven, #evenementen {
	height:200px;
	position:relative;
}
#taxi {
	background:url(../images/intro_01.jpg);
}
#luchthaven {
	background:url(../images/intro_02.jpg);
}
#evenementen {
	background:url(../images/intro_03.jpg);
}
#content {
	background:url(../images/24-24.gif) 573px 48px no-repeat #ffcc00;
	padding:15px;
}
	#pics {
		height:225px;
		margin-top:40px;
		padding-top:10px;
		background:url(../images/hr.gif) top left no-repeat;
	}
#footer {
	font-size:10px;
	text-align:center;
	padding-top:20px;
}
#footer a {
	color:#fff;
}
















