	/* Gebruikte kleuren:
   Kleur (1=donker 2=lichter etc...)
   =================================
   // ToDo: vul hieronder de gebruikte kleuren in...
   H1 Blauw:			#13406d;
   H2 Licht Blauw:	#13406d;
   H3 Groen:			#A5D601;
	P	Blauw:			#13406d;
*/

@charset "utf-8";
@import url("style_new.css");
@import url("navigation_new.css");
@import url("form_new.css");
/* CSS Document */

body {
	/* Styling Scrollbars
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #f19c01;
	scrollbar-3d-light-color: #f19c01;
	*/
	/*background-image: url(../images/new/bck_main.jpg);*/
	background-repeat: repeat-x;
	background-color: #d88700;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 968px;
	margin: auto;
	}
#mainContainer {
	background: url(../images/new/bck_content.png);
	background-repeat: repeat-y;
	width: 968px;
}
/* Begin Header */
#masterHeader {
	background-image: url(../images/new/bck_header.jpg);
	background-repeat: no-repeat;
	width: 968px;
	height: 224px;
	
}
#headerImage {
	float: right;
	width: 658px;
	height: 224px;
}
#schonagenLogo {
	width: 310px;
	height: 101px;
	float: left;
	position: relative;
	top: 60px;
	left: 0px;
}
/* End Header input /*

/* Begin left Menubalk */
#menuLeft {
	width: 310px;
	float: left;
}
/* Hier staat alle content in */
#containerContentRight {
	background-repeat: repeat-x;
	background-color: White;
	width: 607px;
	padding: 25px 25px 0px 25px;
	float: right;
}
/* Begin Flash animatie */
.flashBlok {
	width: 291px;
	height: 270px;
	border: 1px solid #4d4b47;
	margin: 5px;
	float: right;
	vertical-align: middle;
}
/* Floating Images */
.floating_left {
	margin: 5px 10px 5px 0px;
	float: left;
}
.floating_right {
	margin: 5px 0px 5px 10px;
	float: right;
}
#footer {
	background-image: url(../images/new/bck_footer.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 728px;
	clear: both;
	text-align: right;
	padding-right: 240px;
	padding-top:8px;
}
.icons {
	height: 101px;
	width: 308px;
}
#smallFooter {
	background-color: #d88700;
	height: 20px;
	width: 968px;
	clear: both;
}