html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* for ie */
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../include/illust/body2.jpg);
	color: #006399;
	
}

body,p {
	font-family: Verdana, Arial, Helvetica;
}

/* --- Web page structure --- */

div#container {
	position: relative;
	width: 885px;
	height: 836px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../include/illust/bg.gif);
}

div#Logo {
	position: absolute;
	left: 323px;
	top: 54px;
	width: 327px;
	height: 75px;
	padding: 0px;
}


div#Image {
	position: absolute;
	left: 223px;
	top: 143px;
	width: 608px;
	height: 268px;
	padding: 0px;
}


div#ImageText {
	position: absolute;
	left: 30px;
	top: 206px;
	width: 180px;
	height: 200px;
	padding: 0px;
	font-size: 70%;
	margin-bottom: 0px;
}


div#MainText {
	position: absolute;
	left: 224px;
	top: 421px;
	width: 448px;
	height: 132px;
	padding: 0px;
	font-size: 70%;
	margin-bottom: 0px;
}


div#EndMenu {
	position:absolute;
	left: 428px;
	top: 586px;
	width: 232px;
	height: 30px;
	padding: 0px;
	font-size: 60%;
	margin-bottom: 0px;
	
}

/* --- Menu layout --- */

/* Left menu */


div#EndMenu p {
	margin: 5px 5px 5px 5px;
	padding: 0; /* important for firefox - opera */
	font-weight: bold;
	list-style-type: none;
}

div#EndMenu a {
	color: #006399;
	text-decoration: none;
}


/* --- Text layout --- */

/* Maintext */

div#MainText p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

div#ImageText 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:#006399; text-decoration:underline; }
a:visited { color:#006399; text-decoration:underline; }
a:active { color:#006399; text-decoration:underline; }
a:hover { color:#006399; text-decoration:underline; }

table { font-size: 90%; font-family: Verdana, Arial, Helvetica; }

h1 { font-size: 100%; margin:5px 15px; padding: 0px 0px 5px 0px; color:#006399; 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 }

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%; }

