html,body
{
	border:0px;
	margin: 0 auto;
	padding: 0px;
	width:1000px;
	text-align:center;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

body
{
	height:100%;
}

#header
{
	position:relative;
	top:0px;
	height:140px;
	width:1000px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000;
}



#ContentContainer
{
	position:relative;
	width:1000px;
	
	background-color:#F7EF00;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;

	
}

#menu
{
	position:relative;
	float:left;
	width:140px;
	
}

#menuContainer
{
	position:relative;
	margin-top:15px;
	margin-left:15px;
	width:140px;
	text-align:left;
	height:100%;
}

.HoofdMenu,.HoofdMenuGekozen
{
	position:relative;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	height:20px;
	width:140px;
	padding-bottom:12px;
}

.HoofdMenuGekozen 
{
	color:red;
}

.HoofdMenu A
{
	text-decoration: none;
	color: #fff;
}

.HoofdMenuGekozen A
{
	text-decoration: none;
	color:red;
	font-style:italic;
}

.HoofdMenuGekozen A:active,.HoofdMenuGekozen A:visited
{
	text-decoration: none;
	color:red;
	font-style:italic;
}

.HoofdMenu A:active, .HoofdMenu A:visited
{
	text-decoration: none;
	color: #fff;
}

 A ,A:active,A:visited,
{
	text-decoration: none;
	color: #fff;
}

 A:hover
{
	text-decoration: none;
	color:red;
}

.HoofdMenu A:hover
{
	text-decoration: none;
	color:red;
}

#content
{
	position:relative;
	float:left;
	left:55px;
	margin-top:15px;
	text-align:left;
	
}


.TitelAgenda A,.TitelAgenda A:active,.TitelAgenda A:visited
{
	color:red;
	text-decoration:none;
}

.TitelAgenda A:hover
{
	color:red;
}

.DatumAgenda
{
	padding-left:10px;
	padding-right:5px;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-align:left;
	width:150px;
}
.TitelAgenda
{
	margin-left:10px;
	margin-right:5px;
	padding-bottom:7px;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	text-align:left;
	width:130px;
	font-style: italic;
}

.agandaLink A,.agandaLinkGeweest A
{
	color:red;
	text-decoration:none;
	font-size:12px;
}

.Titel ,.TitelNieuws
{
	position:relative;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-align:left;
	width:600px;
}

.Tekst,.TitelTekst
{
	position:relative;
	text-align:left;
	width:600px;
	padding-top:15px;
	font-size: 12px;
	color: #0000FF;
}

.Tekst
{
	padding-bottom: 25px;
}

.TitelNieuws A,.TitelTekst A,.TitelNieuws A:visited,.TitelTekst A:visited,.TekstNieuws A,.TekstNieuws A:visited
{
	color: #0000FF;
	text-decoration:none;
}

.leesMeer A,.leesMeer A:hover,.leesMeer A:visited
{
	color:red;
	position:relative;
}

.leesMeer A:hover
{
background-color:red;
}

.DatumNieuws,.TekstNieuws
{
	text-align:left;
	width:600px;
	font-size: 12px;
	color: #0000FF;
}

.DatumNieuwsGrijs,.TekstNieuwsGrijs
{
	text-align:left;
	width:600px;
	font-size: 12px;
	color:#666666;
}
.TitelNieuwsGrijs
{
	position:relative;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	width:600px;
	color:#666666;
}

.TekstNieuwsGrijs A,.TitelNieuwsGrijs A,.TekstNieuwsGrijs A:visited,.TitelNieuwsGrijs A:visited
{
color:#666666;
}

.TekstNieuwsGrijs A:hover,.TitelNieuwsGrijs A:hover
{
color:red;
}

.TekstNieuws,.TekstNieuwsGrijs
{
padding-bottom:15px;
}




.Contact
{
	margin-top:12px;
	text-align:left;
	padding-left:15px;
	padding-bottom:15px;
	color:#fff;
}

.footer{
	position:relative;
	height:30px;
	width:1000px;
background-color:#F7EF00;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
}

.footerLeft
{
	position:relative;
	float:left;
	width:140px;
	height:30px;
	
	padding-top:12px;
}

.footerRight
{
	position:relative;
	float:left;
	height:30px;
	width:845px;
	
	padding-top:12px;
}

.BerichtenTop
{
	position:relative;
	margin-top:12px;
	width:600px;
}

.BerichtenNavigatie
{
	float:left;
	position:relative;
	width:600px;
	background-color:yellow;
	margin-bottom:12px;
}

.VorigeBericht
{
	width:280px;
	float:left;
	position:relative;
	text-align:right;
	margin-right:12px;
}

.VolgendeBericht
{
	width:280px;
	float:right;
	position:relative;
	text-align:left;
	margin-left:12px;
}

.FormulierBerichtToevoegen
{
	text-align:left;
}

.FieldContainer
{
	position:relative;
	width:600px;
}

.FieldLabel
{
	position:relative;
	float:left;
	width:70px;
}

.field
{
	position:relative;
	float:left;
	width:500px;
}

.Formbutton
{
position:relative;
width:600px;
}

.DatumBericht
{
	text-align:left;
	width:600px;
	font-size: 12px;
	color: #0000FF;
	font-weight:bold;
}

.clear {
    clear:both;
  }

.nieuws
{
	position:relative;
	width: 600px;
}

.TitelSponsorPagina
{
	position:relative;
	width: 280px;
	font-weight:bold;
}

.TekstSponsorPagina
{
	position:relative;
	width: 280px;
	margin-top:6px;
}

.FotoSponsorPagina
{
	position:relative;
	width: 280px;
	margin-top:6px;
	overflow:hidden;
}

TR
{
	vertical-align: top;
}

.img
{
	padding:4px;
	align:left;
	float:left;
}

.imgR
{
	padding:4px;
	align:left;
	float:right;
}

.imgC
{
	padding:4px;
	align:left;
	text-align:center;
}

#CDmuziek
{
	position:relative;
	width:600px;
	text-align:left;
}

.titelCD
{
	position:relative;
	width: 550px;
	font-weight:bold;
}

.tekstCD
{
	position:relative;
	width: 550px;
	padding-top:12px;
	padding-bottom:12px;
}

.cdregel
{
	position:relative;
	width:550px;
	padding-bottom:6px;
}

.mp3icoon
{
	position:relative;
	width:50px;
	float:left;
}
.mp3titel
{
	position:relative;
	width:350px;
	float:left;
}

.mp3arrangeur
{
	position:relative;
	width:150px;
	float:left;
}

.slideshowContainer
{
	position:relative;
	padding-bottom:12px;
	height:300px;
	width:700px;
	text-align:center;
}

.PaginaTitel
{
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding-bottom:16px;
}

.label
{
	width:100px;
	padding-right:6px;
}

.labelTot
{
	width:30px;
	padding-right:6px;
}
.labelSmall
{
	width:60px;
	padding-right:6px;
}

.labelOpmerking
{
	width:104px;
	padding-right:6px;
}

.Underline
{
	border-top:dotted #0000FF 1px;
	width:600px;
	padding-top:6px;
	height:1px;
}

.fotoOverzichtContainer
{
	width:720px;

}

.fotoOverzicht
{
	float:left;
	width:150px;
	padding:7px;
}

.fotoOverzicht img
{
	height:150px;
	width:150px;
}
