/* CSS Document */
body.indexbody {
	background-color: #F5E6AF;
	background-image:  url("afbeeldingen/achtergrond1.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

p.indextext, div.indextext {
	color: #FFFFFF;
}

p.welkom {
	color: #FFFFFF;
	font-size: xx-large;
	font-style: italic;
}

body {
	background-color: #593700;
	background-image: url("afbeeldingen/achtergrond2.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

p, div {
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: medium;
	color: #593700;
}

a.welkom:link, a.welkom:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.welkom:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #593700;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.contact:link, a.contact:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.contact:hover {
	text-decoration: underline;
}

div.indexlayer {
	background-color: #825A1E;
	background-image: url("afbeeldingen/achtergrond2_2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	overflow: visible;
	top: 110px;
	left: 110px;
	width: 80%;
	height: 450px;
	z-index: 1;
}

div.aendlayer {
	background-color: #F5E6AF;
	background-image: url("afbeeldingen/achtergrond3_2.gif");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	overflow: visible;
	top: 110px;
	left: 110px;
	width: 80%;
	height: 450px;
	z-index: 1;
}

table {
	margin: 0px;
	width: 100%;
	height: 100%;
}

table.tableout {
	padding: 10px 10px 10px 10px;
	border: 0px;
}

td.cellright {
	padding: 0px 0px 0px 10px;
	text-align: left;
	vertical-align: bottom;
	width: 49%;
	height: 100%;
}

td.cellindexright {
	padding: 0px 0px 0px 10px;
	text-align: center;
	vertical-align: bottom;
	width: 49%;
	height: 100%;
}

td.cellleft {
	padding: 0px 10px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	width: 49%;
	height: 100%;
}

td.cellindexleft {
	padding: 0px 10px 0px 0px;
	text-align: left;
	vertical-align: top;
	width: 49%;
	height: 100%;
}

td.contactmenu {
	border-top: 1px solid #593700;
	border-bottom: 1px solid #593700;
	color: #593700;
	font-weight: bold;
	text-align: center;
	vertical align; middle;
}

td.menu {
	border-top: 1px solid #F5E6AF;
	border-bottom: 1px solid #F5E6AF;
	color: #F5E6AF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

a.menu:link, a.menu:visited {
	color: #F5E6AF;
}

a.menu:hover {
	color: #F5E6AF;
	text-decoration: underline;
}

p.deelnemer {
	font-size: xx-large;
	font-style: italic;
}
