/* ALGEMEEN */
body, html {
margin: 0;
padding: 0;
height: 100%;
}
body {
background-color: #fff;
border-bottom: 1px solid #fff;
}
body.bg_pop {
background-color: #edeef6;
border:0;
}
* {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
}
/* CONTAINERS */
#container_main {
margin: 0 auto;
position: relative;
width: 850px;
height: 100%;
border-spacing: 0;
overflow: visible;
}
#container_main-top {
vertical-align: top;
border: 0;
overflow: visible;
height: 182px;
}
#container_main-left, #container_main-right {
vertical-align: top;
}
#container_main-foot {
height: 24px;
vertical-align: bottom;
}
/* CONTENT_HOME */
#content_home {
width: 422px;
padding: 0 24px;
}
#sidebar_home {
width: 380px;
/* height: 400px; */
padding-bottom: 16px;
background-color: #fff;
border-top: 1px solid #edeef6;
border-bottom: 1px solid #edeef6;
}
/* CONTENT_PROGRAMME */
#subnav {
width: 196px;
float: left;
}
#content {
width: 654px;
float: left;
}
.bg_pop #content {
width: 400px;
background-image: url(/images/bg_beeldmerk.gif);
background-position: left bottom;
background-repeat: no-repeat;
}
/* FOOTER */
#footer {
height: 20px;
padding: 6px 0 4px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #bbc;
text-align: center;
background-color: #fff;
}
#footer a {
color: #bbc;
}
/* BACKGROUNDS */
.bg_home {
background-image: url(/images/bg_main_home.gif);
}
.bg_tifn {
background-image: url(/images/bg_main_tifn-rd.gif);
}
.bg_nah {
background-image: url(/images/bg_main_nah.gif);
}
.bg_saf {
background-image: url(/images/bg_main_sas.gif);
}
.bg_mfas {
background-image: url(/images/bg_main_baf.gif);
}
.bg_home #container_main-left, .bg_prog #container_main-right {
background-image: url(/images/bg_beeldmerk.gif);
background-position: left bottom;
background-repeat: no-repeat;
}
.bg_pop {
background-color: #edeef6;
}