frameset
{
	background-color: #ffe96d;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body
{
	font-family: arial;
	color: #043faa;
	background-color: #ffe96d;
}
#intro_scherm 
{
	text-align: center;
}
#menu_scherm
{
	text-align:center;
}


a img {
border: solid 0px;
margin: 0px;
}

#menu 
{
	padding: 0; 
	margin: 5px 0;
	text-align:center;
}
#menu ul, #menu ul li
{
	list-style-type: none;
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}
#menu ul li a
{
	padding: 6px 0 0 0;
	display: block;
	width: 115px;
	height: 29px;
	background-image: url(images/Knop_plaatje_klein.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.layout_table
{
	width: 100%;
}
.head_cell
{
	text-align: center;
}


.float_left
{
	float: left;
	margin: 5px;
}
.float_right
{
	float: right;
	margin: 5px;
	text-align: right;
}
.float_left_clear
{
	float: left;
	margin: 5px;
	clear: both;
}
.float_right_clear
{
	float: right;
	margin: 5px;
	text-align: right;
	clear: both;
}
.bold_text
{
	font-weight: bold;
}


.agenda_table
{
	width: 100%;
	border: solid 1px;
	border-collapse: collapse;
	border-color: #043faa;
}
.agenda_table td
{
	border: solid 1px;
}
.contact_table td
{
	vertical-align: top;
}
.repertoir_table
{
	border: solid 1px;
	border-collapse: collapse;
}
.repertoir_table td
{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
.repertoir_table .small
{
	width: 30px;
}
.repertoir_table .width
{
	width: 250px;
}



.imagelink {
	display: table-cell;
}

.verslagen_table {
	width: 700px;
}

.verslagen_table td {
	vertical-align: top;
}

.verslagen_table .images {
	width: 120px;
}

.verslagen_table img {
	margin-bottom: 2px;
}

