/*
Swis
*/


html {

}

body {
  background-color:#FFF;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8em;
  color: #413427;
  text-align: center;
}

/* reset */
ul, li, img, body, html {
  margin: 0;
  padding: 0;
}

a {
  color: #686E2E;
  font-size: 11px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}


h3 {
  font-size: 11px;
  color: #000;
  margin: 0;
}

.suggestText {
  font-size: 12px;
  font-weight: bold;
  color: #686E2E;
  margin: 0; 
  float: left; 
}

/* START HEADER */
.container {
  text-align: left;
  width: 960px;    
  margin: auto;
}

#headerwrapper {
    position: relative;
    height: 168px;
}

#logo {
  width: 268px;
  height: 131px;
  position: absolute;
  left: 22px;
  top: 34px;
}

#headerImage {
  position: absolute;
  top: 30px;
  left: 305px;
}

#headerImageAlt {
  position: absolute;
  top: 0;
  left: 275px;
}

#login {
  width: 170px;
  height: 155px;
  position: absolute;
  top: 13px;
  right: 0;
}

.inloggen {
  color: #FF7E01;
  display: block;
}

.uitloggen {
  color: #975E22;
  display: block;
}

/* END HEADER */

/* START MAIN NAV */
#navBackgroundImage {
  width: 100%;
  height: 64px;
  background-image: url('../images/nav_bar.gif');
  background-repeat: repeat-x;
  float: left;
}

#mainNav {
  width: 759px;
  padding: 0 0 0 0;
  float: left;
}

.mainNavImage {
  border: none;
  float: left;
}

/* END MAIN NAV */

/* START MAIN CONTENT */
#mainContainer {
  width:759px;
  background: #FFF;
  float: left;
}

#mainContent {
  width:731px;
  padding: 0 0 0 28px;
  background: #FFF;
  float: left;
}

.whiteSpaceVerticalMedium {
  margin: 0;
  height: 17px;
  width: 100%;
  float: left;
}
.whiteSpaceVerticalSmall {
  margin: 0;
  height: 7px;
  width: 100%;
  float: left;
}
                                                            
.dottedLine {
  margin: 0;
  height: 1px;
  float: left;  
}

/* START VRAAGVELD */
#zoekveld_wrapper {
    top: 26px;
    position: relative;
    height: 73px;
    width: 100%;
    margin-bottom:26px;
}
#zoekveld {
    position: absolute;
    left: -8px;
    width: 740px;
    height: 73px;
    background-image: url('../images/zoekveld/ibi_stelvraag.gif');
    background-repeat: no-repeat;
}
#input_vraagveld {
  width: 490px;
  height: 17px;
  margin: 8px 0 0 198px;
  padding: 5px 0 6px 12px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;   
  font-size: 14px;
  color: #1A171B;
  background: white url('../images/zoekveld/ibi_stelvraag_input.gif') no-repeat top left;
  float: left;
}
#submit_vraagveld {
  width: 30px;
  height: 29px;
  margin: 5px 0 0 4px;
  padding: 1px;
  border: 0;
  float: left;
}
/* END VRAAGVELD */
  
  
#frontpageContainer {
  width: 710px;
  margin: 0 10px 0 10px;
  float: left;
}  
.frontpageVraag {
  font-size: 11px;
  color: #686E2E;
  margin: 0 10px 0 0;
  float: left;
}
a.frontpageVraag {
  font-size: 11px;
  color: #686E2E;
  margin: 0 10px 0 0;   
  float: left;
}
a:hover.frontpageVraag {
  font-size: 11px;
  color: #686E2E;
  text-decoration: underline;  
  float: left;
}

#carousel {
  width: 731px;
  height: 126px;
  float: left;
}

#carouselButtons {
  height: 39px;
  float: right;
}

.carouselCatLink {
  position: absolute;
  top:0;
}
.carouselVraagLink {
  position: absolute;
  top:50px;
}

.carouselCatHover a {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  cursor: pointer;
}
.carouselCatHover a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
.carouselVraagHover a {
  filter: alpha(opacity=95);
  -moz-opacity: .95;
  opacity: .95;
  cursor: pointer;
}
.carouselVraagHover a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}



#categorieKader {
  width: 731px;
  height: 100px;
  background: #e8dacc;
  float: left;
}

#catTop {
  margin: 0;
  display: block;
  width: 731px;
  height: 25px;
  background-image: url('../images/ibi_kiescat.gif');
  background-repeat: no-repeat;  
  float: left;
}

