/* 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;
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_netwerk/lightpiece.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;
clear: both;
background-image: url(../images/vervolg_netwerk/lightbar_980.gif);
width: 765px; /* add 215 for actual */
height: 15px; /* add 1 for actual */
padding-left: 215px;
padding-top: 1px;
}

#truck {
position: absolute;
width: 107px;
height: 198px;
left: 89px;
top: 30px;
background-image: url(../images/vervolg_netwerk/netwerk_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_netwerk/netwerk_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: #1CBBB4;
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;
}

#news {
position: relative;
width: 35%;
float: right;
}

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

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


/* for the latest news markup */
.news-latest-container {
color: #FFFFFF;
line-height: 15px;
margin-top: 25px !important; /* for FF */
margin-top: 0px;
}

.news-latest-header {
font-weight: bold;
font-size: 10px;
}

.news-latest-container a:link {
color: #FFFFFF;
text-decoration: none;
}
.news-latest-container a:visited {
color: #FFFFFF;
text-decoration: none;
}
.news-latest-container a:hover {
text-decoration: underline;
}

.news-latest-morelink {
font-size: 10px;
}

/* single news markup */

.news-single-header {
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}

.news-single-timedata {
color: #FFFFFF;
}

.news-single-backlink a:link {
color: #FFFFFF;
}
.news-single-backlink a:visited {
color: #FFFFFF;
}

/* indexed_search markup */
.tx-indexedsearch-secHead td {
background-color: #00746B;
}
.tx-indexedsearch-title td {
background-color: #C4E0EE;
}