

/***** Lay-out ******/

html {height: 100%;margin-bottom: 1px;}

	body {
		margin: 0px;
		font: 1.0em times, garamond, sans-serif;
		text-align:center;
			background:url(images/achtergrond_muur.gif) repeat-y 50%;
		
		}
	
	#frame {
		width:910px;
		height:610px;
		margin-right:auto;
		margin-left:auto;
		margin-top: 0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:220px;
		padding:0px;
		float:left;
		overflow: hidden;
		background: #fff;
		}
	
	#contentcenter {
		width:470px;
		padding:0px;
		float:left;
		}
	#contentwrapper {
		padding:50px 23px 10px 23px;
		font-size: 0.8em;
		z-index: 10;
		
		}
		
	#contentwrapper_background {
		z-index: -10;
		margin-right:auto;
		margin-left:auto;
		width:437px;
		margin-top: 0px;
		position: fixed;
		overflow: hidden;
		margin: 17px;
		}
	
	#contentright {
		width:220px;
		padding:0px;
		float:left;
		font-size: 0.8em;
		}
	
	#contentright table {
		
		padding:50px 10px 10px 20px;
		
		}
		
	
		
/***** Menu ******/

.menu ul
{
	font-size: 0.8em;
	list-style-type: none;
	padding:10px 30px 10px 20px;
}

.menu li
{
	color: #000;
	margin: 5px 0 0 0;
}

.menu li#menutitel
{
	color: #000;
	margin: 0px;
	height: 20px;
	text-transform: uppercase;
}

.menu li#divider
{
	height:5px;
	background: url(images/divider.gif) repeat-x left;
}

.menu li.hoofdmenuitem
{
	color: blue;
	border-bottom: 1px solid #000;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.menu li.hoofdmenuitem ul#submenu li.hoofdmenuitem
{
	font-size: 1.2em;
	border-bottom: 0px;
	margin: 0 0 5px -20px;
	text-transform: lowercase;
}

.menu li.hoofdmenuitem ul#submenu li.hoofdmenuitem a
{
	color: blue;
}

.menu li.hoofdmenuitem ul#submenu li.hoofdmenuitem a:hover { color: red; }

.menu a
{
	color: #000;
	text-decoration: none;
}

.menu a:hover { color: red; }


/***** Expomenu ******/

.expo_menu
{
	margin: 0 0 0 -40px;
}

.expo_menu ul
{
	margin: -15px 0 0 0;
	list-style-type: none;
}

.expo_menu li
{
	color: #000;
	margin: 0;
}

.expo_menu li#menutitel
{
	color: #000;
	margin: 15px 0 4px 0;
	text-transform: uppercase;
}


.expo_menu li.expositieitem
{
	margin: 0;
}

.expo_menu li.expositieitem a { color: blue; }

.expo_menu li.expositieitem a:hover { color: red; }

.expo_menu a
{
	color: #000;
	text-decoration: none;
}

.expo_menu a:hover { color: red; }



/***** Werkmenu ******/

.werk_menu li.hoofdmenuitem
{
	font-size: 1em;
	list-style-type: none;
	border-bottom: 1px solid #000;
	margin: 10px 0 0 0;
}

.werk_menu li.hoofdmenuitem a
{
	color: #000;
	text-transform: uppercase;
}


.werk_menu
{
font-size: 1.3em;
	margin: 0px 0 0 0;
}

.werk_menu ul
{
	margin: 10px 0 10px 0;
	padding: 0px;
	list-style-type: none;
	text-indent: 0pt;
	border-bottom: 0px;
}



.werk_menu li
{
	margin: 0px 0 0px 0;
	color: #000;
	margin: 0;
	border-bottom: 0px;
}


.werk_menu li a { border-bottom: 0px;text-decoration: none; text-transform: lowercase; color: blue; }

.werk_menu li a:hover { color: red; }