#categorieBlockLeft {
  margin: 0 0 0 9px;
  width: 185px;
  line-height: 2.0em;
  float: left;
}

#categorieBlockMid1 {
  margin: 0 7px 0 7px;
  width: 178px;  
  line-height: 2.0em;
  float: left;
}

#categorieBlockMid2 {
  margin: 0 7px 0 0;
  width: 181px;
  line-height: 2.0em;  
  float: left;
}

#categorieBlockRight {
  margin: 0 7px 0 0;
  width: 150px;
  line-height: 2.0em;  
  float: left;
}

.hoofdCategorieen {
  font-size: 11px;
  font-weight: bold;
  display: block;
  color: #000;    
}
a.hoofdCategorieen {
  color: #000;    
}
a:hover.hoofdCategorieen {
  color: #686E2E;
  text-decoration: none;    
}

/* START TAGS */
#tagsContainer {
  padding: 5px;
  display: block;
  width: 721px; 
  float: left;
}

.tags {
  color: #8D6231;
}
a.tags {
  color: #8D6231;
}
a:hover.tags {
  color: #686E2E;
  text-decoration: none;
}
/* END TAGS */






#footerContainer {
  width: 731px;
  padding-top: 4px;
  height: 20px;
  float: left;
}  
  
#footerLeft {
  width: 300px;
  float: left;
}

.footerNavLeft {
  font-size: 10px;
  color: #413427;
  margin: 0 5px 0 0;
}

.footerNavRight {
  font-size: 10px;
  color: #413427;
  margin: 0 5px 0 5px;
}

#footerRight {
  width: 431px;
  text-align: right;      
  float: left;
}

#footerText {
  font-size: 10px;
  color: #FF7E01;
  font-weight: bold;
}
#footerText2 {
  font-size: 10px;
  color: #413427;  
  font-weight: bold;
}


/* END MAIN CONTENT */

/* START SIDEBAR */

#sidebarRight {     
  width: 86px;
  margin: 13px 0 0 26px;
  float: left;  
}  

.sidebarFaqPos {  
  margin: 0 0 3px 26px;
}

.sidebarFaq {
  color: #898989;
  font-size: 11px;
  display: block; 
}
a.sidebarFaq {
  color: #898989; 
}
a:hover.sidebarFaq {
  color: #686E2E;
  text-decoration: none; 
}
.sidebarImgLinks


li#sidebarAfdrukken {
  list-style-image: url('../images/icon_afdrukken.gif');    
}
li#sidebarVoorlezen {
  list-style-image: url('../images/icon_voorlezen.gif');    
} 
li#sidebarTekstgrootte {
  list-style-image: url('../images/icon_tekstgrootte.gif');    
} 
li#sidebarWidget {
  list-style-image: url('../images/icon_widget.gif');    
} 
li#sidebarFaq {
  list-style-type: none;    
}   


/* END SIDEBAR */




/* START LOGIN PAGE */
form {
  display: inline;
}
.cssform p{
  width: 300px;  
  clear: left;
  margin: 0;
  padding-top: 8px;
  padding-left: 175px;
  line-height: normal;
  float: left;
}

.cssform label{
  font-size: 12px;      
  margin-left: -175px;
  width: 170px;
  float: left; 
}

.contactform p{
  width: 500px;
  margin: 0;
  padding: 2px;
  float: left;
}

.contactform label{
  font-size: 12px;      
  width: 170px;
  float: left; 
}



.input_width {
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 12px;
  width: 196px;
  border: 1px solid #9CBAD6;
}

.wrong_input {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: #FF7E01;
}

.hier_link {
  font-size: 12px;
  color: #B5C52B;  
  text-decoration: underline;
}
a.hier_link {
  font-size: 12px;
  color: #B5C52B;  
  text-decoration: underline;
}
a:hover.hier_link {
  font-size: 12px;
  color: #686E2E;  
  text-decoration: underline;
}
/* END LOGIN PAGE */


/* START VRAAGSTELLEN PAGE */
#kruimelpadContainer {
  width: 731px;

  font-size: 12px;
  float: left;
}

h1 {
/* wordt voor de breadcrumb gebruikt */
  font-size: 12px;  
  color: #413427;
  margin: 0;
  padding: 0;
  float: left;
}
h1 a {
  font-size: 12px;  
  color: #413427;
  margin: 0;
  padding: 0;
  float: left;  
}
h1 a:hover {
  font-size: 12px;  
  color: #413427;
  margin: 0;
  padding: 0; 
  text-decoration: underline;  
  float: left;  
}
.kruimelPijl {
  margin: 0 3px 0 3px;
  color: #413427;
  float: left;
}


