html, body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
color:#17213e;
line-height:20px;
margin:0;
padding:0;
}

h1 { font-size:18px; font-weight:bold; color:#17213e;}

h2 { font-size:14px; font-weight:bold; color:#17213e;}

image { border:none;}

a:link,
a:visited {
color:#17213e;
text-decoration:underline;
font-weight:bold;
}

a:hover {
color:#17213e;
text-decoration:underline;
font-weight:bold;
}



/***** DIV'S *****/

#wrapper{ width:960px; height:100%; margin:0 auto; height:100%;}

#top {
	width: 960px;
	height: 100px;
	margin: 0px;
	float: left;
}

#logo {
float:left;
margin: 24px 0px 0px 26px;
padding:0px;
}

#main {
width:960px;
margin:0px;
padding:0px;
}


/***** CONTENT *****/

/* home */
.beeld {
float:left;
width:720px;}

.map-right {
float:left;
width:235px;
border-left: 5px #fff solid;
}

.home-space {
clear:both;
width:960px;
height:4px;
background-image:url(../images/home-space-back.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

* html .home-space {
height:4px;
overflow:hidden;
}

.home-footer {
float:left;
width:960px;
height:110px;
}

.home-footer img {
float:left;
}

.home-bottom {
clear:both;
height:44px;
width:960px;
background-image:url(../images/home-bottom.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

/* vervolg */

#mainhead {
widows:960px;
}

#mainhead .space { 
width:5px;
height:120px;
float:left;
}

#mainhead img {
float:left;
}

#mainspace {
position:relative;
float:left;
width:5px;
height:334px;
}

#content {
position:relative;
background-color:#e0ddd1;
width:689px;
height:314px;
float:left;
margin:0px;
padding:10px;

}

* html #content {
height:330px;
}

.spacer {
clear:both;
width:960px;
height:4px;
}

* html .spacer {
overflow:hidden;
}

#left {
position:relative;
width:246px;
height:334px;
float:left;
}

#left .space {
width:246px;
height:4px;
}

.footer {
float:left;
width:960px;
height:100px;
}

.footer img {
float:left;
}

.largetext {
font-size:12px;
}


