body {
  color:#000;
  font: normal 12px arial,verdana,tahoma;
  background: url('../images/background.jpg') fixed;
}

.clear {
  clear:both;
 }

.fleft {
  float: left;
}

.fright {
	float: right;
}

a {
	color: #057a9a;
	text-decoration: none;
}

a:hover {
	color: #a0dbe9;
}

img {
	vertical-align: middle;
}

.pageheader {
	background: url('../images/hdrbackground.jpg') top repeat-x;
    background-color: transparent;
    width:776px;
    margin: 0 auto;
	color:#000;
	text-align: center;
 }

.toplogo {
    width:776px;
    margin: 0 auto;
	color: #fff;
	text-align: center;
 }

.pagefooter {
    margin-top: 5px;
	font: normal 12px arial, verdana;
	color: #fff;
	text-align: center;
 }


.groen {
    color: #1fb25a;
}

a {
	color: #057a9a;

}

a:hover {
	color: #02652a;
	text-decoration: underline;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	vertical-align: middle;
}


h3 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    letter-spacing: -1px;
}

h3.nieuws {
    font-weight: bold;
    font-size: 20px;
    color: #1fb25a;
    text-transform: uppercase;
}


h4, h4 a {
    font-weight: bold;
    font-size: 14px;
    color: #1fb25a;
    text-transform: uppercase;
}

span.nieuwsdatum {
    font-size: 11px;
    color: #666;
    
}


div.column {
    text-align: left;
}


div.balldots {
    margin-top: 4px;
    background: url('../images/balldots.gif');
    height: 5px;
    width:100%;
    }

div.nieuwsitem {
    padding: 14px 0 20px 0;
    color: #333;
    text-align: justify;
}

p.nieuwsitem {
    padding: 4px 0 20px 0;
    color: #333;
    text-align: justify;
}


p.nieuwsitem a.more {
    font-weight:bold;
    color: #1fb25a;
    font-size:14px
    }

p.nieuwsitem a {
    text-decoration: underline;
    color: #1fb25a;
    }


div.pupilvdweek  {
    text-align: center;
}

div.pupilvdweek  img {
    border: solid 3px #ccc;
    padding: 2px;
}

div.introtekst {
    text-align: justify;
    margin-bottom: 15px;
}


table.datatable {
    width: 100%;
    margin-bottom:10px;
}

table.datatable th {
    background-color: #1fb25a;
    padding: 4px 0px 4px 2px;
    border-bottom: solid 3px #000;
    color: #fff;
}

table.datatable td{
   padding: 3px 0px 3px 2px;
   border-bottom: solid 1px #ccc;
}


fieldset {
	border: 0px;
 }

fieldset div {
	float:left;
	width:100%;
	padding: 0 0 2px 0;
	border: 0px solid #f00;
	text-align: left;
}

fieldset div label {
  display: block;
  float: left;
  width: 110px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  font-weight: bold;
  border:0px solid #f00;
  vertical-align: middle;
}

table.sponsoren {
    text-align:center;
}

table.sponsoren td {
    text-align:center;
    width: 33%;
    padding-bottom:20px;
    background-color:#fff;
}

table.vriendenvan td {
    text-align:left;
    padding: 3px 0 3px 0;
    background-color:#fff;
}


