*{
margin:0px;
padding:0px;
}

html, body {
height:100%; /* héél belangrijk */
font-family: "Lucida Grande","Lucida Grande Pro", "Lucida", Arial, Helvetica, sans-serif;
font-size:1.0em;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#3e2b15;
}

/* CONTAINER DIV om alles te centreren */
#container {
width:780px;
background-color:#d0c6a3;
margin:0 auto; /* helpt om te centreren in IE */
min-height:100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
margin-bottom: -177px; /* the bottom margin is the negative value of the footer's height */
}




/* HEADER */
#header{
display:block;
float:left;
width:821px;
height:317px;
margin-left:-21px;
}





/* NAVIGATIE */
#navcontainer { 
width:130px;
display:block;
float:left;
}

#navcontainer ul
{
list-style-type: none;
}
#navcontainer li
{
font-family: "Lucida Grande","Lucida Grande Pro", "Lucida", Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:normal;
}
#navcontainer a
{
display:block;
padding-left:10px;
width: 130px;
height:28px;
background-image:url(../images/navBtn_regular.jpg);
font-size:0.8em;
font-weight:normal;
}

#navcontainer a:link, #navcontainer a:visited, #navlist a:visited
{
line-height:2em;
color: #f5efd7;
text-decoration: none;
}

#navcontainer a:hover
{
background-image:url(../images/navBtn_hover.jpg);
color: #f5efd7;
}

#navcontainer .selected, #navlist .selected
{
background-image:url(../images/navBtn_hover.jpg);
}




/* CONTENT */
#content {
    padding: 0;
    width:590px;
	display:block;
	float:right;
}






/* CLEAR */
#clear{
clear:both;
}




/* TEKST */
h1{
font-family:Georgia, "Times New Roman", Times, serif;
color:#d0c6a3;
text-transform:uppercase;
font-size:1.4em;
text-align:center;
line-height:0.4em;
}
h2{
font-family:Georgia, "Times New Roman", Times, serif;
color:#db0000;
text-transform:uppercase;
font-size:1.0em;
}
h3{
font-family:Georgia, "Times New Roman", Times, serif;
color:#6c7a29;
text-transform:uppercase;
font-size:0.9em;
}


p{
font-family:Arial, Helvetica, sans-serif;
color:#2c1b09;
font-size:0.9em;
line-height:1.5em;
padding-bottom:10px;
text-align:left;
}

a:link, a:visited, a:hover, a:active{
color:#db0000;
text-decoration:underline;
font-weight:bold;
}

p, li{
font-family:Arial, Helvetica, sans-serif;
color:#2c1b09;
font-size:0.9em;
line-height:1.5em;
list-style-position:inside;
text-align:left;
}





/* FOOTER */
#footer{
clear:both;
background-color:#3d2b15;
height:177px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
z-index:1;
}

.footer {
font-size:0.7em;
padding-top:135px;
color:#d0c6a3;
text-align:center;
}
.footer a:link{
color:#d0c6a3;
text-decoration:underline;
}
.footer a:visited{
color:#d0c6a3;
text-decoration:underline;
}
.footer a:hover{
color:#d0c6a3;
text-decoration:underline;
}
.footer a:active{
color:#d0c6a3;
text-decoration:underline;
}
