/* algemene instellingen en reset's*/
html,body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form,div,ul,li{
	margin: 0;
	padding: 0;
}
body{
	background-color: #21a434;
	text-align: left;
	vertical-align: top;
	color: #000;
    width:100%;
    background:#21a434 url(../images/grondonder.gif) repeat left top;
    background-attachment:scroll;
}

html,body { height:100%; }

#pagina
{
    position:relative;
    background:url(../images/achter.png) repeat-x left top #21a434;
    width:auto;
    height:auto;
    overflow:hidden;

}
.wrapper
{
    width:1002px;
    margin: 0 auto;
}

#bovenlinks
{
    float:left;
    width:400px;
    height:200px;
}

#logo
{
    float:left;
    width:400px;
    height: 100px;
    background:url(../images/logo.png) no-repeat left top;
}
#menuhouder
{
    float:left;
    width:400px;
    height: 100px;
}
#bovenrechts
{
    float:right;
    width:602px;
    height:200px;
}
ul.menu
{
    list-style-type:none;
    float:left;
    width:400px;
    height:68px;
}

ul.menu li
{
    float:left;
    width:100px;
    height:68px;
}
ul.menu li a
{
   display: block;
   text-decoration:none;
   width:100px;
   height:68px; 
}

ul.menu li.nummer1
{
    background:url(../images/menu1.png) no-repeat left top;
}
ul.menu li.selected1
{
    background:url(../images/menu1actief.png) no-repeat left top;
}
ul.menu li.nummer2
{
    background:url(../images/menu2.png) no-repeat left top;
}
ul.menu li.selected2
{
    background:url(../images/menu2actief.png) no-repeat left top;
}
ul.menu li.nummer3
{
    background:url(../images/menu3.png) no-repeat left top;
}
ul.menu li.selected3
{
    background:url(../images/menu3actief.png) no-repeat left top;
}
ul.menu li.nummer4
{
    background:url(../images/menu4.png) no-repeat left top;
}
ul.menu li.selected4
{
    background:url(../images/menu4actief.png) no-repeat left top;
}
li.itemmet1 ul.subsub
{
    background:#ffffff;
    height:0px;
    display:none;
    z-index:1001;
    list-style-type:none;
    float:left;
    width:400px;
    height:32px
}
li.itemmet1 ul.actief
{
    display:block;
}

li.itemmet1 ul.subsub li
{

    float:left;
    width:45px;
    padding-left:15px;
    padding-top:8px;
    font-family: "Times New Roman","Times Roman",TimesNR,times,serif;
	font-size: 13px;
	font-weight: bold;
    font-style:italic;
}

li.itemmet1 ul.subsub li a
{
    color:#99cc00;
}

li.itemmet1 ul.subsub li a:hover
{
    color:#000000;
}
li.itemmet1 ul.subsub li a.actief
{
    color:#000000;
}

li.itemmet2 ul.subsub
{
    background:#ffffff;
    height:0px;
    display:none;
    z-index:1001;
    list-style-type:none;
    float:left;
    width:400px;
    height:32px
}

li.itemmet2 ul.actief
{
    display:block;
}

li.itemmet2 ul.subsub li
{

    float:left;
    width:60px;
    padding-left:20px;
    padding-top:8px;
    font-family: "Times New Roman","Times Roman",TimesNR,times,serif;
	font-size: 15px;
	font-weight: bold;
    font-style:italic;
}

li.itemmet2 ul.subsub li a
{
    color:#99cc00;
}

li.itemmet2 ul.subsub li a:hover
{
    color:#000000;
}
li.itemmet2 ul.subsub li a.actief
{
    color:#000000;
}

li.nummer2 ul
{
    margin-left:-100px;
}
#menuhouder div.submenu
{
    float:left;
    width:400px;
    height:32px;
    background:url(../images/subleeg.gif) no-repeat left top;
}

#menuhouder div.submenuactief
{
    float:left;
    width:400px;
    height:32px;
    background:url(../images/subleeg.gif) no-repeat left top;
    display:none;
}

#menuhouder div.subactief
{
    background:url(../images/subvol.gif) no-repeat left top;
}
#onder
{
    float:left;
    width:1002px;
    background:url(../images/tekstachter.gif) repeat-y left top;
}
#onderlinks
{
    float:left;
    width:380px;
    padding-left:10px;
    padding-right:10px;
    font-family: Arial;
	font-size: 13px;
	font-weight: normal;
    color:#000000;
    line-height:20px;
}
#onderlinks h1
{
    padding-top:10px;
    padding-bottom:10px;
    font-family: "Times New Roman","Times Roman",TimesNR,times,serif;
	font-size: 24px;
	font-weight: normal;
    font-style:italic;
    color:#ffffff;
}

#onderlinks b
{
    padding-top:10px;
    padding-bottom:10px;
    font-family: "Times New Roman","Times Roman",TimesNR,times,serif;
	line-height:24px;
	font-size: 18px;
	font-weight: bold;
    font-style:italic;
    color:#ffffff;
    
}

#onderlinks h1.contact
{
    padding-top:10px;
    padding-bottom:5px;
    font-family : Georgia;
	font-size: 24px;
	font-weight: bold;
    font-style:italic;
    color:#ffffff;
    
}

#onderlinks p.contact
{
    color:#ffffff;
}

#onderlinks a
{
    color:#ffffff;
}
#onderrechts
{
    float:left;
    width:602px;
}
#footer
{
    float:left;
    margin-top:-110px;
    position:relative;
    width:100%;


}
#footerboven
{

     background:url(../images/grondboven.png) repeat left top;
     height:69px;
      
     

}
#footeronder
{

    background:url(../images/grondonder.gif) repeat left top;

    height:100px;

}
.goegelmap
 {
    border:#ffffff 1px solid;
    border-top:0px;
 }

