/* main body markup */
HTML, BODY {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
color: #000000;
font-family: Verdana;
font-size: 11px;
text-align: center;
width: 100%;
height: 100%;
}

/* position for the main container */
#container {
position: relative;
margin-left: auto;
margin-right: auto;
width: 590px;
text-align: left;
}

/* position 'n markup for the header (top) frame */
#header {
position: relative;
width: 100%;
height: 75px;
}
#logo {
position: relative;
width: 263px;
height: 100%;
float: left;
/* background-image: url(../images/logo.jpg); */
}
#slogan {
position: relative;
width: 327px;
height: 100%;
float: left;
background-image: url(../images/slogan.gif);
}

/* position 'n markup for the main (center) frame */
#main {
position: relative;
width: 100%;
height: 304px;
}
#bewoners {
position: relative;
width: 196px;
height: 100%;
float: left;
margin-right: 1px;
}
#color_bewoners {
position: relative;
width: 100%;
height: 17px;
background-color: #028002;
}
#img_bewoners {
position: relative;
width: 100%;
height: 304px;
/* background-image: url(../images/bewoners.jpg); */
}


#bedrijven {
position: relative;
width: 196px;
height: 100%;
float: left;
margin-right: 1px;
}
#color_bedrijven {
position: relative;
width: 100%;
height: 17px;
background-color: #004A80;
}
#img_bedrijven {
position: relative;
width: 100%;
height: 304px;
/* background-image: url(../images/bedrijven.jpg); */
}

#netwerk {
position: relative;
width: 196px;
height: 100%;
float: left;
}
#color_netwerk {
position: relative;
width: 100%;
height: 17px;
background-color: #00746B;
}
#img_netwerk {
position: relative;
width: 100%;
height: 304px;
/* background-image: url(../images/netwerk.jpg); */
}
