

/*algemene items*/

body 	{
		background-color: #E0F0FF;

	}
	
.clearer	{
		clear:both;
	}
	
.coverall {
		background-color: white;
		width: 100%;
		box-sizing: border-box;
		margin-top: 40px;
		margin-left: 5px;
		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%;
		background-color: #808080;
	}

.navknopcentreerder {

}

.navknop {
		border-style: none;
		background-color: #808080;
		text-align: center;
		
		height: 30px;
		width: 90%;

		margin-top: 0px;
		margin-right: 5%;
		margin-bottom: 0px;
		margin-left: 5%;


	}
	
.navknop:hover {
		border-style: none;
		background-color: #334C70;
		text-align: center;
		
		height: 30px;
		width: 90%;

		margin-top: 0px;
		margin-right: 5%;
		margin-bottom: 0px;
		margin-left: 5%;
	}

	
p.navbartxt 	{
		text-align: center;
		color: white;
		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 {

	}

	

	