* { padding: 0; margin: 0; }

/* CSS Document */


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

body {background-image: url("../afbeeldingen/bg.gif");
 background-repeat: repeat;
 background-position: top;
 background-attachment: fixed}

#body {background-image: url("../afbeeldingen/bg.gif");
 background-repeat: repeat;
 background-position: top;
 background-attachment: fixed}

body {font-family: arial; font-size: 10pt; color: #333}
h1 {font-family: arial narrow, arial; text-decoration: underline; font-size: 15pt; line-height: 40px; color: #663300}
h2 {font-family: arial narrow, arial; font-size: 12pt}
h3 {font-family: arial; font-size: 10pt; text-decoration: underline; color: #663300}
h4 {font-family: arial narrow, arial; font-size: 11pt; color: #fff}

a {text-decoration: none}
a:hover {text-decoration: underline}


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

#container {
 margin: 0 auto;
 width: 800px;
}


#header {
 background-color: #000;
 background-repeat: no-repeat;
 background-position: center;
 height: 45px;
 width: 100%;
 position: fixed;
 top: 0px;
 z-index: 5;
 text-align: center;
}


#content {
 float: left;
 width: 660px;
 border: 0px;
 margin: 50px 0px 70px 0px;
 text-align: justify;
}


#right {
 float: right;
 width: 140px;
 border: 0px;
 margin: 70px 0px 70px 0px;
 text-align: right;
}


#footer {
 background-color: #000;
 background-repeat: no-repeat;
 background-position: center;
 height: 30px;
 width: 100%;
 position: fixed;
 bottom: 0px;
 z-index: 5;
 text-align: center;
 word-spacing: 20px;
}


#contact { 
 border: 0px;
 text-align: left;
 background-color: #000;
 text-align: center;
}


/*-------------------------------------------------*/
/* MENU'S en LINKEN */
/*-------------------------------------------------*/

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

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

#right a:link, #right a:visited {color: #996600}
#right a:hover {color: #663300}
