/*This stylesheet contains all the properties cq settigns for all the objects on the main page.
  Mainly those will consist out of divs, but also p-tags with a class name which appears on
  the main page will be setted here.  */

div.main {
	width:750px;
	z-index:0;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}

div.top, div.bottom, div.bottomleft, div.bottomright, div.bottomrighttop, div.bottomrightbottom {
	float:left;
	z-index:1;	
}
#verzameldiv {  /* De verzamelclasses. */ 
	background-color:white;	
}
#textdiv { /* De classes waarin text komt, dus niet de verzamelclasses. */ 
	text-align:left;
}

div.top {
	position:relative;
	width:750px; 
}
div.bottom {
	position:relative;
	width:750px;
}

div.bottomleft {
	position:relative;
	width:180px; 
}

div.bottomright {
	position:relative;
	top:0px;
	left:0px; /*Paddings in bottomleft are not included in its actual width */
	width:570px;
}
	div.bottomrighttop {
		width:570px; /*Paddings in bottomleft are not included in its actual width */
	}
	div.bottomrightbottom {
		width:570px; /*Paddings in bottomleft are not included in its actual width */
	}

div.innerdiv { 
}


/* FOOTER */
a.afsluiter {	
}
a.afsluiter:hover {
}
div.lowerbalk {
	float:left; 
	position:relative;
	width:460px; /* 560-margin-left-margin-right */
	text-align: center;
	z-index:1;
	margin-left:35px; /* Mozilla haalt margins er niet af..., */	_margin-left:10px; /* ie wel */
	margin-top:10px;	margin-bottom:10px;	
}

/* HEADER, BEGINNER */
a.beginner {	
}
a.beginner:hover {
}
div.upperbalk {
	position:relative; 
	float:right;
}
