/**
 *  Author          Gauke Pieter Sietzema, Sterc Concept
 *  Website         htp://www.sterc.nl
 *  Contact         info@sterc.nl
 *  Created date    
 */


html, body {
    margin: 0;
    padding: 0;
}


#container {
    width: 1024px;
    position: absolute;
    left: 50%;
    margin-left: -512px;
    padding: 0;
    overflow: hidden;
}

#header {
    width: 1024px;
    height: 189px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu {
    width: 912px;
    height: 33px;
    background: url(/img/menu-bg.jpg) no-repeat #fff;
    font-family: trebuchet ms, arial, sans-serif;
    font-size: 16px;
    padding-left: 112px;
    overflow: hidden;
}

#menu ul, #menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
}

#menu a, #menu a:link, #menu a:visited {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 5px 7px 5px 7px;   
}

#menu a:hover {
    color: #00aeef;
}

#onder_menu {
    width: 1024px;
    height: 76px;
    margin: 0;
    padding: 0;
    background: url(/img/onder-menu-bg.jpg) no-repeat #fff;
}

#complete_content {
    width: 924px;
    padding-left: 100px;
    font-family: trebuchet ms, arial, sans-serif;
    font-size: 14px;
    color: #333;
}

#complete_content h1 {
    font-family: georgia, times new roman, serif;
    font-size: 24px;
    font-weight: normal;
    color: #00aeef;
}

#complete_content a, #complete_content a:link, #complete_content a:visited {
    color: #00aeef;
    text-decoration: none;
}

#complete_content a:hover {
    text-decoration: underline;
}

#content {
    width: 375px;
    padding-right: 40px;
    float: left;
    line-height: 20px;
    padding-bottom: 40px;
}

#nieuwsblok {
    width: 400px;
    float: left;
    line-height: 20px;
    padding-bottom: 40px;
}

img {
    border: 0;
}

/*#spacer_onder {
    width: 1024px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}*/

fieldset {
	border: 0;
}

.comment {
	border-bottom: 1px solid #999;
}

.galleria td {
	width: 25% !important;
}
