body {
	background-color: #fc6;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*divs*/

div#start {
	width: 600px;
	height: 400px;
	background-image: url(image/start.jpg);
	margin-top: 5px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #333;
	overflow: hidden;
}

div#flags {
	position: relative;
	top: -35px;
	margin-top: 1px;
	text-align: center;
	word-spacing: 3em; 
}

div#outer {
	width: 90%;
	background-color:#fff;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #000;
	overflow: hidden;
}

div#header {
	width: 100%;
	height: 60px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid #000;
	overflow: hidden;
	background-image: url(image/top.jpg);
}

div#thumbnails {
	position:relative; 
	margin-left: 5px;
	margin-top: -2px;
	margin-right: 5px;
	padding: 10px;	
	border-bottom: 1px solid #c93;
	border-left: 1px solid #c93;
	border-right: 1px solid #c93;	
}

div#footer {
	width: 80%;
	padding: 15px;
	margin: 0px;
	border-top: 1px solid #000;
}

div#w3c {	
	text-align: center;
}

/*classes*/

.kop {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	background-color: #fc6;
	border-top: 1px solid #c93;
	border-left: 1px solid #c93;
	border-right: 1px solid #c93;
	border-bottom: 1px solid #c93;
	font-weight: bold;
}
.main {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 5px;
	border-bottom: 1px solid #c93;
	border-left: 1px solid #c93;
	border-right: 1px solid #c93;
}

.fotos {
	position:absolute; 
	width: 100%;
	text-align: center;
	left: 425px;
	top: 14px;	
}

.border {
	border-top: 1px solid #c93;
	border-bottom: 1px solid #c93;
	border-left: 1px solid #c93;
	border-right: 1px solid #c93;
}

.thumbnail {
	cursor: pointer;
}

.border-zwart, .thumbnail {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* misc */
ul {
	list-style-type: circle;
	margin-left: 1.5em; 
	padding-left: 0;
}

a:link, a:visited, a:active {
	text-decoration: none; background-color: #fff; color: #c60;
}
a:hover {
	text-decoration: underline; background-color: #fff; color: #c60;
}

