html,body,frame,hr{
 margin: 0;
 font-family: Verdana,arial,sans-serif,"comic sans ms"; 
 font-size: 16px;
 /* font-size: later uitproberen: 1 em = 16 px; font-size van 62.5% geeft 10 px, is dan 1 em. 1.4em bijv. is dan 14 px ! */ 
 color: maroon;
 background-color: #FFC;
 outline-style: none;

 scrollbar-3dlight-color:   #FABB45;
 scrollbar-arrow-color:     #FDE3B3;
 scrollbar-track-color:     #FBCC75;
 scrollbar-darkshadow-color:#C99B10;
 scrollbar-face-color:      #FA4112;
 scrollbar-highlight-color: #FDE3B3;
 scrollbar-shadow-color:    #ECB613;
}
 
a:link, a:visited{
color: #FA4112;
 text-decoration: underline;            
/* font-weight: bold; */
}

a:hover, a:active{
color: maroon;
text-decoration: underline;            
/* text-decoration: none; */
/* font-weight: bold; */
}

h6 a:link, h6 a:visited{
/* color: #FA4112;*/
color:orange;
 text-decoration: none;            
/* font-weight: bold;*/
}

h6 a:hover, h6 a:active{
/*color: maroon;*/
color:olive;
 text-decoration: none;
 font-weight: bold;
 outline-style: none;
}
h1 a:link, h1 a:visited{
 color: #FA4112;
 text-decoration: none;            
/* font-weight: bold;*/
}

h1 a:hover, h1 a:active{
 color: maroon;
 text-decoration: none;
 font-weight: bold;
 outline-style: none;
}


#img-style {
 border: 3px solid #FA4112;
 margin: 7px 0 0 0;
}


/* ------------------------------------------------------------------- */


#achtergrond{
min-width: 100%;
_width: 100%;
margin: 0px 0px 0px 0px;
background-color: #FFC;
}



div#pagina-margin {
padding: 0 15px 0 15px;
}

/* ------------------------------------------------------------ */

/* content boxen */

#indeks{
 padding: 0 10px 0 10px;
}

.voet{
 margin:0;
 background-color: #FC6; 
}

#stuur{
 font-size: 75%;
text-align: center;
 border: 0;
width: auto;
margin: 0;
padding: 0 2px 2px 2px;
text-align: center;
}

.knop {
 font-weight: bold;
 margin: 2px 0 4px 0;
  text-align: center;
}

.knop a {
 padding: 0px 2px 2px 2px;
 text-decoration: none;
 display: block;
 background-color:  #FC6;             
 border-top:    1px #FC9 solid;
 border-left:   2px #FC9 solid;
 border-bottom: 1px #960 solid;
 border-right:  2px #960 solid;

}
.knop a:hover {
 padding: 1px 3px 1px 1px;
 background-color:  #FC6;
 border-top:    1px #960 solid;
 border-left:   2px #960 solid;
 border-bottom: 1px #FC9 solid;
 border-right:  2px #FC9 solid;
}

#kop-center {
 color: #FA4112;
 text-align: center;
 font-style: italic;
 font-weight:bold;
 font-size: 150%;
 min-width: 100%;
 _width: 100%;
 margin: 0;
 padding: 4px 0 6px 0;
 background-color: #FC6;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
width: 75px;
height:50px;

}
.thumbnail2 img{
border: 1px solid red;
margin: 0 5px 5px 0;
width: 150px;
height:100px;

}

.thumbnails img{
border: 1px solid white;
margin: 0 5px 5px 0;
width: 50px;
height:75px;

}
.bgwide{
padding: 1200px 0 0 0;
background-color: #D24116;
/*background-color: #6C6; */
}
 