/* Reset stylesheet by Eric Meyer (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}

br.clear {
    clear: both;
}

section, article, aside, header, footer, nav { display: block; }

/* Kernel CSS Rules for the layout */

.social {
    margin-left: 25px;
}
]
.popup {
    font-family: Verdana;
    font-size: 12px;
    line-height: 21px;
    padding: 28px 28px 28px 28px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin: -164px 0px 0px -340px;
    position: fixed;
    overflow: hidden;
    width: 680px;
    height: 329px;
    display: none;
    text-align: left;
    z-index: 101;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.popup h2 {
    color: #e1081c;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 0px 0px 18px 0px;
}

.popup > img {
    float: right;
    cursor: pointer;

}

.popup p img {
    float: left;
    margin: 0px 22px 15px 13px;
    max-width: 144px;
}

.popup.hdc p img {
    margin-bottom: 54px;
}

.menu_list h2 {
    color: #e1081c;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 30px 0px 10px 0px;
}

.menu_list .partner > img {
    display: block;
    margin: 0px 0px 15px 0px;
    cursor: pointer;
    max-width: 144px;
}

.partner {
    padding: 7px 0px 0px 23px;
    background: url(../images/meer_informatie.png) no-repeat;
    width: 188px;
    height: 146px;
    margin: 35px 0px 0px -13px;
}

.partner.hdc {
    margin-top: 5px;
}

.menu_list > img {
    display: block;
}

.popup-overlay {
    background: black;
    opacity:0.38;
    filter:alpha(opacity=38); /* For IE8 and earlier */ 
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
    width:  100%;
    height: 100%;
    display: none;
}

.openpopup {
    color: #595959;
    display: block;
    font-size: 11px;
    border-bottom:1px solid #595959;
    padding: 0px 0px 1px 0px;
    float: left;
    cursor: pointer;
}

body {
    line-height: 1;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    background: url(../images/body_background.jpg) repeat-x;
}    

html, body, #background-gradient { min-height: 100%; }

#kernel {
    margin: auto;
    width: 974px;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

header {
    width: 974px;
    height: 241px;   
}

header a {
    margin: 27px 0px 0px 27px;
    float: left;
}

header form {
    float: right;
    padding: 48px 30px 0px 0px;
}

header form td {
    vertical-align: top;
}

header form .input {
    border: 1px solid #d6d6d6;
    background-color: #fcfcfc;
    height: 22px;
    width: 206px;
    float: left;
}

header form #search {
    background: url(../images/zoek.jpg) no-repeat;
    border: none;
    width: 41px;
    height: 23px;
    margin: 1px 0px 0px 5px;
    padding: 0px;
    float: left;
}

header .slideshow {
    float: left;
    display: block;
    margin: 33px 0px 0px 0px;
    width: 974px !important;
    height: 111px !important;
}

.content {
    background: url(../images/page_background.jpg) repeat-y; 
    width: 974px;
    padding: 18px 0px 0px 0px;
}

.page-content a,.item a, .text a {
    color:#E1061A;
}

.page_background {
    background: url(../images/content_background.jpg) bottom right no-repeat;
    width:960px;
    margin:0px 0px 0px 7px;
}

.menu_body {
    display:none;
    width:203px;
}

.breadcrumb {
    color: #a19e9e;
    height:45px;
}

.breadcrumb a {
    font-size:11px;
    color:#a19e9e;
    line-height:20px;
}



.menu_list {
    padding: 0 8px 0 0;
    width: 199px;
    border-right: 1px solid #e3e3e3;
}

.menu_list > a {
    margin: 0px 0px 0px 0px;
}

.menu_list > span {
    margin: 0px 0px 0px 25px;
    color: #595959;
    padding: 6px 0px 0px 0px;
    font-size: 11px;
    display: block;
    line-height: 20px;
}

.menu_list > span img {
    position: relative;
    top:4px;
}

.menu_list > a.first {
    margin: 0px 0px 0px 25px !important;
}

.menu_head {
    font-size: 16px;
    display: block;  
    cursor: pointer;
    padding: 9px 0px 9px 6px;
    border-bottom: 1px solid #f39ba3;
    margin: 0px 13px 0px 17px;
}

