/* Algemene deel stylen */
body {
background-color: #b7b7b7;
background-image: url(../afbeeldingen/background.jpg);
background-position: center top;
background-repeat: no-repeat;

text-align: center; /* voor IE */ 
margin: 0;
padding: 0;
}

/* CONTAINER */
	#container {
		background-color: #666666;	
		width: 1024px;
		height: 768px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align: left;
		}
		
	
/* MENU */
		#menu {
		background-image: url(../afbeeldingen/menu.jpg);
		width: 243px;
		height: 768px;
		float: left;	
		font-family: Tahoma, "trebuchet ms", arial, san-serif;;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		}
		
		#menu ul {
		list-style: none;
		padding-top: 180px;
		padding-left: 115px;
		margin: 0px;
		line-height: 35px;
		}
		
		#menu ol {
		list-style: none;
		color: #666666;
		padding-left: 10px;
		margin: 0px;
		font-style: italic;
		font-weight: lighter;
		line-height: 25px;
		}		

/* HEADER */
		#header {
		background-image: url(../afbeeldingen/header_foto.jpg);
		width: 616px;
		height: 160px;
		float: left;
		padding: 0px;
		margin: 0px;
		}
		
/* RECHTS */
		#rechts {
		width: 165px;
		height: 768px;
		float: left;
		padding: 0px;
		margin: 0px;
		}		
		
		/* hack IE 6 */
		html>body 	#inhoud {margin-left: 263px;
        }	
		
/* INHOUD */
		#inhoud  { 
		background-color: transparent; 
		width: 576px;
		height: 588px;
		overflow: auto;
		margin-top: -595px;
		margin-left: 133px;
		padding: 0px;
		float: left;
		}
		

		
		#inhoud p {					
		color: #fff;
		font-family: Tahoma, "trebuchet ms", arial, san-serif;
		font-size: 13px;
		line-height: 21px;
		}
		
		#inhoud h1 {		
		font-family: Tahoma, "trebuchet ms", arial, san-serif;;
		font-size: 18px;
		color: #003366;
		font-weight: normal;
		}
		
		#inhoud h2 {		
		font-family: Tahoma, "trebuchet ms", arial, san-serif;;
		font-size: 15px;
		color: #cccccc;
		font-style: italic;
		font-weight: lighter;
		}
		
		#inhoud a {
		color: #ffff00;
		}
		
		#inhoud table { color: #fff; font-size: 12px; font-family: Tahoma; font-weight: lighter; font-style: normal; }
		
		/* INHOUD MOUSE OVER */
		#menu a				{font-family: Tahoma, "trebuchet ms", arial, san-serif;; font-size: 13px; text-decoration: none;}
		#menu a:link			{color: #003366}
		#menu a:visited	{color: #003366}
		#menu a:active		{color: #003366; text-decoration: underline}
		#menu a:hover		{color: #009de0; text-decoration: underline}