a#antwPerMail {
  text-decoration: none;
  font-weight: bold;
}

#leftContainer {
  width: 165px;
  float: left
}

#imgTip1 {
  margin-left: -7px;

}
#imgTip2 {
  margin-left: -7px;

}
#viernulvier {
  margin-left: -7px;
  width: 100px;
  height: 100px;
}
#tekstTip {
  width: 140px;
  margin-left: 15px;
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 12px;
  color: #1a171b;
  float: left;
}

#midContainer1 {
  width: 560px;
  height: 222px;
  background-image: url('../images/vraagstellen1.gif');
  background-repeat: no-repeat;
  float: left
}

#midContainer2 {
  width: 560px;
  height: 700px;
  background-image: url('../images/vraagstellen2.gif');
  background-repeat: no-repeat;
  float: left
}

#midContainer3 {
  width: 560px;
  background-image: url('../images/vraagstellenbackground.gif');
  background-position: 0;
  float: left;
  margin-left: 165px;
}



#textarea_vraag_veld {
  width: 527px;
  height: 34px;
  margin: 44px 0 0 13px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;   
  font-size: 14px;
  color: #1a171b;
  overflow: hidden;
  float: left;  
}
#textareaToelichting {
  width: 528px;
  height: 75px;
  margin: 54px 0 0 14px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;   
  font-size: 14px;
  color: #1a171b; 
  float: left;
}
#submit_vraag_toelichting_veld {
  width: 110px;
  height: 21px;
  margin: 28px 0 0 435px;
  float: left;
}


#vraagstellen_vraag {
  margin: 46px 0 0 70px;
  width: 460px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #1A171B;            
  float:left;
}

#vraagstellen_wijzig {
  margin: 5px 0 0 490px;
  font-size: 11px;
  font-weight: bold;
  color: #A73F29;
  text-decoration: underline;
  float: left;
}

#vraagstellen_textarea_toelichting {
  font-family: Arial, Helvetica, sans-serif;  
  margin: 12px 0 0 15px;
  width: 526px;
  height: 70px;
  font-size: 12px;
  color: #1A171B;
  border: 1px solid #000;
  border: 0;
  overflow: auto;
  float: left;
}

#vraagstellen_hoofdcategorie {
  margin: 60px 0 0 30px;
  font-size: 12px;
  font-weight: bold;
  width: 523px;
  height:110px;
  list-style-type: none;
  float: left;
}
.hoofdcats_items {
  width:150px;
  font-weight:bold;
  margin:0 20px 8px 0; 
  cursor: pointer;   
  float:left;
}
#vraagstellen_subcategorie {
  margin: 0 0 0 14px;  
  font-size: 12px;
  font-weight: bold;     
  list-style-type: none;
  float: left;
}
.vraagstellen_button {
  background: transparent;
  border: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  float: left;
}

#subCats {
  margin: 55px 0 0 13px;
  width: 530px;
  height: 110px;
  float: left;
}
.subcats_items {
  width:155px;
  font-weight:bold;
  margin:0 20px 7px 0; 
  cursor: pointer;  
  float:left;
}
.vraagstellen_selected{
   background: #B7C72C;
   width: 150px;
   font-weight: bold;
   float: left;   
}
.vraagstellen_selected_sub{
   background: #B7C72C;
   width: 150px;
   font-weight: bold;
   float: left;   
}

#vraagstellen_tags_main_container {
  margin: 50px 0 0 0; 
  width: 552px;
  height: 50px;
  float: left;
}

.vraagstellen_tags1 {
  margin: 0 30px 0 12px;
  font-size: 12px;
  width: 148px;
  height: 14px;  
  border: 0;
  float: left;
}
.vraagstellen_tags2 {
  margin: 0 0 0 14px;
  font-size: 12px;
  width: 148px;
  height: 14px;  
  border: 0;
  float: left;
}
.vraagstellen_tags3 {
  margin: 12px 30px 0 12px;
  font-size: 12px;  
  width: 148px;
  height: 14px;  
  border: 0;
  float: left;
}
.vraagstellen_tags4 {
  margin: 12px 0 0 14px;
  font-size: 12px;
  width: 148px;
  height: 14px;  
  border: 0;
  float: left;
}
#bottomContainer {
  width: 550px;
  height: 30px;
  margin: 30px 0 0 8px;
  float: left;
}
#checkboxEmail {
  width: 430px;
  height: 21px;
  font-size: 11px;
  float: left;
}
#submit_opslaan {
  width: 110px;
  height: 21px;
  float: left;
}
#wrong_input_vraag {
  font-weight: bold;
  font-size: 13px;
  color: #FF7E01;
  float: left;
}

