@charset "utf-8";
/* CSS Document */

html, body {
	color: black;
	background-color: #FFF;
}
#logo {
	float: none;
}
#nav-main,#nav-sub-1,#nav-sub-2, #illustratie {
	display: none;
}

#logo .h2- .cap, p, th, td, td a  {
	color: black !important;
	background-color: white !important;
}

#content-sub-1 .top, #content-sub-1 .top-b, #content-sub-1 .center, #content-sub-1 .center-b, #content-sub-1 .bottom, #content-sub-1 .bottom-b,
#content-sub-1 .center2-b {
	background: url(none);
	background-color: white;
}

.kader2, .infokader2{
	background-color: white;
}

a.int-link {
	color: gray;
}
a.int-link:hover {
	color: gray;
	border-bottom: 1px solid black;
}
a.ext-link {
	color: gray;
	border-bottom: 1px dotted black;
}
a.ext-link:hover {
	color: gray;
	border-bottom: 1px solid black;
}
a.meer {
	color: black;
}
.grayout {	
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
}
.CL {	/*Club*/
	color: gray;
}
.RE {	/*Recreatie*/
	color: green;
}
.SP {	/*Competitie*/
	color: blue;
}
.HO{	/*Hockey*/
	color: orange;
}
.KU{	/*Kunst*/
	color: orange;
}
.CL {	/*Club*/
	color: gray;
}
a .RE {	/*Recreatie*/
	border-bottom: 1px dotted green;
}
a .SP {	/*Competitie*/
	border-bottom: 1px dotted blue;
}
a .HO{	/*Hockey*/
	border-bottom: 1px dotted orange;
}
a .KU{	/*Kunst*/
	border-bottom: 1px dotted orange;
}
a .CL {	/*Club*/
	border-bottom: 1px dotted gray;
}
a:hover .RE {	/*Recreatie*/
	border-bottom: 1px solid green;
}
a:hover .SP {	/*Competitie*/
	border-bottom: 1px solid blue;
}
a:hover .HO{	/*Hockey*/
	border-bottom: 1px solid orange;
}
a:hover .KU{	/*Kunst*/
	border-bottom: 1px solid orange;
}
a.print-link {
	display: none;
}
a:hover.naartop{
	background: url(../_img/naartop1c.png) no-repeat center center;
	_background: url(../_img/naartop1c.gif) no-repeat center center;	/*IE6*/
}
h2, h3 {
	color:black;
}