body{ font-family: Arial, Helvetica, sans-serif;  font-size: 13px; line-height: 160%; margin: 0; }

#container {
 width: 966px;
 min-height: 480px;
 overflow: hidden;
 background-color: #4E4027;
 margin: 7px auto 0 auto;
 padding: 0;
}
#links{
 width: 488px;
 min-height: 480px;
 float: left;
 margin: 0;
 padding: 0;
 background-image: url(images/achtergrond_links.jpg);
 background-repeat: no-repeat;
}
#rechts{
 width: 385px;
 min-height: 480px;
 float: left;
 background-color: #fcf8d0;
 background-image: url(images/achtergrond_rechts.jpg);
 background-repeat: no-repeat;
 background-position: bottom;
 margin: 0;
 padding: 0;
}
#content{ width: 350px; margin: 0 0 40px 18px; padding: 0;}
#rechts h1{ font-size: 16px;}
#rechts h2{ font-size: 14px;}
#rechts h3{ font-size: 13px; font-weight: bold; }
#sidebar{ width: 93px; min-height: 480px; margin: 0; padding: 0;  float: left;}
#spacerhome{ height: 78px; margin: 0; padding: 0; width: 100%; background-color: #fcf8d0;}
/************************************
  Navigatie
************************************/
#home{ width: 100%; height: 67px; background-color: #fcf8d0; margin: 0; padding: 0; float: left;}
#home ul{ margin: 0 0 0 21px; list-style: none; padding: 0;}
#home li{ margin: 0; margin: 0; text-align: left; font-weight: bold; padding: 0;}
#home a{ color: #000; text-decoration: none;}
#submenu{ float: left; text-align: left; padding: 0; margin: 23px 0 0 21px; width: 90%;} 
#submenu ul{ margin: 0;} 
#submenu li{ text-align: left; font-weight: bold; list-style: none; color: #9c8d72;}
#submenu li:hover{ color: #fff9b8;}
#submenu a{ color: #9c8d72; text-decoration: none;}
#submenu a:hover{ color: #fff9b8;}
#menu{ float: right; margin: 20px 33px 0 0; width: 200px; text-align: right;}
#menu li{ list-style: none; font-weight: bold; color: #9c8d72;} 
#menu a{ color: #9c8d72; text-decoration: none; }
#menu a:hover{ color: #fff9b8;}
/**** Einde navigatie ****/  

#footer{
 width: 966px;
 height: 126px;
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 float: left;
 margin: 0;
 padding: 0;
}
#logo{ margin: 33px 0 33px 80px; padding: 0;}
.werknemer{
 float: right;
 width: 143px;
 height: 202px;
 padding: 0px;
 margin: 107px 0 0 0;
 background-image: url(images/werknemer.jpg);
 background-repeat: no-repeat;
 cursor: hand; 
 background-color: #4E4027;
} 
.werknemer:hover{
 background-image: url(images/werknemer_hover.jpg);
}
.werkgever{
 float: right;
 width: 143px;
 height: 202px;
 padding: 0px;
 margin: 107px 0 0 0;
 background-image: url(images/werkgever.jpg);
 background-repeat: no-repeat;
 cursor: hand; 
 background-color: #4E4027;
}
.werkgever:hover{
 background-image: url(images/werkgever_hover.jpg);
} 
.werkzoekende{
 float: right;
 width: 143px;
 height: 202px;
 padding: 0px;
 margin: 107px 0 0 0;
 background-image: url(images/werkzoekende.jpg);
 background-repeat: no-repeat;
 cursor: hand; 
 background-color: #4E4027;
}
.werkzoekende:hover{
 background-image: url(images/werkzoekende_hover.jpg);
}
a{
 text-decoration: underline;
 color: #00A652;
}
.text{ width: 100%; }
.textarea { width: 100%;}
