* { padding: 0; margin: 0; }


/*-------------------------------------------------*/
/* BODY */
/*-------------------------------------------------*/

body {font-family: arial; font-size: 9pt; color: #333}
body {background: url("../afbeeldingen/header.gif"); background-repeat: no-repeat; background-position: top}
h1 {font-family: arial narrow, arial; font-weight: normal; text-decoration: underline; font-size: 16pt; color: #aaaa00}
h2 {font-family: arial narrow, arial; font-size: 11pt; color: #333}


/*-------------------------------------------------*/
/* PAGINA-ONDERVERDELINGEN */
/*-------------------------------------------------*/

#wrapper {
 position: relative;
 height: auto !important;
 margin: 0 auto;
 width: 800px;
}


#header {
 width: 800px;
 height: 230px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 line-height: 410px;
 text-align: center;
 word-spacing: 50px;
}


#google {
 width: 800px;
 height: 40px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
}


#content { 
 width: 650px;
 border: 0px;
 margin: 0px 0px 40px 0px;
 padding-right: 0px;
 background: url('../afbeeldingen/content.gif') repeat;
 text-align: justify;
}


#right {
 width: 150px;
 position: absolute;
 top: 230px;
 bottom: 0;
 right: 0;
 text-align: right;
 padding-top: 50px;
 }


#footer { 
 width: 100%;
 height: 150px;
 background: url('../afbeeldingen/footer.gif') no-repeat;
 background-position: center;
 text-align: center;
 word-spacing: 40px;
 line-height: 27px;
}


/*-------------------------------------------------*/
/* LINKEN */
/*-------------------------------------------------*/

#header a:link {color: #cccc00; text-decoration: none}
#header a:visited {color: #cccc00; text-decoration: none}
#header a:hover {color: #eee; text-decoration: underline}

#content a:link {color: #888800; text-decoration: none}
#content a:visited {color: #888800}
#content a:hover {color: #663300; text-decoration: underline}
