@charset "UTF-8";

/* CSS Document */

* {
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-image:url(../images/achtergrond.png);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: center;
}

p, li {
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
}

p a{
	font-size:12px;
}

ul, ol {
	margin-left: 30px;
}

ul li {
	list-style-type:square;
}

a {
	text-decoration:none;
}

#container {
	width: 700px;
	margin: 0px auto;
}

#content {
	width:680px;
	margin: 10px;
	min-height: 334px;
	clear:both;
}

#content p {
	text-align:justify;
	font-family:Myriad Pro, Tahoma, Verdana;
	letter-spacing: 0.04em;
}

#upcoming{
	float:left;
	width:300px;
	border:1px solid #BBB;
	padding:10px;
	height:80px;
	margin-bottom:20px;
	margin-top:20px;
}


#nieuwsbriefDiv{
	float:right;
	width:330px;
	border:1px solid #BBB;
	padding:10px;
	height:80px;
	margin-bottom:20px;
	margin-top:20px;
}

/*Nieuws*/
.nieuwsbericht {
	clear:both;
	border-bottom:2px solid #CCC;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.nieuwsbericht p.tekst{
	clear:both;
}

.nieuwsKop h4 {
	float:left;
}

h4 {
	padding-bottom:10px;
	letter-spacing: 0.07em;
}

.nieuwsKop{
	clear: both;
}
.nieuwsKop span {
	float:right;
	font-size:12px;
	color:#666;
}

a {
	color: #333;
	text-decoration:underline;
}

/*Gastenboek*/
#paginaSelect {
	float:right;
	clear:both;
	margin-bottom:10px;
}

#paginaSelect a {
	font-size:12px;
	color:#999;
	text-decoration:none;
	padding:1px;
}

#paginaSelect a.pagina {
	font-size:12px;
	color:#999;
	text-decoration:none;
	padding:1px;
	border: 1px solid #999;
	background-color:#EEE;
	margin-left:1px;
	margin-right:1px;
}

#paginaSelect a#active {
	color:#CCC;
	background-color:#333;
}

.nieuwsbericht p.naam {
	float:left;
	padding-bottom:10px;
	letter-spacing: 0.07em;
	font-weight:bold;
}

.berichtToevoegen {
	font-size:12px;
	color:#999;
	text-decoration:none;
	padding:1px;
	border: 1px solid #999;
	background-color:#EEE;
	margin-left:1px;
	margin-right:1px;
}

#gastenboek input, #gastenboek textarea {
	border: 1px solid #999;
	background-color:#999;
	color:#FFF;
	font-size: 12px;
}

#gastenboek p {
	color:#666;
}

.foutMelding {
	color: #600;
}

.gbEntry{
	max-width: 400px;
	max-height:300px;}

/*Nieuws*/
#infoLinks {
	margin: 10px auto;
	width: 520px;
}

#infoLinks li {
	list-style-type: none;
	display:inline;
}

.subnavKnoppen {
	border: 0px;
}

/*Agenda*/
.activiteitAffiche{
	float:left;
	clear:left;
	margin:10px 0px;
	border: 0px;
}

.actInfo{
	float:right;
	width: 470px;}

.nieuwsKop h4.titel{
	margin-top:20px;
	}
	
.actInfo th{
	vertical-align:top;
}

/*Links*/
.links{
	float:left;
	width: 200px;
	border:1px solid #CCC;
	margin: 5px;
}

.links p{
	padding-left:10px;
	padding-right:10px;
	font-size: 13px;
	color:#666;
}

.links a:hover{
	background-color:#CCC;
}

/*Info*/
.bestuurder {
	width:320px;
	min-height: 200px;
	float:left;
	border: 1px solid #666;
	margin:8px;
}

.bestuurder img {
	max-width: 120px;
	max-height:200px;
	margin: 5px;
	float:left;
}

.bestuurder span{
	font-size: 14px;
	font-weight:bold;
}

.openingsuren{
	width:340px;
	margin:20px auto;
	border: 1px solid #666;
	}
	
.openingsuren th{
	text-align:left;
}

/*Fotos*/
#fotoTabel {
	max-width:610px;
	margin: 0 auto;
	border: 1px solid #666;}
#fotoTabel td{
	border: 1px solid #666;
	margin:0px;
	padding:0px;
	text-align:center;
}
img.albumFoto{
	margin:10px;
	border: 0px;
}

#agenda {
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
	margin: 0 auto;
	width:400px;
}

#agenda tr {
	height: 20px;
}

.lichtgrijs {
	background-color:#CCC;
}

.grijs {
	background-color:#999;
}



/*Footer*/
#footer{
	border-top:1px dotted #666;
	padding:5px;
	clear:both;
	text-align:center;
	height:30px;
}

#footer p{
	font-size:10px;
	}
#footer a{
	font-size:10px;
}	