.menu_list p.selected {
    width: 171px;
    color: white !important;
    padding: 5px 0px 12px 32px !important;
    margin: 0px 0px 0px -9px !important;
    background: #e2061a url(../images/selected_bottom.jpg) no-repeat bottom;
    border: none !important;
    font-weight: bold;
}

.menu_list a.selected {
    color:#e2061a;
    font-weight: bold;
}

.menu_list .red {
    color: #e2061a;
}

.menu_body li {
    list-style: disc;
    color: #e2061a;
    list-style-position: outside;
    padding: 9px 0px 9px 0px;
}

.menu_body ul {
    border-bottom: 1px solid #f39ba3;
    margin: 0 16px 0 18px;
    padding: 0px 0px 10px 20px;
}

.menu_body ul li:hover a {
    color: #e2061a !important;
}

.menu_body li a {
    line-height:18px;
    color: #534f4f;
    text-decoration: none;
}

.page {
    border-left: 1px solid #E3E3E3;
    float: right;
    margin: 0 14px 0 -1px;
    padding: 0 0 0 18px;
    width: 720px;
}

.index .page-content {
    float:left;
    width: 350px;
    padding:0px 20px 0px 0px;
    border-right: 1px solid #e3e3e3;
    color:#757575;
    line-height: 25px;
    font-size:17px;
}

.default .page-content .cufon {
    line-height: 31px !important;
    font-size:17px !important;
    color: #757575;
    padding:0px 0px 15px 0px;
}

.default .twitter {
    width: 453px;
    margin:10px 0px 0px 0px;
}

.default .twitter img {
    display: block;
}

.default .twitter div {
    display: none
}

.default .twitter div img {
    position: absolute;
    top:-27px;
    left: 17px;
}

.default .twitter div a.link {
    margin:0px 0px 0px 19px;
    font-size: 17px;
    color: #e2061a;
    border-bottom: 2px solid #f1838d;
    line-height: 17px !important;
    display: block;
    height: 19px;
    width: 109px;
    position: absolute;
    top:-3px
}

.default .twitter div p.recent {
    position: absolute;
    top:-18px;
    right: 35px;
    color: #868686;
    font-size: 12px !important;
    padding: 0px 0px 0px 0px !important;
}

.default .twitter div p {
    font-size: 18px;
    padding: 23px 0px 0px 0px;
}

.default .twitter div p a {
    border-bottom: 1px solid #f1838d;
}

.default .twitter div a.link cufon {
    padding: 0px !important;
    line-height: 17px !important;
}

.default .twitter div {
    background: url(../images/t-bg.png) repeat-y;
}

.default .twitter div p cufon {
    padding: 0px 0px 4px 0px!important;
}

.default .items .selected {
    color: #E2061A;
}

.default .page-content {
    color:#595959;
    line-height:24px;
    padding:0px 20px 0px 0px;
}

.index .page-content p {
    line-height:31px;
}

.page .page-content h2 {
    padding: 0px 0px 10px 0px;
}

.page h2 {
    color:#e1061a;
    font-size:18px;
    font-weight: bold;
}

.index .news {
    float:left;
    border-left: 1px solid #e3e3e3;
    width:328px;
    padding:0px 0px 0px 21px;
    margin:0px 0px 0px -1px;
}

.page .news li {
    padding: 5px 0px 0px 0px;
    color:#595959;
    line-height:23px;   
}

.page .news ul {
    padding:0px 15px 0px 0px;
}

.page .news li a {
    color:#e1061a;
}

.page .news > a {
    color:#e1061a;
}

.page .agenda {
    border-top: 1px solid #e3e3e3;
    margin: 25px 25px 0px 0px;
    padding:18px 0px 0px 0px;
}

.page .agenda p.title {
    color:#e1061a;
    font-size:12px;
    text-decoration:none;
    line-height: 23px;
    display: block;
    height: 45px;
}

.page .agenda ul {
    padding:0px 0px 0px 0px;
}

.page .agenda li {
    width:216px;
    float:left;
    padding:10px 22px 0px 0px;
}

