/* ---( ALGEMEEN )----------------------------------------- */

body {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        width:100%;
        height:100%;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;;
        background:url(../beeld/background.jpg) repeat-x;
        background-color:#2f4f03;
        }

h1 {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        padding:15px 0 0 15px;
        font-size:20px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#8bc43e;
        font-weight:bold;
        line-height:16px;
        text-align:left;
        }
        
h2 {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        padding:15px 0 0 15px;
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:16px;
        text-align:left;
        }
        
h3 {
        padding:0px 0px 0 15px;
        font-size:16px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#8bc43e;
        font-weight:bold;
        line-height:16px;
        text-align:left;
        margin: 0px;
        }
        
h4 {
        padding:0px 0px 0 15px;
        font-size:11px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:10px;
        text-align:left;
        margin: 0px;
        }
        
h5 {
        padding:10px 0px 0 15px;
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:16px;
        text-align:left;
        margin: 0px;
        }
        
p {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        padding:15px 15px 0 15px;
        font-size:11px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:18px;
        text-align:justify;
        }
        
.actueeltext {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        padding:0px 0px 0 15px;
        font-size:11px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:18px;
        text-align:left;
        }
        
.actueeltext img{
        float:left;
        padding-left:0px;
        margin-right:15px;
        margin-bottom:5px;
        }
        
a {
        font-size:11px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:18px;
        text-align:justify;
        }
        
a:hover {
        font-size:11px;
        color:#fff;
        text-decoration:none;
        }
                
.intro {
        margin-top:20px;
        margin-left:-15px;
        margin-right:0px;
        margin-bottom:0px;
        width:100%;
        }
                
.left {
        margin-left:-15px;
        float:left;
        padding-bottom:15px;
        width:50%;
        }
                
.right {
        float:left;
        width:50%;
        padding-bottom:15px;
        }
                
.left_side {
        float:left;
        width:100%;
        padding-bottom:15px;
        }
                
.right_side {
        margin-top:30px;
        float:left;
        width:100%;
        padding-bottom:0px;
        background:url(../beeld/background_right.gif) repeat-y;
        }

/* ---( CONTAINER )--------------------------------------------- */

#container {
        margin-top:0px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0px;
        width:900px;
        height:auto;
        background-color:none;
        }

/* ---( HEADER_01 )--------------------------------------------- */

#header_01 {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        width:900px;
        height:30px;
        background:url(../beeld/background_header_01.jpg) no-repeat;
        background-color:#999;
        }
                
/* ---( SUBHEADER_01 )--------------------------------------------- */

#subheader_01 {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        width:900px;
        height:170px;
        background:url(../beeld/background_subheader_01.png) no-repeat;
        background-color:none;
        }
                
/* ---( MENU )--------------------------------------------- */

#menu {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        width:900px;
        height:50px;
        background:url(../beeld/menubar.png) no-repeat;
        background-color:#8dc63f;
        font-size:10px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#000;
        font-weight:normal;
        line-height:16px;
        text-align:center;
        }
                
ul#navlist {
        margin:0;
        padding-left:0px;
        }

