img, img A{
	border: none;
	text-decoration: none;
}

a:hover {  
	color: #FF6666; 
	text-decoration: none;
	border-bottom: 1px dashed Green;
}
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;  
	background-color : #EAEFE6;
	/*background-color : #E1E9D3;*/
	
	}
h1{
	font-family : "Arial Narrow";
	font-size : 20pt;
	color : Green;
	text-align : center;
	border-style : none none dotted none;
	letter-spacing : 3px;
}
table{
	
}
h2{
	color : Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
}
h3{
	color: #191970;
	font-size: 12pt;
}
input, textarea, select{
	background-color: #F4F7EF;
	border: thin solid #C9C9C9;
}
input:focus, textarea:focus{
	background-color: #FFFFF4;
}

#navZoeker{
	color:red;
	font-weight: bold;
}
#navZoeker:hover{
	color: White;
}

.main, table{
	padding-left : 2mm;
	font-size : 10pt;
}
.newsflash A, .newsflash A:hover{
	position: absolute;
	top: 15px;
	left: auto;
	right: 125px;
	width: 175px;
	display: block;
	color: Red;
	font-family: "Franklin Gothic Medium";
	border: thin dashed Black;
	font-weight: bold;
	display: block;
	background-color: #E1E9D3;
	padding: 2px
}



/* tabel op de clubs pagina clubs.php */
.clubtab{
	border-bottom-color : #2CAF2D;
	border-bottom-style : ridge;
	border-bottom-width : 1px;
	border-collapse : separate;

	/*width: 50%;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
}

/* de kader waar de zusterclubs vermeld staan */
.clubkader{
	background-color: #C9CEB5; 	
}
a.clubkader{
	display: block;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	font-size: 15px;
	height: 27px;
	vertical-align: middle;
	color: Green;
}
a.clubkader:hover{
	background-color: #D3DFBD;
	color: Green;
	border-bottom: 1px solid #E6EDDA;
	border-right: 1px solid #E6EDDA;
	border-left: 1px solid Gray;
	border-top: 1px solid Gray;
}

.nav{
	background-color: #C9CEB5;
	vertical-align: middle;
	border-bottom: 1px solid Gray;
	border-top: 1px solid Gray;
}
A.nav{
	color: Maroon;
	text-decoration: none;
	border: 0px;
	vertical-align: baseline;
}
A.nav:hover{
	color: White;
	text-decoration: none;
	border: 0px;
}
.nav2{
	background-color: #E6E8DC;
	vertical-align: middle;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	text-align: right;
}
.nbs{
	display: block;
	text-decoration: none;
	font-size: 10pt;
	height: 20px;
	vertical-align: middle;
}
.nbs:hover{
	background-color: Silver;
}

/* submenu als een afdeling geselecteerd is */
A.afd_nav{
	border: 0px;
	display: block;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
A.afd_nav:hover{
	background-color: Silver;
	border: 0px;
	display: block;
}