body {
	font-size: 62.5%; 
	font-family: Georgia, Times, "Times New Roman", serif;
	background: darkred url(../images/backgrounds/achtergrond_rood.png) repeat;
}

/*andere basis-instellingen*/

a {text-decoration: none;
}

#container {
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -300px 0 0 -437px;
     width: 874px;
     height: 600px;
     border: 7px black double;
		 background:  orange url(../images/backgrounds/oranje_enkel_dith.png) repeat-x;
}

/*header*/

#header h1, #header h2, #header h3 {
text-align: center ;
}						

#header h1 {
    margin-top: 0.7em;
    margin-bottom: 0.3em;
    font-family: algerian, georgia, Times, serif;
    font-size: 4.8em;
    letter-spacing:0.6em ;
}	
		
#header h2 {
    margin-bottom: 1.8em;
    font-size: 1.8em;
    font-weight:lighter;
    font-style: italic;
}
		
#header h3 {
     margin-bottom: 1em;
     font-size: 1.7em; }	
		 
/*content*/		
#content {
height: 395px;
}

#foto {
     float: left;
     width: 300px;
     }

    #foto img {
		border: 5px solid black;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 80px;
    }

#welkom {
float: right;
width: 237px;
margin-right: 100px;
}
		 
    #welkom ul {
    margin-top: 130px;		
		}		 
		 
    #welkom li  {
    margin-bottom: 20px;   
    }	
		
		#welkom li.fr a:link, #welkom li.fr a:visited, #welkom li.nl a:link, #welkom li.nl a:visited, #welkom li.en a:link, #welkom li.en a:visited{
		display: block;
		width: 237px;
		height: 24px;
		background-position: 0 0;}
		
		#welkom li.fr a:link, #welkom li.fr a:visited {
		background: url(../images/navigatie/index_fr_dubbel.png);
		}
		
		#welkom li.nl a:link, #welkom li.nl a:visited {		
		background: url(../images/navigatie/index_nl_dubbel.png);
		}
    
		#welkom li.en a:link, #welkom li.en a:visited {
		background: url(../images/navigatie/index_en_dubbel.png);
		}
		
		#welkom li.fr a:hover, #welkom li.nl a:hover, #welkom li.en a:hover {
		background-position: 0 100%;}
		
		#welkom li.fr a:active, #welkom li.nl a:active, #welkom li.en a:active {
		background-position: 0 0;
		}
		
#flash {
clear: right;
float: right;
margin: 75px 190px 0 0;
}		
		
		
/*footer*/

#footer {
     clear: both;		 
		 text-align: center;
		 font-size: 12px;
		 border-top: 2px solid black;
     padding-top: 5px;
     }
		 
		 #footer a:link, #footer a:visited {color: black;}
		 #footer a:hover {color: white;}
		 #footer a:active {color: #990000;}
		 


	 

				 
			 
				 
			 
		