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

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

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

/* Menubalk met rolloverplaatjes, positie */
#menubar {
position : absolute;
z-index : 1;
overflow : visible;
background: white;
margin : 10px;
left : 0px; 
top: 100px;
width : 840px;
height : 65px;
padding-left : 1px;
}

/* Hoofdgedeelte van elke pagina, positie en achtergrondkleur */
#content {
position : absolute;
background:#F8F7FB;
margin : 10px;
left : 0px; 
top : 175px;
width : 580px;
_width : 585px;
height : 440px;
overflow : auto;
padding : 5px;
}

/* Contactgegevens, positie en achtergrondkleur */
#contact {
background:#F8F7FB;
margin : 10px;
position : absolute;
left : 605px;
_left : 605px;
top : 175px;
width : 215px;
height : 230px;
padding : 5px;
}

/* Foto op elke pagina, positie */
#photo {
margin : 10px;
position : absolute;
left : 605px;
_left : 605px; 
top : 440px;
_top : 438px;
width : 215px;
height : 185px;
}

/* ondermenu */
#ondermenu {
background:#F8F7FB;
margin : 10px;
position : absolute;
top : 640px;
left : 0px;
height : 15px;
width : 821px;
_width : 820px;
padding : 5px;
padding-top : 1px;
}

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

/* links, extra klein, nu grijs */
a:link.klein {
font-size : 8pt;
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;
}

/* links waar de cursor boven hangt,extra klein, nu donkerblauw */
a:hover.klein {
font-size : 8pt;
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;
}

/* vette zwarte tekst */
p.black {
font-family : Arial;
font-size: 10pt;
color : black;
font-weight : bold;
}

/* 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;
}