/* CSS Document */
body{
	background-color:#003B81;		/*achtergrondkleur pagina*/
	/*background-image:url(../fotos/logoklein1-80.jpg);		/* band logo linkerzijde body*/
	/*background-repeat:repeat-y;		/*herhaling vertikaal logo*/
	text-align:center;
}

#container{
	background-color:#CAD0DF;
	width:850px;
	height:300px;
	margin-left:auto;	/*text-align:center;*/
	margin-right:auto;
	position:relative;
	text-align:center;
	padding:50px;
}
#hoofding{	/*banner met hoofding*/
	background-image:url(../fotos/Zeilbootklein.jpg);		/*hoofdafbeelding site*/
	background-color:#003B81;		/*algemeen achtergrondkleur*/
	height:200px;	/*als deze verhoogt, gaat de pagina naar beneden,als deze lager is gaat de pagina naar boven*/
	width:850px;		/*even breed of smaller dan container*/
	background-repeat:no-repeat;	/*geen herhaling van afbeelding*/
	background-position:center;	/*gecentreerd*/
	margin-left:auto;
	margin-right:auto;
}

img {
border: none;
}


