﻿@charset "utf-8";
/* CSS Document		Basisstijl voor M Y D R E A M S W E B.

h1				benadrukte tekst in lichtgeel comic
h2				tekst in lichtgeel comic
h3				kop in Old English 2.6em
h4				comic bold gecentreerd
h5				subkop in Old Englisch 1.8em
h6
p				Comic 1em 50 marge l/r
apDiv 1 en 2	vaste lagen voor pagelinks back en top
style4			voettekst, gecentreerd
*/

body{
	margin:0 0 0 0;
	background-attachment:fixed}
#container{
	width:900px;
	background-repeat:repeat;
	margin:0 auto}
table{
	width:800px;
	margin:0 auto;
	background:fixed 50% 0%;
	border-collapse:collapse}
h1{
	font-family:"Comic Sans MS";
	font-size:1.2em;
	font-style:normal;
	line-height:1.6em;
	font-weight:heavy;
	color:#FFFF99;
	margin:0px 10px 0px 10px}
h2{
	font-family:"Comic Sans MS";
	font-size:0.9em;
	font-style:normal;
	line-height:1.6em;
	font-weight:normal;
	color:#FFFF99;
	margin:0px 10px 0px 10px}
h3{
	margin: 0 0 0 0;
	font-family:"Old English Text MT", Excalibur SF, Algerian;
	line-height:normal;
	font-size:2.6em;
	text-align:center}
h4{
	font-family:"Comic Sans MS";
	font-size:1.1em;
	font-style:normal;
	line-height:normal;
	font-weight:heavy;
	text-align:center;
	margin:0 0 0 0}
h5{
	margin:0 0 0 0;
	font-family:"Old English Text MT", Excalibur SF, Algerian;
	line-height:normal;
	font-size:1.8em;
	text-align:center}
p{
	font-family:Comic Sans MS;
	text-align:center;
	margin:5px 50px 5px 50px}
a:link{
	font-family: "Comic Sans MS";
	font-size:100%;
	text-decoration:none;
	color:#ffc}
a:visited{
	font-family: "Comic Sans MS";
	font-size:100%;
	text-decoration:none;
	color:#ffc}
a:hover{
	font-family: "Comic Sans MS";
	font-size:100%;
	text-decoration:underline;
	color:#fc3}
a:active{
	font-family: "Comic Sans MS";
	font-size:100%;
	text-decoration:none;
	color:#ffc}


#apDiv1{
	position:fixed;
	width:40px;
	height:30px;
	z-index:1;
	visibility:visible;
	top:0px;
	right:0px}	
#apDiv2{
	position:fixed;
	width:50px;
	height:30px;
	z-index:1;
	visibility:visible;
	top:0px;
	left:0px}

.style4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	line-height:normal;
	color:#ccffff;
	margin:0px 0px 0px 0px}


