/* LINKS */

a:link { color: #162C80 ; text-decoration: none; font-weight:bold ;}       /* alles zwart en onderlijnd */
a:visited { color: #162C80; text-decoration: none; font-weight:bold; }
a:hover { color: #0D83A7; font-weight:bold; }
a:active { color: #162C80; text-decoration: none; font-weight:bold; }

.header {
     margin-top: 135px;
     height: 30px;
     width: 900px;
    /* background-color: white;  */
	 

}
.content {
     margin-left: 5px;  
	 margin-top: 5px;
     width: 700px;

}

.footer {
	 position:absolute;
	 top: 14px;
	 margin-left: 375px;
     width: 325px;
	 height: 12px;
} 

/* de speciallekes voor "home" */

.sponsors {
     margin-top: -160px;
	 margin-left: 715px;
	 position: absolute;
     width: 185px;
	 position: absolute;
     height: 480px;
}

/* de speciallekes voor "volwassenen" en "jeugd" */
.menulinks {
     margin-left: 0px;
     width: 185px;
	 position: absolute;
     height: 480px;
}

.txt {
	 margin-left: 195px;
     margin-top: 5px;
	 position: absolute;
     width: 505px;
}


table { 
  font-family: arial; 
  font-size:13px; 
} 



body {
     background-image: url(background.gif);
	 font-family: arial;
	 font-size: 13px;
	 color: #444444;
}

h1 {
	color: #0D83A7;
	font-family: arial;
	/* font-variant: small-caps; */
	font-size: 20;
}

h2 {

	font-size: 16;
	color: #162C80;
}