.vraagLink {
  color: #1A171B;
  text-decoration: none;  
}
a.vraagLink {
  color: #1A171B;
  text-decoration: none;  
}
a:hover.vraagLink {
  color: #1A171B;
  text-decoration: none;  
}


#midContainerVraagstellen {
  width: 560px;
  height: 400px;
  margin: 0;
  float: left
}
/* END VRAAGSTELLEN PAGE */





/* START OPENSTAANDE VRAGEN */

#leftContainerOpenstaandevragen {
  width: 165px;
  float: left
}

/*categorieen*/
#categorieenHeader {
  width: 106px;
  height: 21px;
  float: left;
}

#categorieenContainer {
  width: 164px;
  margin: 5px 0 0 1px;
  float: left;
}

.hoofdcategorieenMenu {
  width: 165px;
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #000;    
  float: left;
}
a.hoofdcategorieenMenu {
  color: #000;    
}
a:hover.hoofdcategorieenMenu {
  color: #686E2E;
  text-decoration: none;    
}
.hoofdcategorieenMenuActive {
  width: 165px;
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #686E2E;    
  float: left;
}
a.hoofdcategorieenMenuActive {
  color: #686E2E;    
}
a:hover.hoofdcategorieenMenuActive {
  color: #686E2E;
  text-decoration: none;    
}


.subcategorieenMenu {
  width: 165px;
  margin: 0 0 2px 10px;
  font-size: 11px;
  font-weight: normal;
  color: #000;    
  float: left;
}
a.subcategorieenMenu {
  color: #000;    
}
a:hover.subcategorieenMenu {
  color: #686E2E;
  text-decoration: none;    
}
.subcategorieenMenuActive {
  width: 165px;
  margin: 0 0 2px 10px;
  font-size: 11px;
  font-weight: normal;
  color: #686E2E;    
  float: left;
}
a.subcategorieenMenuActive {
  color: #686E2E;    
  text-decoration: none;
}
a:hover.subcategorieenMenuActive {
  color: #686E2E;
  text-decoration: none;    
}




#midContainerOpenstaandevragen {
  width: 560px;   
  margin: 0;
  float: left
}

#zoekveld_small {
  width: 527px;
  height: 30px;  
  margin: 0 0 0 15px;
  background-image: url('../images/openstaande/zoekveld_small.gif');|
  background-repeat: no-repeat;
  float: left;
}
#input_vraagveld_small {
  width: 138px;
  height: 15px;
  margin: 7px 0 0 300px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;   
  font-size: 11px;
  color: #1A171B;
  float: left;
}
#submit_vraagveld_small {
  width: 50px;
  height: 17px;
  margin: 7px 0 0 25px;
  border: 0;
  float: left;
}

#tab {
  width: 562px;
  height: 23px;
  background-image: url('../images/openstaande/tab.gif');
  background-repeat: no-repeat;
  float: left;
}

#openstaand_active {
  margin: 3px 0 0 32px;
  font-size: 12px;
  font-weight: bold;
  color: #686E2E;
  float: left;
}
#openstaand {
  margin: 3px 0 0 32px;
  font-size: 12px;
  font-weight: bold;
  color: #686E2E;
  float: left;
}
a#openstaand {
  color: #B3B696; 
}
a:hover#openstaand {
  color: #686E2E;
  text-decoration: none; 
}
#opgelost_active {
  margin: 3px 0 0 34px;
  font-size: 12px;
  font-weight: bold;
  color: #686E2E;
  float: left;
}
#opgelost {
  margin: 3px 0 0 34px;
  font-size: 12px;
  font-weight: bold;
  color: #B3B696;
  float: left;
}
a#opgelost {
  color: #B3B696; 
}
a:hover#opgelost {
  color: #686E2E;
  text-decoration: none; 
}

.vraagbox {
  width: 560px;
  background-image: url('../images/openstaande/vraagbox.gif');
  background-repeat: no-repeat;
  float: left;
}

