/*This is how to add the comment in css style sheet*/

/*Gebruikt in index voor link naar menu.php*/
p.nummer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	width: 250px;
	padding: 0px;
} 

/*In deze box is het menu geplaatst*/
#kop {
	text-align: center;
	height: 125px;
	width: 1200px;
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: #56898a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6E705A;
	border-right-color: #6E705A;
	border-bottom-color: #6E705A;
	border-left-color: #6E705A;
}

/*Is de kopfoto in het menu in geplaatst*/
.kop_image {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 10px;
}

/*Bepaald ruimte tussen elementen van het menu*/
.ruimte {
	margin-right: 30px;
	padding: 0px;
}

/*Bepaald achtergrondkleur*/
body {
	font-size: 100%;
	color: #660033;
	background-color: #a64b4a;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

/*Is de box midden op het scherm met als achtergrond plaatje*/
#wrapper {
	width: 1200px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}

/*??????noodzaak ?*/
#midden {
	text-align: center;
	background-image: url(images/achtergrond%20website_bewerkt-3.gif);
	margin-top: -21px;
	height: 800px;
	width: auto;
}

/*Bepaald lay-out van de koptekst*/
h1 {
	font-size: 200%;
	font-weight: normal;
	color: #000000;
	font-family: "Book Antiqua";
}

/*Tekst in line aan te geven ????*/
p {
	display: inline;
}

/*Bepaald box waarin plaatje links staat*/
.midden_image {
	width:319px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 45px;
}

/*Bepaald box rechts van het midden, met tekst*/
#midden p {
	width: 700px;
	display: block;
	text-align:left;
	color:#000000;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 430px;
	font-size: 100%;
	font-weight: bold;
	font-family: "Book Antiqua";
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #86A3A0;
	border: 5px solid #6E705A;
}

#midden #middenvak {
	width: 800px;
	display: block;
	text-align:left;
	color:#000000;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
	font-size: 100%;
	font-weight: bold;
	font-family: "Book Antiqua";
	background-color: #86A3A0;
	border: 5px solid #6E705A;
	padding: 10px;
	height: auto;
}

/*Bepaald box voor footer, sluit midden af*/
#footer {
	clear: both;
	height: 20px;
	width: auto;
}
#wrapper #midden #footer {
	height: 50px;
	width: 1100px;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
}

/*Bepaald lay-out van tekst in footer*/
a1 {
	font-family: "Book Antiqua";
	color: #6E705A;
}

/*Bepaald opmaak van de links*/
a: link {
	text-decoration: underline;
	font-family: Arial;
	color: #060;
}

a.links1:link {
	color: #000000;
}
a.links1:visited {
	color: #990066;
}
a.links1:active {
	color: #000000;
}	
a.links1:hover {
	color: #000;
	text-decoration: none;
	font-family: "Book Antiqua";
	}
a.links1 {
	text-decoration: underline;
	color: #060;
	font-family: "Book Antiqua";
	}

/*Bepaald opmaak van de footer, rechtsuitlijnen tekst*/
.rechtsuitlijnen {
	text-align: right;
}
