html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* for ie */
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: black;
}

body,p {
	font-family: Verdana, Arial, Helvetica;
}

/* --- Web page structure --- */

div#container {
	position: relative;
	width: 753px;
	height: 570px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-image:url(../image/invitation.jpg);
}

div#container2 {
	position: relative;
	width: 753px;
	height: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../image/programme2.jpg);
}

div#Top {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 321px;
	height: 521px;
	padding: 0px;
	font-size: 100%;
	margin-bottom: 0px;
}

div#MainTitle {
	position: absolute;
	left: 250px;
	top: 7px;
	width: 480px;
	height: 30px;
	padding: 0px;
	font-size: 70%;
	margin-bottom: 0px;
}

div#MainText {
	position: absolute;
	left: 257px;
	top: 62px;
	width: 482px;
	height: 430px;
	padding: 0px;
	font-size: 70%;
	margin-bottom: 0px;
}

div#MainText2 {
	position: absolute;
	left: 264px;
	top: 48px;
	width: 470px;
	height: 550px;
	padding: 0px;
	font-size: 70%;
	text-align: justify;
	margin-bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	overflow: auto;
}


/* --- Text layout --- */

/* Maintext */

div#Top p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

div#MainText p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

div#MainTitle p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

/* --- Text decoration layout --- */

a { text-decoration:none; }
a:link { color:#4d524e; text-decoration:underline; }
a:visited { color:#4d524e; text-decoration:underline; }
a:active { color:#4d524e; text-decoration:underline; }
a:hover { color:#4d524e; text-decoration:underline; }

table { font-size: 90%; font-family: Verdana, Arial, Helvetica; }

h1 { font-size: 100%; margin:5px 15px; padding: 0px 0px 10px 0px; color:#000000; font-weight: bold; }

p.highlight { font-weight: bold; }
p.indent { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 0cm; margin-right: 0 }
p.indent1 { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 1cm; margin-right: 0 }
p.small { font-size: 80%; }

span.highlight { font-weight: bold; }
span.italic { font-style: italic; }
span.underline { font-style: underline; }
span.small { font-size: 80%; }
span.big { font-weight: bold; font-size: 100%; }