h2 {
/* wordt voor de vragen gebruikt */
    width: 480px;  
    height: 20px;
    margin: 12px 5px 0 25px;
    line-height: 1.3em;
    font-size: 12px;
    font-weight: bold;
    color: #1A171B;
    float: left; 
}

.vraagbox_reageer {
  margin: 0px 10px 0 460px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #A73F29;
  float: left;
}
.toelichtingContainer {
  width: 510px;
  margin: 10px 10px 0 25px;
  float: left;
}
.toelichting_text {
  font-size: 12px;
  line-height: 1.2em;
  color: #686E2E;
  float: left;
}
.vraagbox_tags {
  width: 510px;
  margin: 5px 0 0 25px;
  font-size: 11px;
  color: #A3A3A3;  
  float: left
}
.vraagbox_tags_links {
  color: #A3A3A3;     
}
a.vraagbox_tags_links {
  color: #A3A3A3;     
}
a:hover.vraagbox_tags_links {
  text-decoration: underline;     
}

.dottedLine_small {
  margin: 0 0 0 25px;
  height: 1px;
  float: left;  
}
.bottomTextLine {    
  width: 535px;
  display: block;
  margin: 0 0 0 25px;
  font-size: 11px;
  color: #000;
  float: left
}

.bottomTextLineAnt {    
  width: 430px;     
  display: block;
  margin: 0 0 0 25px;
  font-size: 11px;
  color: #000;
  float: left
}

.besteAntw {
  width: 100px;
  float: left;
}

.vraagbox_antwoorden {
  color: #FF7E01;
}
a.vraagbox_antwoorden {
  color: #FF7E01;
}
a:hover.vraagbox_antwoorden {
  text-decoration: underline;  
}
.vraagbox_meld_misbruik {
  color: #992108;  
}
a.vraagbox_meld_misbruik {
  color: #992108;
}
a:hover.vraagbox_meld_misbruik {
  text-decoration: underline;
}
.vraagbox_mail {
  color: #000;
}
a.vraagbox_mail {
  color: #000;   
}
a:hover.vraagbox_mail {
  text-decoration: underline;
}
.envelope {
  width: 18px;
}

.vraagbox_line {
  margin: 10px 0 10px 0;
  float: left;
}

#paginaContainer {
  width: 560px;
  height: 30px;
  float: left;
}
.paginaButton {
  height: 21px;
  float: right; 
}
.paginaLinks {
  color: #000;
}
a.paginaLinks {
  color: #000;
}
a:hover.paginaLinks {
  text-decoration: underline;
}
.paginaActive {
  color: #FF7E01;
}

#paginaText {
  height: 20px;
  margin: 0;
  float: right;
}

.misbruikform p{
  width: 300px;
  clear: left;
  margin: 0;
  padding-top: 2px;
  padding-left: 175px;
  line-height: normal; 
}

.misbruikform label{   
  font-size: 11px;
  margin-left: -175px;
  width: 170px;
  float: left; 
}
.misbruikTextHeader {
  font-weight: bold;
  color: #000;
  width: 530px;
  float: left;
}
#misbruikform_submit {
  font-size: 11px;
  border: 1px solid grey;
}
.toelichtingMisbruik {
  width: 328px;
  height: 60px;
  color: #000;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  float: left;
}

.feedbackToUser {
  font-size: 12px;
  font-weight: bold;
  color: green;
  display: inline;
  margin: 0;
}

.feedbackToUserAntwGebruikers {
  width: 500px;
  font-size: 12px;
  font-weight: bold;
  color: green;
  display: inline;
  margin: 0;
  float: left;
}

.wachtwoordvergetenForm {
  float: left;
}

.loginFormContainerAntw {
  width: 500px;
  float: left;
}


#loginForm {
  width: 450px;
  height: 100px;
  float: left;
}
.loginLabel {
  width: 200px;
  float: left;
}
.loginVeld {
  width: 360px;
  float: left;
}


/* END OPENSTAANDE VRAGEN */
#registratieForm {
  width: 450px;
  height: 230px;
  float: left;
}
.registratieLabel {
  width: 200px;
  float: left;
}
.registratieVeld {
  width: 360px;
  float: left;
}

/* START REGISTRATIE FORM */



/* END REGISTRATIE FORM */





