/* 
    Basing: www.slicing.co
    Baser: Ricardo Persoon
*/

body { margin: 0; padding: 0; background-image: url('images/bg.png'); background-repeat: repeat-x; }
#background { width: 100%; height: auto; background-image: url('images/bg_2.png'); background-position: 50% 600px; background-repeat: no-repeat; float: left; }
img { border: 0; }
a, input { outline: none; }
a { text-decoration: none; color: #003876; }
a:hover { color: #abbd26; }

#container { width: 800px; margin-left: auto; margin-right: auto; position: relative; }

    #header { width: 800px; height: 170px; background-image: url('images/img1.png'); background-repeat: no-repeat; background-position: 0px 27px; float: left; }
        #menuvak { width: 387px; height: 93px; margin: 77px 0 0 413px; }
            #menu { width: 387px; height: 44px; }
                #menu_left { width: 9px; height: 44px; background-image: url('images/img2.png'); float: right; }
                #menu_center { width: auto; height: 44px; background-image: url('images/img3.png'); float: right; }
                    #ul1 { margin: 13px 5px 0 7px; padding: 0; }
                    #ul1 li { margin: 0; padding: 0; list-style: none; float: left; }
                    #ul1 li a { font-family: Arial; font-size: 12px; color: #003876; text-decoration: none; }
                    #ul1 li a:hover { color: #abbd26; }
                #menu_right { width: 11px; height: 44px; background-image: url('images/img4.png'); float: right; }
            #language { width: 387px; height: 44px; margin-top: 15px; }
                .vlag { width: 25px; height: 16px; float: right; }
                .vlag_tekst { width: auto; height: 14px; margin: 2px 6px 0 0; font-family: Arial; font-size: 10px; color: #003876; float: right; }

    #banner { width: 800px; height: 265px; float: left; }

    #content { width: 800px; height: auto; margin-top: 27px; float: left; }
        #content_left { width: 450px; height: auto; font-family: Arial; font-size: 12px; color: #003876; text-align: justify; float: left; }
        #content_left h2 { margin: 0 0 15px 0; font-family: Corbel, Arial; font-weight: normal; font-size: 22px; }
        #content_right { width: 335px; height: auto; margin-left: 15px; float: left; }
            .newsvak { width: 335px; height: 41px; }
                .newsvak_left { padding: 13px 0 0 9px; width: 160px; height: 28px; background-image: url('images/img8.png'); font-family: Arial; font-size: 12px; color: #003876; float: left; }
                    .accent { color: #abbd27; }
                .newsvak_left a { color: #003876; text-decoration: none; }
                .newsvak_left a:hover { color: #abbd27; }
                .newsvak_right { padding: 13px 0 0 9px; width: 157px; height: 28px; background-image: url('images/img9.png'); font-family: Arial; font-size: 12px; color: #003876; float: left; }
                .newsvak_right a { color: #003876; text-decoration: none; }
                .newsvak_right a:hover { color: #abbd27; }
        #content_right h3 { margin: 0 0 15px 0; font-family: Corbel, Arial; font-size: 14px; font-weight: normal; color: #abbd27; }

    #footer { width: 800px; height: 23px; margin: 20px 0 150px 0; padding-top: 9px; background-color: #f2f2f2; font-family: Arial; font-size: 12px; color: #525252; text-align: center; float: left; }
    #footer a { color: #525252; text-decoration: none; }
    #footer a:hover { color: #abbd26; }
