@charset "utf-8";
h1, h2, h3, h4, h5, p, ol, ul, li, blockquote {
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	margin-top: 1.2em;
	margin-bottom: 0em;
	font-size: 1.2em;
}

blockquote {
	font-style: italic;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.85em;
}


.blauwblokje {
	background-color: #4f96ec;
	float: none;
	height: 16px;
	width: 16px;
}


.currentpage {
}
.gelinkt {
}
.fotograafnaam {
	font-style: italic;
	color: #999;
	font-size: 14px;
}
.optreden_datum {
	font-weight: bold;
}
.optreden_info {
	font-style: italic;
}






#container {
	background-color: #FFF;
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:90%;
	background-color: #4f96ec;
	background-attachment: fixed;
	background-image: url(Plaatjes/Kop%20achtergrond%20BODY%202000%20breed%20foto.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#kop {
	background-color: #FFF;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	margin-top: 20px;
	border: 1px solid #FFF;
}
#kop img {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}

#inhoud {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
}
#inhoud p {
	margin-right: 30px;
}

#inhoud li {
	font-size: 0.85em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	list-style-type: none;
}
#inhoud li a.gelinkt {
	list-style-type: none;
	text-decoration: none;
	color: #FFF;
	padding-left: 25px;
	line-height: 25px;
	display: block;
	background-image: url(Plaatjes/sprites-gelinkt.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#inhoud li a.gelinkt:link,#inhoud li a.gelinkt:visited{
}
 
#inhoud li a.gelinkt:hover {
	background-image: url(Plaatjes/sprites-gelinkt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#inhoud p.blauwblokje {
}
#inhoud #plaatje {
	clear: none;
	float: right;
	height: auto;
	width: auto;
	padding: 20px;
}
#inhoud table {
	border-collapse:collapse;
}

#inhoud table caption {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #4f96ec;
	text-align: left;
	padding-left: 0.6em;
	padding-bottom: 0.4em;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #ef7c0a;
}
#inhoud table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;

}
#inhoud table tr td {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#inhoud div h3 {
	padding-bottom: 0.5em;
	padding-top: 0.8em;
	font-weight: bold;
	color: #666;
}






#voet {
	height: 20px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #600;
}
#voet p {
	color: #CCC;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}



#navigatie {
	font-weight: bold;
	height: 25px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color:#391d01;
	background-image: url(Plaatjes/Knoppenbalk%20780x25.jpg);
	position:relative;
}

#navigatie ul  {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position:absolute;
	right:0px;
	bottom:0px;
	font-size: 0.85em;
}
#navigatie li {
	float: left;
}
#navigatie li a {
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #EF7C0A;
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-right: 0.6em;
}
#navigatie li a:link, #navigatie li a:visited {
}
#navigatie li a:hover {
	color:#fff;
	background-color: #4f96ec;
}
#navigatie li a.currentpage, #navigatie li a.currentpage:hover, #navigatie li a.currentpage:active {
	color:#391d01;
	background:#FFF;
	cursor: default;
}
