 
/* Maison Doree */

body	{background-color: #FFFFCC;
	font-size:20px;
	line-height: 30px;
	font-family:Tempus Sans ITC,Comic Sans MS;
	color: #990000;
	font-weight: bold;}

body,html	{	scrollbar-face-color:#FFFFCC;
		scrollbar-highlight-color:#007700;
		scrollbar-3dlight-color:#007700;
		scrollbar-darkshadow-color:#007700;
		scrollbar-shadow-color:#007700;
		scrollbar-arrow-color:#007700;
		scrollbar-track-color:#FEFFAD;}
body, html a:link{color: darkgreen;}
                 a:hover{color:dark green;}
                  a:visited{color: darkgreen;}
                 a:active{color: darkgreen;}






body, html a:link {color:green:}
                  a:hover {color:green:}
                  a:visited {color:green:}
                  a:active {color:green:}
	
/* een beschrijving voor een blok */

.blok1	{background-color:#CCFF66;
	border-style:solid;
	border-width:3px;
	border-color:#FFFFCC;
	font-size: 30px;
	height:50px;
	width:765px;
	position:absolute;
	top:10px;
	left:10px;
	right:;
	bottom:;
	overflow:hidden;
	padding:10px;
	background-image:url(009.jpg)}


.blok2	{background-color:#FFFFCC;
	font-size: 17px;
	font-weight:bold;
	border-style:solid;
	border-width:3px;
	border-color:#FFFFCC;
	height:420px;
	width:130px;
	position:absolute;
	top:80px;
	left:10px;
	right:0;
	bottom:0;
	overflow:auto;
	overflow-x: hidden;
	padding:10px;}



.blok3	{background-color:#FFFFCC;
	border-style:solid;
	border-width:3px;
	border-color:#FFFFCC;
	height:420px;
	width:615px;
	position:absolute;
	top:80px;
	left:160px;
	right:0;
	bottom:0;
	overflow:auto;
	overflow-x: hidden;
	padding:10px;
	}

.wrap 	{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 810px;
	height:540px;
	margin-top: -270px;
	margin-left: -405px;
	border: solid 3px green;
	}


/* een beschrijving voor een titel of kop */

.titel	{font-size: waarde;
	line-height: waarde;
	font-family: waarde;
	color: waarde;
	font-weight: waarde;
	}

.bezet{background: yellow; font-weight: bold;
	}
