body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #000020;
	color: #333333;
}

#container {
	height: 600px;
	width: 955px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto; 
}	
	

#banner {
	background-image: url(../images/banner_def.jpg);
	height: 125px;
	width: 955px;	
}

#nav {
	background-image: url(../images/nav.jpg);
	height: 450px;
	width: 250px;
	float: left;
}

#main {
	background-image: url(../images/main.jpg);
	height: 450px;
	width: 455px;
	float: left;
}

#main_tekst {
	height: 380px;
	width: 380px;
	margin-top: 38px;
	margin-left: 38px;
	overflow: auto;
}

#foto {
	background-image: url(../images/foto.jpg);
	height: 450px;
	width: 250px;
	float: left;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 25px;
	width: 955px;
	clear: left;
}

h1 {
	font-size: 19px;
	font-weight: bolder;
}

h2 {font-size: 16px;
	font-weight: bolder;}
	
table {
	width: 350px;
	border : 1px solid #9999FF;
	margin-bottom: 10px;
}

table.contact {
	width: 320px;
	border: none;
	margin-bottom: 10px;
}

table.fotogalerie {
	width: 300px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

td.fotogalerie {
	padding: 20px;  /*ruimte tussen tumbnails en stippeltjes van de TD*/
	border: 1px dotted #5a5a5a;
	
}

.muis_link {
	cursor: pointer;
}

.rood {
	color: #FF0000;
}