body {
	background-color: #fff5e9;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
}

#fotoalbumlijst {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	padding-top: 40px;
}
#txt_foto {
	position: absolute;
	left: 30px;
	top: 10px;
}

#fotoalbumlijst ul {
	list-style-type: none;
}
#projectiescherm {
	float: left;
	background-color: #FFf5e1;
	width: 100%;
}
#fotoalbumlijst a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #cd817f;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	margin-left: 1px;
}


#fotoalbumlijst a:active {
	background-color: #730e16;
	color: #fff5e1;
}

#fotoalbumlijst a:hover {
	color: #730e16;
	background-color: #fff5e1;
}

#fotoalbumlijst li {
	display: inline;
	background-color: #a05858;
}
#gelelijst ul {

	list-style-type: none;
}
#gelelijst {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	padding-top: 40px;
}
#gelelijst a {

	text-decoration: none;
	color: #FFFFFF;
	background-color: #DAA452;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	margin-left: 1px;
}
#gelelijst a:active {

	background-color: #BB8A2F;
	color: #fff5e1;
}
#gelelijst a:hover {

	color: #BB8A2F;
	background-color: #fff5e1;
}
#gelelijst li {

	display: inline;
	background-color: #BB8A2F;
}
