/*
 * ---------------------------------------------------
 *  CSS-bestand voor de LA Vilette Site
 *  Auteur      : Pierre van Kekem
 *  Create date : augustus 2009
 *  Changed     : date?
 *                what?
 *                who?
 * ---------------------------------------------------
 */
body {
	font-family: Arial, Helvetica, sans-serif;;
	background: black url(images/background.jpg) repeat-x;
	font-size: 11px;
	}


TD		
		{
			font-size: 12px;
			font-family: Arial;
		}
/* pagina blokken */
#titel  {
    background: url(images/titel.jpg);
	width:  800px;
	height:  90px;
}	
#hoofd_container {
	width:  800px;
	height: 196px;
	background-color: #ffe79f;
}
#menubalk  {
	background-color: #ffe79f;
    width:  800px;
	height:  22px;
}
#content_container  {
	background-color: #ffe79f;
    width:  800px;
    height: 425px;
}
#contenta  {
    width:  192px;
    height: 425px;
    overflow: auto;
}
#contentb  {
    width:  588px;
    height: 405px;
    overflow: auto;
    padding: 10px;
}
#footer  {
	background: url(images/footer.jpg);
        width:  800px;
	height:  45px;
        font-size: 14px;
}		
		
		
		
.gerecht
		{
			font-size: 16px;
			font-weight: bold;
			color: #990000; 
		}

.title
		{
			font-size: 14px;
			font-weight: bold;
			color: #00ff00;
		}

.huis
		{
			font-size: 16px;
			font-weight: bold;
		}
