/* CSS Document */
body {
    margin: 0px;
    text-align: center;
	line-height:18px;
	font-size:12px;
	background-color:#E8E8E8;
	font-family:"Comic Sans MS";
	}
		
.mainDiv{	
	height:600px;
	width:600px;
	text-align: left;   
    position: relative;
    margin: 0 auto;
	margin-top:1%;
	border:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#FFFFCC;
	}

.bannerDiv{
	width:100%;
	height:100px;
	}

.menuDiv{
	height:20px;
	width:600px;
	background-color:#666666;
	color: #CCCCCC;
	text-align:center;
	padding-top:3px;
	}

.fotoMenuDiv{
	width:560px;
	height:100px;
	margin-left:20px;
	margin-top:20px;
	border:solid;
	border-width:1px;
	border-color:#999999;
	}

.tekstDiv{
	padding:5px;
	height:320px;
	width:560px;
	margin-left:20px;
	margin-top:20px;
	background-image:url(plaatjes/tekstbg.png);
	border:solid;
	border-width:1px;
	border-color:#999999;}
	
	a.:link{ color:#FFFFFF; text-decoration: none; font-size:12px; } 
	a.:visited{ color:#FFFFFF; text-decoration: none; font-size:12px;}
	a.:hover{ color:#FFFFFF; text-decoration: underline; font-size:12px;}
	a.:active { color:#FFFFFF; text-decoration: none; font-size:12px;}
