/* 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;
		text-align: left;
		}
	
/* MENU */
		#menu {
		background-image: url(../afbeeldingen/menu_web.jpg);
		width: 243px;
		height: 768px;
		float: left;		
		font-family: Tahoma, "trebuchet ms", arial, san-serif;;
		text-align: left;
		font-size: 13px;
		font-weight: bold;

		}
		#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_webdesign.jpg);
		width: 616px;
		height: 160px;
		float: left;
		}
		
/* RECHTS */
		#rechts {
		width: 165px;
		height: 768px;
		float: left;
		padding: 0px;
		margin: 0px;
		}		

		/* hack IE 6 */
		html>body 	#inhoud {margin-left: 263px;
        }	
		
		/* 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: #74001e;
		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 address {
		color: #fff;
		font-family: Tahoma, "trebuchet ms", arial, san-serif;;
		font-size: 13px;
		line-height: 18px;
		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: #74001e}
		#menu a:visited	{color: #74001e}
		#menu a:active		{color: #74001e; text-decoration: underline}
		#menu a:hover		{color: #cc0000; text-decoration: underline}
