/* Start of CMSMS style sheet 'style' */
@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c16711;
	font-family:Myriad Pro;
	font-size:12px;
        color: #666666;
}

.position {
	width: 815px;
	position: relative;
	margin:auto
}
.contianer {
	float: left;
	width: 815px;
	position: relative;
	background-image: url(images/background.jpg);
}
.header {
	float: left;
	height: 139px;
	width: 815px;
	position: relative;
}
.content_left {
	float: left;
	width: 201px;
	position: relative;
}
.navigatie {
	float: left;
	height: 179px;
	width: 201px;
	position: relative;
}
.foto {
	float: left;
	height: 199px;
	width: 201px;
	position: relative;
}
.content_right {
	float: left;
	width: 564px;
	position: relative;
	background-image: url(images/content_shadow.jpg);
	min-width:564px;
	background-repeat:no-repeat;
	padding-right: 40px;
	padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 10px;
        font-family:Myriad Pro;
	font-size:12px;
        color:#666666;
}
.footer {
	float: left;
	height: 55px;
	width: 815px;
	position: relative;
	background-image: url(images/footer.jpg);
}

/* End of 'style' */

