html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}

body {
width: 100%;
height: 100%;
margin-left: 0mm;
margin-right: 0mm;
margin-top: 0mm;
margin-bottom: 0mm;
padding: 0mm;
}

/* Bovenste balk met logo en plaatje 'crowd' */
#logobar { 
background:#F8F7FB url('images/crowd.gif') no-repeat right top; 
margin : 0mm;
left : 0mm; 
top : 0mm; 
width : 180mm; 
height : 25mm; 
}

/* Menubalk met rolloverplaatjes */
#menubar {
display : none;
}


/* Hoofdgedeelte van elke pagina, positie en achtergrondkleur */
#content {
background:#F8F7FB;
position : absolute;
padding : 2mm; 
left : 0mm; 
top : 30mm;
width : 110mm;
height : 220mm;
overflow : none;
}

/* Contactgegevens, positie en achtergrondkleur */
#contact {
background:#F8F7FB;
position : absolute;
padding : 2mm; 
position : absolute;
left : 115mm; 
top : 30mm;
width : 65mm;
height : 80mm;
}

/* Foto op elke pagina, positie */
#photo {
margin : 5px;
position : absolute;
left : 115mm; 
top : 100mm;
width : 65mm;
height : 50mm;
}

/* ondermenu */
#ondermenu {
display : none;
}

/* links, normaal, nu grijs */
a:link {
font-size : 10pt;
font-weight: bold;
font-family: arial;
color:#7D7568;
text-decoration:none;
}

/* links waar je geweest bent, nu grijs */
a:visited {
font-size : 10pt;
font-weight: bold;
font-family: arial;
color:#7D7568;
text-decoration: none;
}

/* links waar de cursor boven hangt, nu donkerblauw */
a:hover {
font-size : 10pt;
font-weight: bold;
font-family: arial;
color: #1F2760;
text-decoration:none;
}

/* link die actief is, nu donkerblauw */
a:active {
font-size : 10pt;
font-weight: bold;
font-family: arial;
color: #1F2760;
text-decoration:none;
}

/* platte tekst, nu grijs */
p {
font-family : Arial;
font-size: 10pt;
color : #7D7568;
}

/* grijze bollen */
.emgrey {
font-family : Arial;
font-size: 9.3pt;
font-weight : bold;
font-style : normal;
color : #7D7568;
}

/* blauwe bollen */
.emred {
font-family : Arial;
font-size: 9.3pt;
font-weight : bold;
font-style : normal;
color : #04669F;
}

/* Tekstkoppen, nu donkerblauw */
H1 {
font-family : Arial;
font-size: 12pt;
font-weight : bold;
color : #1F2760;
}

/* Tussenkoppen, nu donkerblauw */
H2 {
font-family : Arial;
font-size: 10pt;
font-weight : bold;
color : #1F2760;
}

/* Tussenkoppen cursief, nu donkerblauw */
H3 {
font-family : Arial;
font-size: 10pt;
font-weight : bold;
font-style : italic;
color : #1F2760;
}