.page .agenda li.last {
    padding-right: 0px !important;
}

.default h2 {
    line-height:18px !important;
}

.default h2 .text

.page .agenda li.last {
    padding-right: 0px !important; 
}

.page .agenda .date {
    color:#7f7f7f;
    padding:11px 0px 5px 0px;
}

.page .agenda img {
    float:left;
    margin: 7px 17px 0px 0px;
    border: 1px solid #d99ea0;
}

.page .agenda .text p {
    color:#595959;
    line-height:23px;
}

.page .agenda .text p a {
    color:#e3051a;
}

.news .item {
    float:left;
    width: 427px;
    padding:0px 20px 0px 0px;
    border-right: 1px solid #e3e3e3;
}

.news .items {
    float:left;
    padding: 0px 0px 0px 14px;
    border-left:1px solid #e3e3e3;
    margin:0px 0px 0px -1px;
    width:240px;
}

.news .items li {
    line-height:23px;
    padding:5px 5px 5px 7px;
    margin:5px 0px 0px 0px;
    color:#808080;
}

.news .items .all {
    color:#e4061b;
    margin:40px 0px 0px 0px;
    display:block;
}

.news .items li.selected a {
    font-weight:bold;
    color:#E21526/*#585858*/;
}

.news .items li.selected {
    border:1px solid #f6bfc5;
}

.news .items li a {
    color:#585858/*#e21526*/;
}

.news h2 {
    padding: 0px 0px 10px 0px;
}

.news .items h2 {
    padding: 0px 0px 10px 6px !important;
}

.news .item div {
    padding: 10px 0px 0px 0px;
    line-height:23px;
    color: #595959;
}

.news span.date {
    color:#ababab;
}

.agenda .item {
    float:left;
    width: 427px;
    padding:0px 20px 0px 0px;
    border-right: 1px solid #e3e3e3;
}

.agenda .items {
    float:left;
    padding: 0px 0px 0px 20px;
    border-left:1px solid #e3e3e3;
    margin:0px 0px 0px -1px;
    width:240px;
}

.agenda .items li {
    line-height:23px;
    padding:5px 5px 5px 7px !important;
    margin:5px 0px 0px 0px;
    color:#808080;
}

.agenda .items .all {
    color:#e4061b;
    margin:40px 0px 0px 0px;
    display:block;
}

.agenda .items li.selected a {
    font-weight:bold;
    color:#585858;
}

.agenda .items li.selected {
    border:1px solid #f6bfc5;
}

.agenda .items li a {
    color:#e21526;
}

.agenda h2 {
    padding: 0px 0px 10px 0px;
}

.agenda .item div {
    padding: 10px 0px 0px 0px;
    line-height:23px;
    color: #595959;
}

.agenda span.date {
    color:#ababab;
}

.referenties {
    margin: 10px 0px 0px 0px;
}

.referenties img {
    border: 1px solid #E0E0E0;
    float: left;
    margin: 6px 10px 4px 0;
}

.referenties .text {
    color: #595959;
    line-height: 25px;
    padding: 3px 0 0;
    width: 421px;
}

.referenties h3 {
    color: #595959;
    font-size: 12px;
    font-weight: bold;
}

.referenties li.first
{
    border-top:none;
}

.referenties li {
    border-top: 1px solid #E3E3E3;
    margin: 0px 5px 10px 0;
    padding: 0px 0 15px 0;
    width: 421px;
}

.referenties li.selected
{
    display: none;
}

.slideshow img {
    width: 974px !important;
    height: 111px !important;
}

.opdrachtgevers .cufon {
    font-size:17px;
    color:#757575;
    line-height:31px;
}

.opdrachtgevers .page ul {
    padding:0px 0px 0px 0px;
}

.opdrachtgevers .page ul li.selected {
    display:none;
}

.opdrachtgevers .page ul li {
    border-top: 1px solid #E3E3E3;
    margin: 10px 5px 0 0;
    padding: 15px 0px 0px 0px;
    width:705px;
}

.opdrachtgevers .page ul li.first {
    border-top:none;
}

.opdrachtgevers h3 {
    width:705px;
}

