/* CSS Document */
html{
min-height: 100%;
background-color: #F9FAF5;
}

body{ 
 margin: 0; 
 padding: 0; 
 text-align: center; 
} 

#container {
height: auto;
margin: 0 auto;
width: 785px;
background-image:  url('Afbeeldingen/background-784-1.jpg'); 
background-repeat: repeat-y;
}

#header {
width: 784px;
height: 126px;
background-image:  url('Afbeeldingen/header.jpg');
}

#menu {
width:784px;
height: 71px;
}

#nav {
float:left;
width: 228px;
height: auto;
background-image: url('Afbeeldingen/logo-228-145.jpg');
background-repeat:no-repeat;
}

#navt{
padding-top: 145px;
padding-right: 10px;
padding-left: 0px;
font-family: Lucida sans unicode, "Times New Roman", Times, serif;
text-align: left;
}

#main {
float:right;
width:557px;
height:auto;
text-align: left;
}

#text {
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
font-family: Lucida sans unicode, "Times New Roman", Times, serif;
color:#762700;
}

#verspringing{
padding-left: 10px;
}


li { 
list-style-type:circle;
}

#footer {
clear: both;
width: 784px;
height: 26px;
background-image:  url('Afbeeldingen/footer-784-26.jpg');
}

a:link { 
color: #000000;
text-decoration:  none;
}

a:visited { 
color: #762700;
text-decoration:  none;
}

a:hover { 
color: #762700;
text-decoration: none;
}

a:active { 
color: #762700;
text-decoration: none;
}

h1{
font-family: Lucida sans unicode, "Times New Roman", Times, serif;
}
