
/*	Algemene opmaak				*/
*				{ 	margin: 0; 
					padding: 0;
					}

body				{	background-color: #ECF7FD;
						background-image: url(../afbeeldingen/ludolffilling3.png);
						background-repeat: repeat;}

.main			{	margin-right:	auto;
					margin-left:	auto;
					margin-bottom:	10px;
					width:	900px;
					height:	auto;}

.content		{	width: 900px;
					height: auto;
					display: block;
					background-color: #B6882E;
					}

		/*	links	*/					
.mailto			{	text-decoration: none;
					font-weight: italic;
					color: #0F76AE;}
					
.mailto:hover	{	color:	black;}

.links			{	text-decoration: none;
					font-weight: bold;
					color: #0F76AE;}
					
.links:hover	{	color: #807F80;}						
					
					
/*	Opmaak van de Header 			*/

.header			{	width: 100%;
					height: 150px;
					}

.banner			{	margin-top: 0px;
					margin-left: auto;
					margin-right: auto;
					width: 100%;
					height: 150px;}

.logoimage		{	width: 80px;
					height: 80px;}

					
.titel			{	margin-top: 7px;
					margin-left: 10px;
					padding-top: 5px;
					float: left;
					font-size: 22pt;
					font-weight: bold;
					font-family: verdana;
					color: #ECF7FD;
					width: 800px;
					height: 73px;}


/* 	Opmaak van het Menu			*/


					
.menu			{	float: left;
					width: 170px;
					min-height: 800px;
					height: auto;
					background-color: #B6882E;
					}

ul				{	list-style: none;
				}

ol				{	list-style: circle;
					margin-left: 25px;}

ol li			{	margin-bottom: 8px;}

.bibliolist		{	list-style: none;}
.bibliolist li	{	margin-bottom: 10px;}

.menulink		{	display: block;
					text-decoration: none;
					font-weight: bold;
					padding-left: 10px;
					padding-top: 5px;
					border-top: 1px solid #ECF7FD;
					border-bottom: 1px solid #ECF7FD;
					color: #F2F6FF;
					font-family: verdana, sans serif;
					width: 160px;
					height: 29px;}
					
.menulink:hover	{	background-color: #F2F6FF;
					color: #B6882E;}



				

/*	Opmaak van het informatieve deel	*/

.text			{	float: left;
					padding-left: 10px;
					padding-top: 10px;
					padding-right: 10px;
					width: 709px;
					min-height: 790px;
					background-image: url('../afbeeldingen/lvcbackground.png');
					background-repeat: no-repeat;
					background-position: center;
					background-color: #F9CB70;
					border-top: 1px solid #ECF7FD;
					border-right: 1px solid #f3a000;
					font-family: verdana, sans serif;}

					
.odsgrafsteen	{	margin-left: auto;
					margin-right: auto;
					height: 400px;}
					
.quote			{	font-size: 10pt;}

/*	Opmaak van de voetnoot			*/

.voetnoot		{	width: 900px;
					float: left;
					font-size: 10px;
					height: 12px;
					background-color: #76530F;
					color:	#F2F6FF;
					border-top: 1px solid #F2F6FF;}