/* YAHOO RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* POSITION IS EVERYTHING CLEAR FIXER */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* LEDENDEEL CSS */
body {
	background:#fff;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:80%;
}

#wrapper {
	width:880px;
	margin:0 auto;
	background:#fff url(../_images/wrapper-bg-front.png);
	padding:10px;
	color:#fff;
}

#bruggen-bouwen {
	position:absolute;
	z-index:1;
	margin-top:-390px;
}

#intro {
	margin:20px 15px 0 541px;
	width:322px;
	border:1px solid #ff6800;
	padding:5px;
	text-align:justify;
	font-size:110%;
	min-height:360px;
}

#intro em {
	font-style:italic;
}

#intro h1 {
	font-family:century gothic,helvetica;
	font-size:135%;
	text-transform:uppercase;
	font-weight:bold;
}

#intro h1,
#intro p {
	margin:0 0 15px 0;
}

#intro a {
	color:#0883c5;
	text-decoration:none;
}

#intro a:hover {
	text-decoration:underline;
}

#nav {
	position:absolute;
	z-index:2;
	margin:10px 0 0 0px;
}

#logo-hanze {
	float:left;
	margin:70px 0 0 0;
}

#nav li {
	float:left;
	border:2px solid #ff6800;
}

#nav li a {
	display:block;
	width:180px;
	height:125px;
}

#footer {
	margin:155px 0 0 0;
}

#logo {
	padding:0 0 0 124px;
	float:left;
}

#locatie {
	float:left;
	border:1px solid #b5c4d9;
	padding:5px;
	margin:20px 0 0 15px;
	font-size:150%;
	text-transform:uppercase;
	width:328px;
	text-align:center;
}

#blue-feeling {
	display:block;
	clear:left;
}