@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* for IE */
	width:100%;
	height:100%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

	.ts_mainclass #container {
		background-color:#FFFFFF;
		width:76.4em;
		min-height:50em;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		margin-top: 3em;
		padding:1em;
		margin-bottom:3em;
	}
	
		#header {
			margin-bottom:1em;
		}
			#menu {
				padding-top:1em;
				padding-bottom:1.5em;
			}

		#content {
			width:100%;
			padding: 0;
			text-align:left;
			line-height:1.6em;
		}

		.ts_mainclass #footer {
			clear:both;
			padding:0.5em 1em 1em 1em;
		} 
			
			#copyright {
				font-size:0.8em;
				color: #333333;
			}
			
		
		#tsfo_label_click,
		#tsfo_label {
			position:absolute;
			margin-left:77.35em;
			margin-top:-10em;
			width:42px;
			height:108px;
		}
		#tsfo_label {
			background-image:url(http://89.18.176.107/~local_common_root/images/tsfo_label_zwart.png);
			background-repeat:no-repeat;
			behavior: url(./css/iepngfix.htc);
			z-index:99;
		}
		#tsfo_label_click {
			z-index:100;
			cursor:pointer;
		}