@charset "UTF-8";
/* CSS Document */
/* ----- BASE */

* { font-family: "Lucida Grande", "Lucida Sans", verdana, "trebuchet ms", arial; font-size: 11px; color:#808785; }

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 16px;
}

select {
	margin-bottom: 5px;
}

a { }
a:link {  }
a:visited {  }
a:hover { color:#ff284f; }
a:active { }

a.roze:link { text-decoration: none; color:#ff284f; }
a.roze:visited { text-decoration: none; color:#ff284f; }
a.roze:hover { text-decoration: underline; }
a.roze:active { }


/* ----- COLUMNS RECHTSDIV */
#welkom_clmn {
	width:200px;
	height:250px;
	margin-bottom: 20px;
	background-color: #ff284f;
}
#welkom_clmn p {
	color: #FFFFFF;
}
#welkom_clmn .timestamp {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#welkom_clmn a { color: #FFFFFF; }

#design_clmn {
	margin-bottom: 20px;
}
#design_clmn #start {
	width:200px;
	height:200px;
	background-color: #e8ece7;
}
#design_clmn #start p {
	margin-top: 10px;
}
#design_clmn #end {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #bfc7c2;
}

#zabriskies_clmn {
	background-color: #572f08;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #572f08;
}
#zabriskies_clmn #start {
	width:200px;
	height:130px;
}
#zabriskies_clmn #start p {
	margin-top: 10px;
	color: #FFFFFF;
}
#zabriskies_clmn a { color: #FFFFFF; }


/* ----- COLUMNS LINKSDIV */
#splash_clmn {
	width:400px;
	height:550px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #bfc7c2;
	margin-bottom: 20px;
}
#column_clmn {
	width:400px;
	height:220px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #bfc7c2;
	background-color: #e8ece7;
	margin-bottom: 20px;
}
#column_clmn #start {
	background-color: #FFFFFF;
	width: 220px;
	height: 210px;
}
#column_clmn #end {
	float: none;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
}

#tip_clmn {
	width:400px;
	height:220px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #bfc7c2;
}
#tip_clmn #start {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
}

#periodiek {
	width:200px;
	height:325px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #bfc7c2;
	background-color: #e8ece7;
	float: left;
	margin-right: 20px;
}

#periodiek p {
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 8px;
}

#youtube {
	background-color: #bfc7c2;
	float: left;
	height: 325px;
	width: 400px;
}

/* ----- MAIN DIVS */
#mainDiv {
	width: 860px;
	margin:0 auto 0 auto;
} 

#linksDiv {
	width: 200px;
	float: left;
	display: inline;
	height: 400px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#rechtsDiv {
	width: 200px;
	float: right;
	display: inline;
	margin:40px 0 20px 0;
	background-color: #FFFFFF;
} 
#rechtsDiv p {
	margin-right: 8px;
	margin-left: 8px;
}

#middenDiv {
	width: 400px;
	float: right;
	display: inline;
	background-color: #FFFFFF;
	margin:40px 20px 20px 0;
	text-decoration: none;
} 
#onderDiv {
	width: 620px;
	height: 365px;
	float: right;
	clear:both;
} 


/* ----- COLOURS */
.white { color: #FFFFFF; }
.marker { background-color: #e8ece7; }


/* ----- ALT <P> */
