body {
	background-color:#CC0033;
	text-align:center;}
	
.all
	{
	margin-top:10px; 
	width:768px;
	height:500px;
	margin-left: auto; 
	margin-right: auto;
	}
	
/*kleine box*/
.smallbox
	{
	width:45px;
	height:45px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin:4px;	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:200%;
	text-align:center;
	background-color:#CC0033; /*rood*/
	border-color:#FF99CC; /*roze*/
	color:#FFFFFF; /*wit*/
	}

/* overzicht nummers grote boxen
|1|2|3|4|5|
|6|7|8|9|10|
|11|12|13|14|15|

*/
/*linker rode box met 0px margin left voor uitlijning | voor box 1 en 11*/
.boxred_left
	{
	background-color:#CC0033; /*rood*/
	border-color:#FF99CC; /*roze*/
	color:#FFFFFF; /*wit*/
	width:120px;
	height:90px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin: 10px 10px 10px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	align:middle;
	}
	
/*linker witte box met 0px margin left voor uitlijning | voor box 6*/
.boxwhite_left
	{
	background-color:white;
	width:120px;
	height:90px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin: 10px 10px 10px 4px;	
	border-color:white;
	}

.boxwhite_right
	{
	background-color:white;
	width:120px;
	height:90px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin: 10px 10px 10px 10px;	
	border-color:white;
	}
/*box rood*/
/*rechter rode box  | voor box 5 en 15*/
.boxred
	{
	background-color:#CC0033; /*rood*/
	border-color:#FF99CC; /*roze*/
	color:#FFFFFF; /*wit*/
	width:120px;
	height:90px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	padding-left:5px;
	line-height:170%;
	align:middle;
	}

/*witte box  | voor box 2, 4, 7, 9, 12 en 14*/
	.boxwhite
	{
	background-color:white;
	width:120px;
	height:90px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin: 10px;
	border-color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	}
	
/*roze box  | voor box 3, 6, 8, 13 */
	.boxpink
	{
	background-color:#FF99CC;
	border-color:#FF99CC;
	color:#CC0033;
	width:120px;
	height:90px;
	float:left;
	display:inline;
	border-style:double;
	border-weight:1px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	padding:5px;}
	
#over
	{	
	background-color:#FF99CC;
	border-color:#FF99CC;
	color:#CC0033;
	border-style:double;
	}

#out
	{	
	background-color:#CC0033;
	border-color:#FF99CC;
	color:#FFFFFF;
	}

.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	text-align:left;
	margin-left:5px;
	font-weight:bold;	}

.small
	{
	font-size:85%;
	}	

.boxwhite a,
.boxwhite a:hover,
.boxwhite a:visited
 {
	color:#CC0033;
	text-decoration:none;
}	

a,
a:hover,
a:visited
 {
	color:#ffffff;
	text-decoration:none;
}	

