/* CSS Document */
body			{
				background-color:#;
				margin:0px;
				padding:0px;
				height:100%; /* this is the key! */ 				
				background-color: #ffffff;  
				}

html, body {
margin:0px; 
padding:0px; 
overflow: auto;
height: 100%; /* héél belangrijk */
}

.form {
 width: 277px;
}

#container		{
				width: 100%;
				margin-left: auto;
				margin-right: auto;
				text-align: left;
				min-height: 100%;
				height:auto !important; /* voor moderne browsers */
				height:100%; /* voor IE */
				align:center;
				padding: inherit;
				z-index:1;
				}
			
#page	{
				position: absolute;
				width: 518px;
				height: 100%;
				/* border: 1px solid #919191; */
				align:left;
				padding: 5px 5px 5px 5px; 
				padding: inherit;
				font-family: Verdana;
				font-weight: normal;
				font-size: 14px;
				color: #404040;
				background-color: #ffffff; 
				overflow: auto;
				overflow-x:hidden;
				z-index:1;
				}  
				
iframe { 
overflow-x: hidden; 
overflow-y: hidden; 

} 

.header {
text-align: left;
font-family: Verdana;
font-weight: bold;
font-size: 16px;

}

table.text
{ 
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 14px;
color: #404040;
width: 100%;
}

td.menuon { background-color: #5f5f5f; color: #FFFFFF; }
td.menuoff { background-color: #f1efef; color: #000000; }

#monoSlideshow1	{
				position: absolute;
				width: 416px;
				height: 100%;
				margin-top:0px;
				margin-left:527px; 
				text-align: center;   
				BORDER-LEFT: #808080 1px solid;
				z-index:1001;
				}
#monoSlideshow2	{
				position: absolute;
				width: 416px;
				height: 100%;
				margin-top:0px;
				margin-left:527px; 
				text-align: center;   
				BORDER-LEFT: #808080 1px solid;
				}				
		