.opdrachtgevers .page ul img {
    float:left;
    border: 1px solid #e0e0e0;
    margin:6px 10px 5px 0px;
}

.opdrachtgevers .page ul .text {
    color:#595959;
    padding:3px 0px 0px 0px;
    line-height:25px;
    width:705px;
}

.opdrachtgevers .page ul h3 {
    color:#595959;
    font-weight:bold;
    font-size:12px;
}

.opdrachtgevers .page .lees {
    color:#e2061a;
}

.red_square {
    padding:10px;
    border:1px solid #ffa6a6;
    font-style: italic;
    font-size:11px;
    color:#7c7c7c;
}

.default .childs {
    width:426px !important;
    border-right:1px solid #dad9d0;
    padding:0px 20px 0px 0px;
    float:left;
}

.default .items {
    float:left;
    width: 230px;
    padding:0px 0px 0px 18px;
    margin:0px 0px 0px -1px;
    border-left: 1px solid #dad9d0;
}

.default .items li {
    padding:6px 0px 6px 0px;
}

.default .text {
    padding:4px 0px 0px 0px;
}

.default .items a {
    color:#534F4F;
    line-height:20px;
}

.default .items ul {
    padding:9px 0px 0px 0px;
}

.contact .form {
    float:left;
    width:317px;
    padding:0px 20px 0px 0px;
    border-right: 1px solid #dad9d0;
}

.contact h2 {
    padding:0px 0px 15px 0px;
}

.contact .text {
    line-height:22px;
    color:#595959;
}

.contact .input {
    width: 184px;
    height:21px;
    background:white;
    border:1px solid #e4e4e4;
    padding:0px;
}

.contact table {
    border-collapse: collapse;
    color:#595959;
    margin:10px 0px 0px 0px;
}

.contact table td {
    line-height:28px;    
    padding:0px 20px 0px 0px;
}

.contact #submit {
    background-color: #e2061a;
    width: 151px;
    font-size:11px;
    height:22px;
    border:none;
    line-height:22px;
    color:white;
    margin:10px 0px 0px 0px;
    padding:0px 0px 2px 0px;
}

.contact .google-maps {
    float:left;
    width:351px;
    padding:0px 0px 0px 20px;
    border-left:1px solid #dad9d0;
    margin:0px 0px 0px -1px;
}

.contact .google-maps .text {
    padding:10px 0px 0px 0px;
}

.contact #google {
    border:1px solid #ff0000;
    margin:10px 0px 0px 0px;
}

.contact .error {
    border:1px solid red;
}

.contact .red {
    color:red;
}

.search h3 {
    color:#e1061a;
    padding: 20px 0px 5px 0px;
    font-size: 14px;
}

.search .page-content ul {
    padding: 5px 0px 0px 5px;
}

.search .page-content li {
    line-height: 22px;
    padding:7px 0px 7px 20px;
    background: url("../images/bullet.jpg") no-repeat 0 16px;
}

.search .page-content li a {
    color: #E1061A;
}

.sitemap li ul {
    background: url("../images/tree-vert.gif") repeat-y;
    padding: 0 0 0 5px;
}


.sitemap ul {
    line-height: 20px;
    padding: 0;
}

.sitemap li ul li {
    background: url("../images/tree-horiz.gif") no-repeat 0 12px;
    padding: 0 0 0 17px;
}

.sitemap li a {
    color: #E1061A;
}

footer {
    background-color : #f9f9f9;
    width: 100%;
    height: 150px;
}

footer .footer {
    background: url(../images/footer.jpg) no-repeat;
    width: 974px;
    margin: auto;
}

.footer ul {
    padding: 80px 0px 0px 15px;
    float: left;
    width: 777px;
}

.footer li {
    padding: 0px 11px 0px 11px;
    border-right: 1px solid #8d8d8d;
    margin:5px 0px 5px 0px;
    height:11px;
    float: left;
}

.footer li a {
    font-size:11px;
    float:left;
    color: #8d8d8d;
    text-decoration: none;
}

.footer li.last {
    border: none !important;
}

.footer img {
    float: right;
    padding: 75px 30px 0px 0px;
}

.partner.centrum {
    display: none;
}
