* { padding: 0; margin: 0; }

/* CSS Document */


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

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

body {font-family: arial; font-size: 10pt; color: #333}
h1 {font-family: times; font-size: 18pt; font-weight: normal; font-style: italic; text-decoration: underline; line-height: 40px; color: #663300}
h2 {font-family: times; font-size: 15pt; font-weight: normal; line-height: 40px; color: #663300}
h3 {font-family: arial narrow, arial; font-size: 10pt}
h4 {font-family: arial; font-size: 10pt; text-decoration: underline; color: #663300}
h5 {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: 780px;
 height: 500px;
}


#header-index {
 height: 220px;
 width: 100%;
 background: url('../afbeeldingen/header-index.gif') no-repeat;
 text-align: center;
}


#header-karelvanwijnendaele {
 height: 220px;
 width: 100%;
 background: url('../afbeeldingen/header-karelvanwijnendaele.gif') no-repeat;
 text-align: center;
}


#header-trofeekarelvanwijnendaele {
 height: 220px;
 width: 100%;
 background: url('../afbeeldingen/header-trofeekarelvanwijnendaele.gif') no-repeat;
 text-align: center;
}


#menu {
 height: 20px;
 width: 100%;
 text-align: center;
}


#content {
 float: left;
 width: 620px;
 height: 10px;
 border: 0px;
 margin: 40px 0px 40px 0px;
 text-align: justify;
}


#right {
 float: right;
 width: 160px;
 height: 10px;
 border: 0px;
 margin: 50px 0px 0px 0px;
 text-align: right;
}



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

#menu a:link, #menu a:visited {color: #663300}
#menu a:hover {color: #222; 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}

