/* @charset "utf-8";*/
* {
    margin: 0px;
    padding: 0px;
}
html, body {
    background: #FFF;
    font-size: 11px;
    color: #262d73;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapperHome {
    width: 980px;
    margin: 0 auto;
    background: #FFF url(../img/balkHome.gif) top left repeat-y;
    position: relative; 
}

#wrapperHome #tekst {
    background: #FFF;
    width:430px;
    margin:0px;
    padding:0px;
    margin-top:20px;
}
#wrapperHome #right {
    background: transparent;
    min-height: 450px;
}

#wrapperHome #left {
    background: #FFF;
    width:200px;
}
#wrapperHome #item {
    margin-left:520px;
    color:#262d73;
}
#wrapperHome #footer {
    background:#FFF url(../img/footerHome.jpg) no-repeat  -1px 0px;
    height:223px;
    width:980px;
}


#wrapperHome #item a:hover {
color:#DF8A2F;
}

#homenav 
{
    list-style-type:none;
    padding-top:15px;
}

.accordionHome
{
  line-height: 30px;
  color:#262d73;
  font-weight:bold;
  font-size:13px;
}

.accordionHome:hover
{
  text-decoration:none;
   color:#e79239;
   font-weight:bold;
}

ul #homenav{
  list-style-type:none;
  padding:0px;
  margin:0px;
    
}

#homenav li{
   background-image:url(../img/dot2.gif);
   background-repeat:no-repeat;
   background-position:0px 7px; 
   margin-left:5px;
   padding-left:40px;
   line-height: 30px;
   padding-bottom:3px;
}

#homenav li:hover{
   background-image:url(../img/list.gif);
   background-repeat:no-repeat;
   background-position:-10px -2px;
   margin-left:5px;
   padding-left:40px;
   line-height: 30px;
    
}

#content{
    height: 450px;
}

#headerHome
{
    background: #FFF url(../img/HeaderHome.jpg) no-repeat;
    height: 202px;
}

#navigatie
{
    padding-top: 40px;
    padding-left: 5px;
    float: left;
}

#right
{
    width: 560px;
    float: right;
    background: transparent url(../img/content_top.gif) no-repeat;
    min-height: 500px;
    height: auto;
    margin-bottom: 50px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

#tekst
{
    background: transparent url(../img/dot.gif) no-repeat;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 48px;
    padding-left: 25px;
    padding-right: 20px; /*background:#FFF;*/ /*overflow:auto;*/
}
.tekst
{
    margin-left: 15px;
    margin-right: 5px;
    clear: both;
    padding-left: 25px;
    padding-right: 20px;
}

#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 960px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background: transparent url('../img/footer.gif') no-repeat;
}

#border{
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border:2px solid #FF9800;
    margin-left:550px;
    padding:10px;
    width:300px;
    
}
