		html{
			/*overflow: hidden;*/
		}
		body{
			behavior:url("improveiecss.htc");
			margin: auto;
			font: 12pt tahoma, sans-serif;
			background: #9bbbb0;
			/*height: 100%;*/
			/*overflow: hidden;*/
		}
		img{
			behavior:url("improveiepng.htc");
		}
		
		#site-frame{
			position: absolute;
			width: 960px;
			/*height: 100%;*/
			left: 50%;
			margin-left: -480px;
			background: #ffc880 url(../images/background.jpg) repeat-y center;
		}
		#header-frame{
			margin:auto;
			width: 960px;
			height: 151px;
			background: #ffc880 url(../images/header.jpg) repeat-y top center;			
		}
		#content-frame{
			margin: 0px 5px 0px 5px;
			background: #ffc880 url(../images/sphere-background.jpg) no-repeat top right;
			padding: 50px;
			clear: both;
		}
		#footer-frame{
			margin:auto;
			width: 960px;
			height: 20px;
			background: #ffc880 url(../images/footer.jpg) no-repeat bottom center;			
		}		
		#navigation{
			position: absolute;
			margin: 0px;
			padding-left: 10px;
			list-style: none;
			top: 122px
		}
		
		#navigation li{
			margin: 0px 2px 0px 2px;
			float: left;
			width: 120px;
			height: 29px;
			text-align: center;
			line-height: 29px;
		}
		#navigation li a{
			display: block;
			width: 120px;
			height: 29px;
			text-align: center;
			line-height: 29px;			
		}
		#navigation li a span{
			display: none;
		}
		
		.HetBedrijf A{
			background: url(../images/HetBedrijf-back.gif) no-repeat;
		}
		.HetBedrijf A:hover{
			background: url(../images/HetBedrijf-hover.gif) no-repeat;
		}
		.HetBedrijf #selected{
			background: url(../images/HetBedrijf-selected.gif) no-repeat;
		}
		
		.DePersoon A{
			background: url(../images/DePersoon-back.gif) no-repeat;
		}
		.DePersoon A:hover{
			background: url(../images/DePersoon-hover.gif) no-repeat;
		}
		.DePersoon #selected{
			background: url(../images/DePersoon-selected.gif) no-repeat;
		}
		
		.Diensten A{
			background: url(../images/Diensten-back.gif) no-repeat;
		}
		.Diensten A:hover{
			background: url(../images/Diensten-hover.gif) no-repeat;
		}
		.Diensten #selected{
			background: url(../images/Diensten-selected.gif) no-repeat;
		}
		
		.Portfolio A{
			background: url(../images/Portfolio-back.gif) no-repeat;
		}
		.Portfolio A:hover{
			background: url(../images/Portfolio-hover.gif) no-repeat;
		}
		.Portfolio #selected{
			background: url(../images/Portfolio-selected.gif) no-repeat;
		}
		
		.Contact A{
			background: url(../images/Contact-back.gif) no-repeat;
		}
		.Contact A:hover{
			background: url(../images/Contact-hover.gif) no-repeat;
		}
		.Contact #selected{
			background: url(../images/Contact-selected.gif) no-repeat;
		}
		
		H1{
			height: 62px;
			width : 399px;
			/*margin-bottom: -30px;*/
			margin: 0px;
		}
		
		H1 SPAN {
			display: none;
		}
		
		H2{
			font-size: 10pt;
			border-bottom: 1px dotted #808080;
			margin: 0px 0px 1em 0px;
			/*margin-top: 2em;*/
		}
		.titel-HetBedrijf{
			background: url(../images/titel-HetBedrijf.gif) no-repeat;
		}
		.titel-DePersoon{
			background: url(../images/titel-DePersoon.gif) no-repeat;
		}
		.titel-Diensten{
			background: url(../images/titel-Diensten.gif) no-repeat;
		}
		.titel-Portfolio{
			background: url(../images/titel-Portfolio.gif) no-repeat;
		}
		.titel-Contact{
			background: url(../images/titel-Contact.gif) no-repeat;
		}
		
		.column{
			color: #404040;
			font-size: 80%;
			margin: 0px 0px 1em 2px;
			width: 400px;
			text-align: justify;
		}
		
		.column-frame{
			float: left;
			margin-right: 45px;
		}
		
		.column-frame-last{
			float: left;
			margin-right: 0px;
		}
		
		#text-frame{
			overflow: auto;
			border-bottom: 1px solid black;
			clear:both;
			width: 850px;
		}
		
		.content{			
			color: #404040;
			font-size: 80%;
			text-align: justify;
		}
		
		.content P{
			margin: 0px 0px 1em 2px;
			/*clear: left;*/
		}
		
		.content Strong{
			font-weight: normal;
		}
		
		.content A{
			color: #404040;
		}
		
		.content A:hover{
			color: #E58200;
			text-decoration: underline;
		}
		
		.content A:visited{
			text-decoration: none;
		}
	
		.content fieldset{
			border: 0px none;
			border-top: 1px solid #E88301;
		}
		.content fieldset legend{
			padding: .1em 1em .1em 1em;
			background-color: #E88301;
			color: #FFF;
			font-weight: bold;
		}
		
		.content label{
			display: block;
			width: 100px;
			float: left;
			text-align: right;
			font-weight: bold;
		}
		span.group{
			display: block;
			float: left;
			margin-bottom: 1em;
		}
		
		span.group p{
			clear: none !important;
			width: 700px;
		}
		
		hr{
			clear: both;
			border: 1px solid #808080;
			border-width: 1px 0px 0px 0px;
		}
		
		form .textInput{
			background: #FFF;
			border: 1px solid #8080c0;
		}

		form .textInput:focus{
			border: 1px solid #E58200;
		}
		
		form .button{
			border: 2px solid #E88301;
			background-color: #F79800;
			color: #FFF;
			font-weight: bold;
			line-height: 1em;
			height: 1.5em;
		}	
		
		span.quote{
			font-size: 80%;
			display: block;
			padding: 20px;
			padding-left: 30px;
			color: #FEC880;
			width: 50%;
		}
		span.quote I{
			font-weight: bold;
			margin: 10px;
			display: block;
			padding-left: 10px;
			color: #FEC880;
		}
		
/*		.column1{
			width: 45%;
			float: left;
			margin-right: 40px;
		}
		.column2{
			width: 45%;
			float: left;
		}	*/
		
		.columns{
			column-count: 2;
			column-gap: 45px;
			-moz-column-count: 2;
			-moz-column-gap: 45px;
		}					