/* START ANTWOORD OP OPENSTAANDE VRAGEN */
.antwoordbox {
  width: 560px;
  margin: 0;
  float: left;
}
#auteurAntwoord {
  margin: 0 0 0 24px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  float: left;
}
.antwoordContainer {
  width: 510px;
  margin: 10px 10px 0 25px;
  float: left;
}
.antwoord_text {
  width: 510px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  float: left;
}

.bronnenContainer {
  width: 505px;
  color: #686E2E;
  font-size: 11px;
  float: left;  
}
.bronnen {
  font-size: 11px;
  line-height: 1.2em;
  color: #686E2E;
}
a.bronnen {
  font-size: 11px;
  line-height: 1.2em;
  color: #686E2E;
}
a:hover.bronnen {
  font-size: 11px;
  text-decoration: underline;
  color: #686E2E;
}


#tagsContainer {
  padding: 5px;
  display: block;
  width: 721px; 
  float: left;
}

.tags {
  color: #8D6231;
}
a.tags {
  color: #8D6231;
}
a:hover.tags {
  color: #686E2E;
  text-decoration: none;
}


.besteAntwoordContainer {
  width: 534px;
  margin: 10px 10px 0 25px;
  float: left;
}
.besteAntwoord_text {
  width: 470px;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  float: left;
}
#besteAntwoordImg {
  width: 64px;
  height: 76px;
  float: left;
}

#midContainer5 {
  width: 560px;
  height: 380px;
  background-image: url('../images/openstaande/antwoordform.gif');
  background-repeat: no-repeat;
  float: left
}

#emailContainer {
  width: 560px;
  background-image: url('../images/vraagstellenbackground.gif');
  height: 130px;
  float: left;
}

#antwoordTextarea {
  width: 529px;                  
  height: 80px;
  margin: 41px 0 0 17px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;   
  font-size: 12px;
  color: #000;
  overflow: auto;
  float: left;  
}

#bronContainer {
  width: 540px;
  height: 70px;
  margin: 41px 0 0 17px;
  float: left;
  
}
.bron {
  width: 530px;  
  height: 16px;
  margin: 0 0px 6px 0; 
  border: 0;  
  font-size: 12px;
  color: #000;
  float: left;
}
.url {
  width: 226px;
  height: 16px;
  margin: 0;
  border: 0;
  font-size: 12px;
  color: #000;
  float: left;
}
#submitAntwoord {
  width: 110px;
  height: 21px;
  margin: 7px 0 0 444px;
  float: left;
}
.wrong_input_antwoord {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: #FF7E01;
  float: left;
}


/* END ANTWOORD OP OPENSTAANDE VRAGEN */


/* START OPGELOSTE VRAGEN */

#tab_opgeloste {
  width: 562px;
  height: 23px;
  background-image: url('../images/opgeloste/tab.gif');
  background-repeat: no-repeat;
  float: left;
}

.vraagbox_opgeloste {
  width: 560px;
  background-image: url('../images/opgeloste/vraagbox.gif');
  background-repeat: no-repeat;
  float: left;
}

.vraagbox_antwoorden_ballon {
  width: 29px;
  height: 25px;
  margin: 7px 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FF7E01;
  float: left;
}

.vraagbox_antwoorden2 {
  margin: 0px 10px 0 440px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #A73F29;
  float: left;
}


/* END OPGELOSTE VRAGEN */











/* START FAQ */
.vraagAntwoordContainer {
  width: 600px;
  margin: 0 0 2px 0;
  float: left;
}
  
.faq_cat {
  font-weight: bold;
  color: #64682C;
  font-size:14px;
  margin: 0 0 10px 0;
}
a.joo {
  font-size: 19px;
  color: #000;
  float: left;
}
.vraag {
  font-style: italic;
  background: #efefef;
  width: 700px;
  float: left;
}

.antwoord {
  color: green;
  margin-left:10px;
  float: left;
}



/* END FAQ */



/* START POPUP */
.bubbleInfo {
    position: relative; 
}
.trigger {
  position: relative;        
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 13px;
  font-weight: bold;
  line-height:1.2em;  
  margin: 0 0 0 4px;
  color: #000;
  cursor: pointer;
  float: left;  
}
/* Bubble pop-up */                
.popup {
    position: absolute;
    width: 184px;
    height:88px;
    display: none;
    border-collapse: collapse;
    z-index: 50;
}

  .popup div.popupBox{    
    width:150px;
    background: #f0f0f0;
    border: 1px solid #060606;
    padding:15px;
    line-height:1em;          
    float:left;            
  }                    
  .popup div.popup_naam {
    width: 150px;
    margin: 0 0 10px 0;    
    color: #000;
    font-size: 13px;
    font-weight: bold;
    float: left;
  }
  .popup div.popup_tekst {
    width: 110px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;      
    font-size: 11px;
    font-weight: normal;
    float: left;
  }
  .popup div.popup_aantallen {
    width: 30px;
    float: left;
  }
  

  
