body {
    font-family:"Lucida Sans Unicode", Corbel, "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: 12px;
    color: #ebebeb;
    background-color: #323c44;
    background-image: url('../images/background.png');
    background-position: top center;
    background-repeat: repeat-x;
}

body, html {
    padding: 0;
    margin: 0;
}

a img { border: 0 }
a { color: #ebebeb; }

#topnav, #home_center, #home_right, #print, #projecten_right, #projecten_paginator, #submenu, #bottombanner, #nieuws_right { display: none; }

h2 { font-size: 120%; font-weight: normal; margin-bottom: 1.8em; }
/* copyright rechtsonder */
#footer { text-align: right; margin-top: 2.8em}
#tekstpagina_footer {text-align: left;  margin-top: 2.8em}
/* geen disclaimer en rss links */
#disclaimer, #rss { display: none }
#bottomnav, #bottomnav li { list-style: none; margin: 0; padding: 0; }

#project_left { width: 49%; float: left}
#project_right_map, #project_right_more { width: 49%; float: right; text-align: right;}

#projecten_overzicht {
    width: 100%;
    list-style: none;
}
    #projecten_overzicht li {
        list-style: none;
        display: block;
        float: left;
        height: 50px; 
        padding: 10px 20px 10px 0;
        margin: 0;
        width: 321px;
    }
        #projecten_overzicht li img {
            float: left;
            margin-right: 10px;
        }
        #projecten_overzicht li a {
            text-decoration: none;
        }