/*
	februari 2016
    Ontwerp en beheer websites: PEELEN.Info	
*/

/*********************************************************************************/
/* Basis                                                                         */
/*********************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
	
.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#logo h1 {
	font-size: 40px;
}

table {
	width: 100%;
	padding-bottom: 24px;
}

td {
	vertical-align: top;
}



td p {
	font-size: 24px;
	color: #fff;
	
}			


p {
	font-size: 24px;
	color: #000;
	
}			

	#banner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		background-color: #3CB371; 
		height: 275px;
	}
