

/*algemene items*/

body 	{
		background-color: #E0F0FF;
		margin: 0px;
		padding: 0px;
	}
	
.clearer	{
		clear:both;
	}
	
.coverall {
		background-color: white;
		width: 90%;
		max-width: 1200px;
		box-sizing: border-box;
		margin-top: 40px;
		margin-left: 40px;
		margin-bottom: 40px;
		
		border-radius: 25px;
		overflow: hidden;
		box-shadow: 10px 10px 5px #454545;
	}

	/*de banner*/
	
	
.topbox {
		width: 100%;
		margin-bottom: 0px;
	}
	
.topbannerbox {
		width: 100%;
		max-width: 350px;
		max-height: 115px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	

	/*tekst op de pagina*/

h1 	{
		font-family: arial, verdana, sans-serif;
		text-align: center;
	}
	

p 	{
		color: #334C70;
	}
	
	/*het menu*/
.navmenu {
		display:block;
		overflow:auto;
		width: 100%;
		min-width: 300px;
		margin-top: 0px;
		background-color: #808080;
	}

.navknopcentreerder {
	max-width: 920px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.navknop {
		border-style: none;
		background-color: #808080;
		text-align: center;
		float: left;
		
		height: 30px;
		width: 15%;
		min-width: 180px;

		margin-top: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		margin-left: 0px;
		
		border-bottom-right-radius: 10px 10px;
		border-bottom-left-radius: 10px 10px;

	}

.navknop:hover {
		border-style: none;
		text-align: center;
		background-color: #334C70;
		height: 30px;
		width: 15%;
		min-width: 180px;
		float: left;

		margin-top: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		margin-left: 0px;

		border-bottom-right-radius: 10px 10px;
		border-bottom-left-radius: 10px 10px;
	}
	
p.navbartxt 	{
		text-align: center;
		color: white;
		font-size: 100%;
		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
		margin-top: 5px;
	}

	/*de index*/
.mainindexfield	{
		clear:both;
		height: 100%;
		min-height: 400px;
		padding-top: 40px;
		background-color: #E6E6E6;
	}
	
.bodytextbubble	{
		width: 90%;
		text-align: center;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 1px 1px 1px #454545;
	}


	
	/*de footer*/

.footer {

	}

	

	