
			*	{
				font-family:Tahoma;
				font-size:10pt;
				color:#4d4d4d;
			}
			body, html {
				width:100%;
				height:100%;
				padding:0px;
				margin:0px;
			}
			
			IMG	{
				border:none;
			}
			a:hover	{
				color:#871f78;
			}
			
			#container	{
				width:100%;
				height:100%;
				border:none;;
				text-align:center;
				
			}
			#header	{
				font-size:8pt;
				border:none;
			}
	
			#content	{
				
				width: expression( document.body.clientWidth > 899 ? "900px" : "auto" ); /* sets max-width for IE */
   				max-width: 900px; /* this sets the max-width value for all standards-compliant browsers */
				
				
				text-align:left;
				margin:auto;
				padding:10px;
			}
			
			
			#content #autoviewer	{
				width:100%;
				
			}
			
			#autoviewer	{
				background-color:transparent;
				width:100%;
				height:600px;
			}
			.clear	{
				clear:both;
				height:5px; font-size:4pt;
				
			}

			.links	{
				width:450px;
				
				float:left;
			}
			.rechts	{
				width:400px;
				text-align:right;
				float:right;
				
			}
			
			.menu {
				font: Arial, Helvetica, sans-serif;
				font-size:12px;
			}
			
			#flashcontent	{
			border:none;
			}
			.email	{
				position:relative; top:2px;left:-1px;
				cursor:pointer;
			}
			.tekst	{
				padding-top:30px;
			}
