﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements NON IE specific
Website:		Kunstencentrum meander
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
body, html, #Form1{
	height:100%;
}
body{
	overflow:auto;
}
#MainMenu li a{
	width:auto;
	min-width:10px;
}
.submenu{
	width:auto;
}
#tdLeftPane, #tdRightPane{
}
#tdLeftPane .html, #tdRightPane .html{
}
.submenu, #MainMenu, #MainMenu li a:hover{
}

#expandIn{
	background:url(images/expandin.png) no-repeat right top;
}
#expandOut{
	background:url(images/expandout.png) no-repeat right top;
}