ul#navlist li {
        display: inline;
        list-style-type: none;
        }

        ul#navlist li a {
                display:block;
                float:left;
                width:180px;
                height:50px;
                }

                ul#navlist li a#home {
                background:transparent url(../beeld/home.png) repeat;
                width:120px;
                }

                ul#navlist li a#home:hover {
                background:transparent url(../beeld/home.png) repeat;
                background-position:0 -50px;
                }

                ul#navlist li a#home.home {
                background:transparent url(../beeld/home.png) repeat;
                background-position:0 -100px;
                }

                ul#navlist li a#home.home:hover {
                background:transparent url(../beeld/home.png) repeat;
                background-position:0 -150px;
                }



                                        ul#navlist li a#pagina_02 {
                                        background:transparent url(../beeld/logeren.png) repeat;
                                        width:165px;
                                        }
        
                                        ul#navlist li a#pagina_02:hover {
                                        background:transparent url(../beeld/logeren.png) repeat;
                                        background-position:0 -50px;
                                        }
        
                                        ul#navlist li a#pagina_02.pagina_02 {
                                        background:transparent url(../beeld/logeren.png) repeat;
                                        background-position:0 -100px;
                                        }
        
                                        ul#navlist li a#pagina_02.pagina_02:hover {
                                        background:transparent url(../beeld/logeren.png) repeat;
                                        background-position:0 -150px;
                                        }



                                                ul#navlist li a#pagina_03 {
                                                background:transparent url(../beeld/overig.png) repeat;
                                                width:165px;
                                                }
                
                                                ul#navlist li a#pagina_03:hover {
                                                background:transparent url(../beeld/overig.png) repeat;
                                                background-position:0 -50px;
                                                }
                
                                                ul#navlist li a#pagina_03.pagina_03 {
                                                background:transparent url(../beeld/overig.png) repeat;
                                                background-position:0 -100px;
                                                }
                
                                                ul#navlist li a#pagina_03.pagina_03:hover {
                                                background:transparent url(../beeld/overig.png) repeat;
                                                background-position:0 -150px;
                                                }



                                                        ul#navlist li a#pagina_04 {
                                                        background:transparent url(../beeld/info.png) repeat;
                                                        width:165px;
                                                        }
                        
                                                        ul#navlist li a#pagina_04:hover {
                                                        background:transparent url(../beeld/info.png) repeat;
                                                        background-position:0 -50px;
                                                        }
                        
                                                        ul#navlist li a#pagina_04.pagina_04 {
                                                        background:transparent url(../beeld/info.png) repeat;
                                                        background-position:0 -100px;
                                                        }
                        
                                                        ul#navlist li a#pagina_04.pagina_04:hover {
                                                        background:transparent url(../beeld/info.png) repeat;
                                                        background-position:0 -150px;
                                                        }
                                                        
                                                                ul#navlist li a#pagina_05 {
                                                                background:transparent url(../beeld/partners.png) repeat;
                                                                width:165px;
                                                                }

                                                                ul#navlist li a#pagina_05:hover {
                                                                background:transparent url(../beeld/partners.png) repeat;
                                                                background-position:0 -50px;
                                                                }

                                                                ul#navlist li a#pagina_05.pagina_05 {
                                                                background:transparent url(../beeld/partners.png) repeat;
                                                                background-position:0 -100px;
                                                                }

                                                                ul#navlist li a#pagina_05.pagina_05:hover {
                                                                background:transparent url(../beeld/partners.png) repeat;
                                                                background-position:0 -150px;
                                                                }

                                                                        ul#navlist li a#contact {
                                                                        background:transparent url(../beeld/contact.png) repeat;
                                                                        width:120px;
                                                                        }
                                
                                                                        ul#navlist li a#contact:hover {
                                                                        background:transparent url(../beeld/contact.png) repeat;
                                                                        background-position:0 -50px;
                                                                        }
                                
                                                                        ul#navlist li a#contact.contact {
                                                                        background:transparent url(../beeld/contact.png) repeat;
                                                                        background-position:0 -100px;
                                                                        }
                                
                                                                        ul#navlist li a#contact.contact:hover {
                                                                        background:transparent url(../beeld/contact.png) repeat;
                                                                        background-position:0 -150px;
                                                                        }
                                                                
/* ---( CONTENT_04 )--------------------------------------------- */

#content_04 {
        margin-top:20px
        float:left;
        width:900px;
        height:auto;
        }
                
#content_04_left {
        float:left;
        width:700px;
        height:auto;
        }
                
#content_04_right {
        margin-bottom:10px;
        float:left;
        width:200px;
        height:auto;
        }
        
.login {
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
        padding:15px 0px 0 0px;
        font-size:10px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#abd779;
        font-weight:normal;
        line-height:18px;
        text-align:justify;
        }
        
.login a {
        font-size:10px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#abd779;
        font-weight:normal;
        line-height:18px;
        text-align:justify;
        }

.login a:hover {
        font-size:10px;
        color:#abd779;
        text-decoration:none;
        }

.button {
        border:0px solid #bbb;
        width:230px;
        height:30px;
        float:left;
        font-size:11px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#6574b0;
        font-weight:bold;
        line-height:16px;
        text-align:left;
        padding-top:0px;
        padding-left:0px;
        background:none;
        cursor:pointer;
        }
        
/* ---( BOTTOM )--------------------------------------------- */

#bottomback {
        clear:both;
        width:100%;
        height:145px;
        background:url(../beeld/bottom.png) repeat-x;
        }

/* ---( FORMULIEREN )------------------------------- */

form {

        }

fieldset {
        width:168px;
        height:300px;
        border:0px solid #000;
        padding-left:14px;
        }

acronym {
        font-size:11px;
        color:#fff;
        float: left;
        border-bottom: 0px dotted #000;
        cursor: help;
        }

div.row {
        clear: both;
        color:#D7D7D90;
        float: right;
        width: 168px;
        padding-top: 8px;
        }

div.row span.label {
        font-size:10px;
        float: right;
        width: 168px;
        text-align: left;
        font-weight:normal;
        padding:0px;
        }

input {
        height:16px;
        width:164px;
        margin-top:1px;
        border:0px inset #bbb;
        background:#8dc63f;
        font-family:Verdana, tahoma, century gothic, helvetica, times new roman, arial, sans-serif;
        padding:2px;
        line-height:12px;
        font-size:11px;
        }

textarea {
        border:0px inset #bbb;
        width:164px;
        height:60px;
        background:#8dc63f;
        font-family:Verdana, tahoma, century gothic, helvetica, times new roman, arial, sans-serif;
        padding:2px;
        font-size:11px;
        }

select {
        font-family : Verdana, tahoma, century gothic, helvetica, times new roman, arial, sans-serif;
        font-size:10px;
        font-weight:bold;
        border:0px solid #231F20;
        background:#F5F5F5;
        }

option {
        line-height:0px;
        }

.button {
        border:1px outset #bbb;
        width:80px;
        height:25px;
        margin-top:5px;
        margin-left:5px;
        background:#ddd;
        float:right;
        cursor:pointer;
        }
        
        
#teller {
        visibility:hidden;
        margin-top:-41px;
        margin-left:0px;
        margin-right:auto;
        background-color:000;
        }



