/* CSS Document */

body{
	margin: 0;
	text-align: center; /*hierdoor wordt alles in de body gecentreerd */
	font-family: "Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:100%; /*font grootte = 10px (standaard w3 is 16px) */
}

#Table_01 {
	margin: 0 auto 0 auto;
	width: 850px;
	text-align: left;
	height:auto;
}

#dolphins4all_ {
	background-image: url(../images/dolphins4all.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:125px;
}

#menu0_ {
	background-image:url(../images/menu0.jpg);
	background-repeat:no-repeat;
	float:left;
	width:250px;
	height:90px;
}

#overmij_ {
	background-image:url(../images/overmij.jpg);
	float:left;
	width:110px;
	height:90px;
}

#geschenk_ {
	background-image:url(../images/geschenk.jpg);
	float:left;	
	width:125px;
	height:90px;
}

#dolfijnenenergie_ {
	background-image:url(../images/dolfijnenenergie.jpg);
	float:left;
	width:160px;
	height:90px;
}

#principes_ {
	background-image:url(../images/principes.jpg);
	float:left;
	width:205px;
	height:90px;
}

#links_ {
	background-image:url(../images/links.jpg);
	background-repeat:no-repeat;
	float:left;
	width:50px;
	height:460px;
}

#zijmenu{
	float:left;
	width:100px;
	height:460px;
	}

#menutop {
	background-image:url(../images/upmenuside.jpg);
	float:left;
	width:100px;
	height:75px;
}


#home_ {
	background-image:url(../images/home.jpg);
	float:left;
	width:100px;
	height:50px;
}

#tekstcontainer {
background-image:url(../images/tekstro.jpg);
background-repeat:no-repeat;
float:left;
width:700px;
height:435px;
}

#tekst_ {
	float:left;
	width:620px;
	height:435px;
	padding: 0 40px 0 40px;
	overflow:auto;
}



#contact_ {
	background-image:url(../images/contact.jpg);
	float:left;
	width:100px;
	height:50px;
}

#agenda_ {
	background-image:url(../images/agendaro.jpg);
	float:left;
	width:100px;
	height:260px;
}

.H1 {
font-size: 100%;
font-weight:bold;
}

.H2 {
font-size:87.5%;
font-weight:normal;
}

.H3 {
font-size:75%;
font-weight:normal;
}