/* voor tekstgrootte popup */  
.bubbleInfo2 {
    position: relative; 
}
.trigger2 {
  position: relative;  
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 13px;
  font-weight: bold;
  line-height:1.2em;  
  margin: 0 0 0 4px;
  color: #000;
  cursor: pointer;
}

/* Bubble pop-up */                
.popup2 {
    position: absolute;
    width: 184px;
    height:88px;
    display: none;
    border-collapse: collapse;
    z-index: 50;
}
  .popup2 div.popupBox{    
    width:150px;
    background: #f0f0f0;
    border: 1px solid #060606;
    padding:15px;
    line-height:1em;          
    float:left;            
  }                    
  .popup2 div.popup_naam {
    width: 150px;
    margin: 0 0 10px 0;    
    color: #000;
    font-size: 13px;
    font-weight: bold;
    float: left;
  }
  .popup2 div.popup_tekst {
    width: 110px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;      
    font-size: 11px;
    font-weight: normal;
    float: left;
  }
  .popup2 div.popup_aantallen {
    width: 30px;
    float: left;
  }
  
  
  
/* END POPUP */

/* PROFIEL */
.profielform {
  float:left;
}
#midContainerProfiel {
  width: 560px;
  float: left
}
#midContainerFaq {
  width: 560px;
  float: left
}
#midContainerWidget {
  width: 560px;
  font-size: 12px;
  float: left
}
#midContainer {
  width: 560px;
  font-size: 12px;
  float: left
}

#wijzigForm {
  width: 560px;
  height: 295px;
  background-image: url('../images/profiel/wijzig_profiel.gif');|
  background-repeat: no-repeat;
  float: left;
}
#posProfielFields {
  width: 200px;   
  height: 250px;
  padding: 64px 0 0 183px;
  float: left;
} 
.profielField {
  font-family: Arial,Helvetica,sans-serif;    
  font-size: 12px;
  width: 198px;
  height: 14px;
  line-height: 1.2em;
  border: 0;
  float: left;          
}
#profielWijzigButton {
  width: 62px;
  height: 17px;
  margin: 0 0 0 140px;  
  float: left;
}
.profielWhiteSpace {    
  margin: 0;
  height: 13px;
  width: 100%;
  float: left;  
}
#profiel_tab_wijzig {
  width: 560px;
  height: 23px;
  background-image: url('../images/profiel/profiel_tab_wijzig.gif');
  background-repeat: no-repeat;
  float: left;
}
#profiel_tab_bekijkvraag {
  width: 560px;
  height: 23px;
  background-image: url('../images/profiel/profiel_tab_vragen.gif');
  background-repeat: no-repeat;
  float: left;
}
#profiel_tab_bekijkantw {
  width: 560px;
  height: 23px;
  background-image: url('../images/profiel/profiel_tab_antwoorden.gif');
  background-repeat: no-repeat;
  float: left;
}

#profiel_tab_active {
  margin: 3px 0 0 24px;
  font-size: 12px;
  font-weight: bold;
  color: #686E2E;
  float: left;
}
#profiel_tab_active_antw {
  margin: 3px 0 0 29px;
  font-size: 12px;
  font-weight: bold;
  color: #686E2E;
  float: left;
}

.profiel_tab_nonactive {
  margin: 3px 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #B3B696;
  float: left;
}
a.profiel_tab_nonactive {
  color: #B3B696; 
  float: left;
}
a:hover.profiel_tab_nonactive {
  color: #686E2E;
  text-decoration: none; 
  float: left;
}

.profielVragen {
  font-size: 11px;
  color: #686E2E;
  font-weight: bold;
}
.profielDatum {
  font-size: 11px;
  font-weight: normal;
  color: #9B9B9B;
}
.profielAntw {
  font-size: 11px;
  font-weight: normal;
  color: #FF9100;
}
.profielDottedLine {
  margin: 0 0 0 0px;
  height: 1px;
  width: 560px;
  float: left;  
}
.dottedLineAntwPerEmail {
  margin: 5px 0 0 0;
  height: 1px;
  float: left;  
}
.antwPerEmail {
  width: 430px;  
  float: left;
}
.antwPerEmailCont {
  width: 550px;   
  float: left;
}

