<STYLE>
/*

 Stijlblad t.b.v. eigen startpagina
 ------------------------------------------
 Versie 1.7
 Auteur: Martin Rodenburg
 Gemaakt op: 15 augustus 2001
 Laatste wijziging: 01 oktober 2010

/* Kleuren

3A3A84 = donkerblauw (oude standaard)
FFFFE7 = lichtgeel (oude standaard)
ff3c01 = oranje (nieuwe standaard)
FCD58A = donker geel

*/
{}
. { font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF}
* { font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF }
B { font-weight: bold;
    color:#ff3c01 }
I { font-style: italic }

/* BODY */
/*      background: #000000 url(gif/wapen.gif);  */
{}
BODY { margin: 0pt;
       font-family: "Century Gothic", "Verdana", "Arial", "Tahoma", "sans-serif";
       color: #FFFFFF;
       background: #000000;
       background-repeat: no-repeat;
       background-position: center top;
       background-attachment: fixed
    }

/* Kleuren Links */
{}
A:LINK    { text-decoration: underline;
            color: #FFFFFF }
A:VISITED { text-decoration: underline;
            color: #FFFFFF }
A:HOVER   { text-decoration: underline;
            color: #ff3c01 }
A:ACTIVE  { text-decoration: underline;
            color: #ff3c01 }

/* Kleuren keuzebalk header.htm */
A.MENU:LINK    { font-size: 100%;
                 text-decoration: none;
                 font-weight: bold;
                 color: #000000 }
A.MENU:VISITED { font-size: 100%;
                 text-decoration: none;
                 font-weight: bold;
                 color: #000000 }
A.MENU:HOVER   { font-size: 100%;
                 text-decoration: none;
                 font-weight: bold;
                 color: #ff3c01 }
A.MENU:ACTIVE  { font-size: 100%;
                 text-decoration: none;
                 font-weight: bold;
                 color: #ff3c01 }

/* Koppen */
{}
H1 { font-size: 200%;
     color: #ff3c01;
     font-weight: bold;
     margin-bottom: 3pt;
     margin-top: 6pt }
H2 { font-size: 200%;
     color: #FFFFFF;
     font-weight: bold;
     margin-bottom: 1pt;
     margin-top: 1pt }
H3 { font-size: 175%;
     color: #ff3c01;
     font-weight: normal;
     margin-bottom: 3pt;
     margin-top: 6pt }
H4 { font-size: 150%;
     font-weight: bold;
     margin-bottom: 3pt;
     margin-top: 6pt }
H5 { font-size: 110%;
     font-weight: bold;
     margin-bottom: 3pt;
     margin-top: 6pt }
H6 { font-size: 100%;
     color: #ff3c01;
     margin-bottom: 3pt;
     margin-top: 6pt }
H7 { font-size: 50%;
     margin-bottom: 3pt;
     margin-top: 6pt }

/* Tabellen */
{}
TABLE    { background: transparent ;
           margin: 0}
TR TD    { background: transparent;
           vertical-align: top}
TH.MENU  { font-weight: bold;
           background: #FFFFFF;
           color: #000000 }
/* Voetregel */      
TH.ADRES { font-size: 100%;
           font-style: normale;
           font-weight: normale;
           background: #000000;
           background-image: url(images/balk.jpg);
           color: #000000 }
/* Kopregel van kolom */
TH.KOP   { font-size: 100%;
           font-style: normale;
           font-weight: normale;
           background: #000000;
           background-image: url(images/balk.jpg);
           color: #000000 }
TH.TITEL { font-size: 150%;
           font-style: normale;
           font-weight: bold;
           background: #FFFFFF;
           color: #000000 }

TH.LINK  { background: #FFFFFF;
           color: #000000;
           text-align: left;
           padding-left: 5pt;
           padding-right: 5pt;
           padding-top: 2pt;
           padding-bottom: 2pt;
           border: none;
           spacing: 0pt }

TH.VAKANTIE
         { background: #FFFFFF;
           color: #FFFFFF;
           text-align: left;
           font-weight: normal;
           padding-top: 2pt;
           padding-bottom: 2pt;
           border: none;
           spacing: 0pt }

TD.LINK  { background: #000000;
           padding-left: 5pt;
           padding-right: 8pt;
           padding-top: 2pt;
           padding-bottom: 2pt;
           border: none;
           spacing: 0pt }

/* Formulieren */
FORM   { font-family: "Verdana", "Arial", "Tahoma", "sans-serif";
         font-size: 9pt;
         color: #FFFFFF;
         margin: 0 }
SELECT { font-family: "Verdana", "Arial", "Tahoma", "sans-serif";
         color: #FFFFFF;
         background: #000000;
         font-size: 9pt }
OPTION { color: #FFFFFF }

/* Overig */
{}
ADDRESS    { font-size: 80%;
             font-style: italic }
BLOCKQUOTE { font-style: italic }
BIG        { font-size: 220% }
SMALL      { font-size: 70%;
             color: #ff3c01 
           }
STRONG     { font-weight: bold }

HR { size: 1;
     color: #c0c0c0;
     width: 100% }

IMG { border: 0 } /* geen border als een plaatje wordt gebruikt als link */

/* lay-out elementen */
@media screen {
   #headerpda { display: none }
   #headerscr {
     position: absolute;
     background: #ff3c01;
     align: middle;
     width: 850;
     height: 84px;
     top: 0;
     left: 0 }
/* Kleuren van menubalk in header.htm */
   #menubar {
     position: absolute;
     background: #FFFFFF;
     align: middle;
     width: 100%;
     height: 16px;
     top: 125px;
     left: 0 }
   #inhoud {
     position: absolute;
     background: #FFFFFF;
     align: middle;
     width: 850;
     height: auto;
     top: 100px;
     left: 0 }
   #handheld { display: none }     
}

#navigatie {
height: 55px;
}

#navigatie ul {
padding: 15px 5px 15px 0px;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0px;
border-bottom: 1px solid #000;
font: bold 14px 'Trebuchet MS', sans-serif;
text-align: right;
background-color: #000000;
background-image: url(images/naam.jpg);
}

#navigatie.met_plaatje ul {
padding-top: 10px;
}

#navigatie ul li {
list-style: none;
margin: 0;
display: inline;
line-height: 20px;
}

#navigatie img {
vertical-align: middle;
}

#navigatie ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
border-bottom: none;
text-decoration: none;
}

#navigatie ul li a:link {
color: #ff3c01;
}

#navigatie ul li a:visited {
color: #ff3c01;
}

#navigatie ul li a:hover, #navigatie ul li a:visited:hover { 
color: #ff3c01; 
background: #000; 
border-color: #ff3c01; 
} 

#navigatie ul li a#current { 
border-color: #000; 
}
</STYLE>
