body {	background-color:gray;
	scrollbar-base-color:darkBlue;
	scrollbar-arrow-color:red;
	scrollbar-3dlight-color:lightBlue;
	scrollbar-highlight-color:yellow;
}

.menubutton {	border:solid 1px black;
}

.menubutton a{	text-decoration:none;
	width:100%;
	background-color:red;
	color:yellow;


}
.menubutton a:hover {	text-decoration:none;
	width:100%;
	background-color:FireBrick;
	color:white;

}
.menubutton a:active {    text-decoration:none;
    width:100%;
    background-color:red;
	color:blue;

}

.menuactive {
	border:solid 1px black;
	background-color:FireBrick;
	color:blue;
}

.header { color:white;
 background-color:darkBlue;
 text-align:center;
 border:solid 2px gray;
}

.home { text-align:center;
 padding-top:10px;
 padding-left:0px;

}

.slideshow {border-width:2px;
border-style:outset;
border-color:FireBrick;
}

.gastenboek table{    margin-bottom:20px;
}

.gastenboek .border {	border-left:solid 1px Navy;
}

.gastenboek .header {	background-color:Navy;
	color:white;
    padding-left:5px;
    border-left:solid 1px Navy;
}

.gastenboek .afzender {
	color:Silver;
	margin-left:5px;
	margin-top:5px;

}

.gastenboek .bericht {
    color:Silver;
    margin-left:5px;
    margin-top:5px;
}

.gastenboek .navigatie {	text-decoration:none;
	color:blue;
}

.gastenboek .navigatie a{
	text-decoration:none;
	color:blue;
}

.gastenboek .plaatsbericht {	background-color:RoyalBlue;
}
.gastenboek .label {    color:Silver;
	width:150px;
}

.gastenboek .smilies {
	height:50;
	width:82%;
	overflow:auto;
	background-color:RoyalBlue;

}
.gastenboek .bewerk a{	color:yellow;
}

.gastenboek a {	color:red;
}

.gastenboek a:hover {	background-color:Blue;
	color:yellow;
}

.contact {    margin-top:12px;
    text-align:center;
    margin-bottom:24px;

}

.contact .formulier {
	background-image:url('../images/contactbg.gif');
	color:DarkRed;
	border-style:ridge;
    border-width:5px;
}

.contact .cheader {    padding-top:10px;
    font-weight:bold;
    font-size:120%;
    padding-bottom:10px;
}

.contact .label {    color:color:DarkRed;;
    font-weight:bold;
}

.contact .input {	background-color:Blue;
	color:white;
	scrollbar-base-color:red;
	scrollbar-arrow-color:blue;
	scrollbar-3dlight-color:lightBlue;
	scrollbar-highlight-color:yellow;
}

.contact .button {	background-color:red;
	color:yellow;
}

.downloads {
    height:600px;
	text-align:center;
	padding-top:10px;
	margin-left:33px;
}

.downloads table {	width:600px;
}

.agenda {	height:340px;
	margin-top:10px;
	text-align:center;

}

.agenda a {	color:red;
	text-decoration:none;
}

.agenda a:hover {	color:blue;
	background-color:red;
}

.fotoboek {	text-align:center;
	width:800px;

}

.fotoboek .albumnaam a{	text-decoration:none;
	color:red;
}

.fotoboek .albumnaam a:hover{
	text-decoration:none;
	background-color:blue;
}

.fotoboek .fotos {	border-color:red;
}

.fotoboek .fotos img {	border-color:red;
}

.fotoboek .albumheader {	background-color:blue;
	color:white;
	font-size:20px;
}

.bandleden {	text-align:center;

}

.bandleden table {	width:30%;
}

.bandleden .bandledenheader {	text-align:center;
	background-color:DarkBlue;
	color:white;
}

.bandleden .bandlidnaam {	font-weight:900;
	font-size:150%;
	text-align:center;
	color:darkBlue;
}

.bandleden .biografie {	text-align:center;
}

.links {	text-align:center;
	height:300px;
}

.rubriekheader {
  text-align:center;
  background-color:darkBlue;
  color:yellow;
}

.adressen {
	text-align:left;
	background-color:lightBlue;
}

.adressen a{	color:blue;
	text-decoration:none;
}

.adressen a:hover{
	background-color:blue;
	color:white;
	text-decoration:none;
}

.nieuws {
	height:300px;
	text-align:center;
	padding-top:10px;
}

.nieuwstitel {	text-align:left;
	background-color:darkBlue;
	color:white;
	font-size:18px;
}

.nieuwsdatum {
	text-align:left;
	background-color:darkBlue;
	color:white;
	font-size:10px;
}

.nieuwsbericht {	padding-top:5px;
	padding-bottom:20px;
	color:silver;
	background-color:blue;

}