.sluitVraagAfContainer {      
  width: 100px;   
  padding: 0 0 0 0;
  float: left;
}
.sluitVraagAf {
  color:#992108;  
  text-decoration: underline;
}
a.sluitVraagAf {
  color:#992108;  
  text-decoration: underline;      
}
a:hover.sluitVraagAf {
  color:#992108;
  text-decoration: underline;      
}
input.sluitVraagAf {
  background: #FFF;
  color: #992108;
  font-size: 11px;
  font-weight: normal;  
  border: 0;
  outline: none;
  width: 100px;
  text-decoration: underline;
  margin: 5px 0 0 0;
  cursor: pointer;
}


 

/* RSS */
#rssForm {
  width: 500px;
  float: left;
}
.rssPulldown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  float:left;
}
#rssLink {
  color: #975E22;  
}
a#rssLink {
  color: #975E22;
}
#wrongInputRSS {
  font-weight: bold;
  color: #FF7E01;
  float: left;
}
a#sRSSLink {
  font-weight: bold;
  color: #B7C72C;
  float: left;
}

.rssIcon {
  float: right;
}



/* START SITEMAP */
#midContainerSitemap {
  width: 530px;
  font-size: 12px;
  padding: 0 0 0 30px;
  float: left
}
.sitemapSpace {
  margin: 0;
  height: 17px;
}

ul {
  list-style-type: circle;
}
                          
li.sitemapHoofdNav, .sitemapProfiel, .sitemapSidebarright, .sitemapFooter {
  font-size:12px;
  color: #000;        
}
li.sitemapHoofdNav a, .sitemapProfiel a, .sitemapSidebarright a, .sitemapFooter a {
  color: #000;
}
li.sitemapHoofdNav a:hover, .sitemapProfiel a:hover, .sitemapSidebarright a:hover, .sitemapFooter a:hover{
  color: #686D2D;
}


ul.sitemapCatTitel {
  list-style-type: none;
}
li.sitemapCatTitel {
  font-weight:bold;
  font-size: 13px;
  margin: 0 0 0 20px;
}

li.sitemapCats {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0 10px;
}
li.sitemapCats a {
  color: #000;
  margin: 0 0 0 10px;
}
li.sitemapCats a:hover {
  color: #686D2D;
  margin: 0 0 0 10px;  
}

/* END SITEMAP*/























/* START SPLITPAGE */

#splitContainer {
  text-align: left;
  width: 450px;
  background: red;
  margin: auto;
}

.splitBox {
  width: 200px;
  height: 120px;
  border: 1px solid #DDD;
  margin: 50px 10px 0 0;
  text-align: center;
  float: left;
}

.splitLink {
  font-size: 20px;
  color: green;
}

#splitText {
  color: #333;
  font-size: 10px;
} 

#random_vraag_wrapper {
    position: relative;
    height: 215px;
    width: 763px;
}

#random_vraag_overlay {
    position: absolute;
    left: -3px;
    width: 763px;
    height: 215px;
    background-image: url('../images/ibi_randomvraag_overlay.png');
    background-repeat: no-repeat;
    z-index: 4;
}

#random_vraag_click {
    background-image: url('../images/ibi_randomvraag_hrefzone.gif');
    display: block;
    position: absolute;
    left: -3px;
    width: 732px;
    height: 215px;
    z-index: 6;
}

#random_vraag_categorie {
    font-weight: bold;
    color: white;
    font-size: 15px;
    position: absolute;
    left: 11px;
    top: 66px;
    margin: 0;
    padding: 0;
    height:22px;
    z-index: 5;
}

#random_vraag_text {
    position: absolute;
    left: 18px;
    top: 99px;
    width: 662px;
    height: 20px;
    z-index: 5;
    color: #1a171b;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}

#random_vraag_image {
    position: absolute;
    top: 0;
    left: -3px;
    width: 732px;
    height: 215px;
    z-index: 2;
}
/*
#zoekveld_wrapper {
    top: 26px;
    position: relative;
    height: 73px;
    width: 100%;
    margin-bottom:26px;
}
#zoekveld {
    position: absolute;
    left: -8px;
    width: 740px;
    height: 73px;
    background-image: url('../images/zoekveld/ibi_stelvraag.gif');
    background-repeat: no-repeat;
}*/
/* END SPLITPAGE */






