body {
	background-color: #D7E6EB;
/*	background: #DDD url('../images/BG-stripe.png') repeat;*/
}

.main {
	background-color: #FFF;
	width: 650px;
	margin: 0px auto 0px auto;
	font-family: Arial, Verdana, "MS Trebuchet", sans-serif;
	font-size: 100%;
	border: 2px solid #999;
}
.mainBG {
	width: 700px;
	margin: 0px auto 0px auto;
/*	background: #FFF url(../images/mainBG.jpg) repeat-y;	*/
}
.logo {
	background: #FFF url(../images/logo.jpg) no-repeat;
	width: 275px;
	height: 75px;
	margin: 10px 0px 0px 20px;
	float: left;
}
.headSlogan {
	color: #999;
	font-size: 200%;
	float: right;
	margin: 38px 40px 0px 0px;
}
.bar {
/*	background: #FFF url(../images/bar.gif) repeat-x top;*/
	height: 20px;
	clear: both;
}
.menu {
	width: 160px;
	margin-left: 20px;
	clear: both;
	float: left;
	position: absolute;
}
#content {
	width: 650px;
	height: 600px;
}

/*PAGES*/
#content .content {
	width: 650px;
	height: 600px;
	color: #999;
	font-size: 90%;
}
.content .title {
	font-size: 165%;
	color: #9A361A;
	width: 300px;
	position: relative;
	top: 15px;
	left: 230px;
}
.content .contentContainer {
	float: left;
	text-align: justify;
}
.greyfox {
	height: 600px;
	background: #FFF url(../images/greyfoxBG.jpg) no-repeat bottom;
}
.greyfoxText {
	position: relative;
	top: 300px;
	left: 300px;
	width: 310px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.bedrijfsprofiel {
	height: 600px;
	background: #FFF url(../images/vis.jpg) no-repeat bottom left;
}
.bedrijfsprofiel .title {
	left: 180px;
}
.bedrijfsprofielText {
	position: relative;
	top: 65px;
	left: 180px;
	width: 430px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.organiseren {
	height: 600px;
	background-image: url(../images/organiserenBG.jpg);
	background-position: 165px 85px;
	background-repeat: no-repeat;
	background-color: transparent;
}	
.organiserenText {
	width: 320px;
	position: relative;
	top: 200px;
	left: 235px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.structureren {
	height: 600px;
	background-image: url(../images/structurerenBG.jpg);
	background-position: 40px 350px;
	background-repeat: no-repeat;
}
.structurerenText {
	position: relative;
	top: 95px;
	left: 230px;
	width: 380px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.sparren {
	height: 600px;
	background-image: url(../images/sparrenBG.jpg);
	background-position: 110px 140px;
	background-repeat: no-repeat;
}
.sparrenText {
	position: relative;
	top: 30px;
	left: 230px;
	width: 380px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.sparrenTextBottom {
	width: 250px;
	margin-left: 130px;
}
.trainingen {
	height: 600px;
	background-image: url(../images/trainingenBG.jpg);
	background-position: 25px 300px;
	background-repeat: no-repeat;
}
.trainingenText {
	position: relative;
	top: 75px;
	left: 230px;
	width: 380px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.listsWrapper {
	margin-top: 10px;
	height: 80px;
}
.left {
	width: 170px;
/*	float: left;*/
	position: relative;
}
.right {
	width: 210px;
	position: relative;
	top: -64px;
	left: 160px;
}
.marketing {
	height: 600px;
	background-image: url(../images/marketingBG.jpg);
	background-position: 30px 225px;
	background-repeat: no-repeat;
}
.marketingText {
	position: relative;
	top: 45px;
	left: 230px;
	width: 380px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.contact {
	height: 600px;
	background-image: url(../images/contactBG.jpg);
	background-position: 30px 350px;
	background-repeat: no-repeat;
}
.contactText {
	position: relative;
	top: 60px;
	left: 230px;
	width: 385px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.contact a {
	color: #9A361A;
	text-decoration: none;
}
.referenties {
	height: 600px;
	background-image: url();
	background-position: 30px 330px;
	background-repeat: no-repeat;
}
.referentiesText {
	position: relative;
	top: 75px;
	left: 230px;
	width: 385px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
.routeBeschrijving {
	height: 600px;
}
.routeBeschrijving .title {
	left: 165px;
}
.routeBeschrijvingText {
	position: relative;
	top: 30px;
	left: 165px;
	width: 465px;
	padding: 0px 10px 0px 0px;
	height: 500px;
	overflow: auto;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=00);
}
