html, body {
	height:100%;
}

body {
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	color: #FF5A00;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	color: #FF5A00;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}

a:link {
    color: #FF5A00;
    font-weight: bold;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
a:visited {
	color: #FF5A00;
    font-weight: bold;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
a:hover {
    color: #FF5A00;
    font-weight: bold;
    text-decoration: underline;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
a:active {
	color: #FF5A00;
    font-weight: bold;
    text-decoration: underline;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}

#framework {
	width: 798px;
	height: 100%;
	overflow: none;
	margin-left: auto;
	margin-right: auto;
}

	#framework #content-width {
		float: left;
		width: 659px;
		height: 100%;	
		background-color: #ffffff;
		color: #000000;
	}

	#framework #leafs {
		float: left;
		width: 139px;
		height: 100%;	
		background-color: #ffffff;
		color: #000000;
		background-image: url("../gfx/leafs.gif");
		overflow: none;
		padding-bottom: 0px;
	}

		#content-width #header {
			width: 100%;
			height: 79px;
			background-color: #ffffff;
			color: #000000;
		}
		
		#content-width #menu {
			width: 659px;
			height: 30px;
			padding-left: 124px;
		}

#middle {
	width: 798px;
	height: 605px;
}

	#middle #polaroid {
		float: left;
		width: 135px;
		height: 28px;
		background-image: url("../gfx/polaroid.gif");
		background-repeat: no-repeat;
		padding-top: 493px;
	}
	
	#middle #content {
		float: left;
		width: 524px;
		height: 605px;
	}
	
	#middle #bgwelkom {
		float: left;
		width: 524px;
		height: 605px;
		background-image: url("../gfx/welkom-bg.jpg");		
	}
	
	#middle #bgcontact {
		float: left;
		width: 524px;
		height: 605px;
		background-image: url("../gfx/contact-bg.gif");		
	}
		
	#middle #bgoverhwe {
		float: left;
		width: 524px;
		height: 605px;
		background-image: url("../gfx/overhwe-bg.gif");		
	}
	
	#middle #bgportfolio {
		float: left;
		width: 524px;
		height: 605px;
		padding-left: 25px;
		padding-top: 25px;
	}
	
	#middle #bgreferenties {
		float: left;
		width: 524px;
		height: 605px;
		background-image: url("../gfx/referenties-bg.gif");		
	}
	
	#middle #content #text {
		width: 320px;
		height: 275px;
		margin-top: 100px;
		margin-left: 95px;
		overflow: auto;
		color: #FF5A00;
		font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;	
		font-weight: normal;
		text-decoration: none;
	}