
/* ALGEMENE ZAKEN */

body
  {
  font-family: Tahoma, Arial, sans-serif;
  background-color: #6699cc;
  }

h1, h2, h3, h4, h6
 {
  font-family: Tahoma, Arial, sans-serif;
  }
  
p, blockquote, dd, dir, div, dl, dt, li, ol, pre, table, td, th, tr, ul, h5 
           {font-family: Tahoma, Arial, sans-serif;
            font-size: 12px;
           }
/*/*/a{}
body p, blockquote, dd, dir, div, dl, dt, li, noframes, ol, pre, table, td, th, tr, ul, h5
           {font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
           }
html>body p, blockquote, dd, dir, div, dl, dt, li, noframes, ol, pre, table, td, th, tr, ul, h5 
            {font-size: small; 
            }
/* */

h6
{ font-size: 10px;
}
/*/*/a{}
body h6
{font-size: xx-small;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: x-small;
}
html>body h6 
{font-size: x-small; 
}
/* */

h4 
{font-size: 14px;
}
/*/*/a{}
body h4
{font-size: small;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: medium;
}
html>body h4 
{font-size: medium; 
}
/* */

h3 
{font-size: 16px;
}
/*/*/a{}
body h3
{font-size: medium;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: large;
}
html>body h3 
{font-size: large; 
}
/* */

h2 
{font-size: 18px;
}
/*/*/a{}
body h2
{font-size: large;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: x-large;
}
html>body h2 
{font-size: x-large; 
}
/* */

h1 
{font-size: 20px;
}
/*/*/a{}
body h1
{font-size: x-large;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: xx-large;
}
html>body h1 
{font-size: xx-large; 
}
/* */  

  
.groter
{
font-size: larger;
}

.kleiner
{
font-size: smaller;
}

.zwarterand
{
border: 1px solid #000000;
}

.aangelinkt
{
color: #acacac;
text-decoration: none;
}

td.aangelinkt
{
background-color: #3366cc; 
}
a.navigatie:link { text-decoration:none; color: #000000; }
a.navigatie:visited { text-decoration:none; color: #000000; }
a.navigatie:hover { text-decoration:underline; color: #acacac; background-color: #3366cc; }
a.navigatie:active { text-decoration:none; color: #000000; }

.centrum
{
text-align: center;
}

table.huishoudelijk_reglement tr>td
{
width: 5%;
vertical-align: top;
}

table.huishoudelijk_reglement th
{
height: 40px;
}

/* GROTE BLOKKEN */

div#hoofdpagina
{
background-color: #6699cc;
}

div#titelbalk
{
position: absolute;
top: 10px;
left: 170px;
width: 650px;
height: 120px;
background-color: #6699cc;
}

div#menu
{
position: absolute;
left: 10px;
width: 155px;
top: 120px;
background-color: #6699cc;
}

div#inhoud
{
background: transparent;
position: absolute;
left: 170px;
width: 650px;
height: 100%;
top: 130px;
}

/* SPECIFIEK */


table.zwarterand td
{
border: 1px solid #000000;
}

img.cv
{
float: left; 
margin-right: 5px;
margin-bottom: 5px;
border: solid 1px #000000;
}

ul.menu {margin-top: -3px; } 
ul.menu li {text-decoration: none; color: #000000; list-style-type: disc; margin-left: -20px; }


