/* main body markup */
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;
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #E8F5E5;
}

/* position 'n markup for the header (top) frame */
#header {
position: relative;
width: 100%;
height: 75px;
background-color: #FFFFFF;
}
#left {
position: relative;
width: 215px;
height: 100%;
float: left;
background-image: url(../images/vervolg_bewoners/greenpiece.gif);
}
#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);
}

#greenbar {
position: relative;
width: 765px; /* add 215 for actual */
height: 15px; /* add 1 for actual */
clear: both;
background-image: url(../images/vervolg_bewoners/greenbar_980.gif);
padding-left: 215px;
padding-top: 1px;
}

#truck {
position: absolute;
width: 104px;
height: 194px;
left: 92px;
top: 30px;
background-image: url(../images/vervolg_bewoners/truck_small.jpg);
z-index: 100;
}

/* position 'n markup for the main (center) frame */
#main {
position: relative;
width: 100%;
height: auto !important;
height: 685px;
background-image: url(../images/vervolg_bewoners/truck_bg_trans.jpg);
background-repeat: no-repeat;
background-position: -70px 0px;
}

#leftmenu {
position: relative;
width: 196px;
height: 464px; /* add 150 for actual */
padding-top: 150px;
float: left;
}
#center {
position: relative;
width: 538px; /* add 50 for actual */
min-height: 549px !important; /* add 65 for actual */
height: auto !important;
height: 549px;
background-color: #65BE52;
float: left;
padding: 25px;
padding-top: 40px;
}
#breadmenu {
position: relative;
margin-bottom: 10px;
}
#text {
position: relative;
width: 60%;
/* height: 200px; */
float: left;
margin-right: 20px;
}
#images {
position: relative;
width: 35%;
/* height: 150px; */
float: left;
}
#text2 {
position: relative;
clear: both;
}

#right {
position: relative;
width: 196px;
height: 554px; /* add 50 for actual */
float: left;
text-align: center;
padding-top: 60px;
}

#footer {
position: relative;
width: 588px;
height: 72px;
margin-left: 196px;
background-color: #65BE52;
clear: both !important; /* for mozilla, the print fix */
clear: none; /* for MSIE */
}

/* indexed_search markup */
.tx-indexedsearch-secHead td {
background-color: #028002;
}
.tx-indexedsearch-title td {
background-color: #CFE2DE;
}
