
/* Algemene Stylesheet Dienstverlenend bureau Bij de Hand */
/* Hier (deels) gebruikt voor KunstKwartier Waanderveld op gaumar.nl */

body, html {
	background-position  : center;
	background-color     : black;

	color			: white;
  
	font-family		: Arial, Sans-serif, Helvetica, Tahoma ; 
	font-size		: 12px;; 
	line-height		: 14px; 
	font-weight		: normal; 
	font-style		: normal;
	font-variant	: normal;

	letter-spacing	: normal; 
	word-spacing	: normal; 

	text-decoration	: none;
	text-indent		: 0px;
  
	vertical-align	: top;

	margin	: 0; 
	padding : 0;
  
}       /* html, body */

/* Gewone links (zie ook onder navtable) */
a:link {color: yellow; text-decoration: underline; font-weight: normal;  }
a:visited {color: yellow; text-decoration: underline; font-weight: normal;  }
a:hover {color: red; text-decoration: underline; font-weight: normal; }
a:active {color: white; text-decoration: underline; font-weight: normal;  }

table {
	border-collapse	: collapse;
	vertical-align  :top;
}

.tekstblok {
	font-size	: 14px;; 
	line-height	: 16px;
	text-align	: left;
	padding		: 10px;
}

.pasf {
 margin-left	: 0px;
 margin-top		: 5px;
 margin-right	: 7px;
 margin-bottom	: 5px;
 float			: left;
}

.menu {
	padding		: 10px;
}

.navtab {
	cursor			: pointer;
	background	    : #565652;					/* 259f0e;	 */
	color			: #ffffff;
	border          : 1px solid #ffffff;
	border-collapse : collapse;
}



/* On Mouse Over - style navigatiecellen */
.omo { width:150px; height:20px; text-align:center; }

/* Voor onze sites en logs op BdH_link-pagina */
.omo_2 { width:150px; height:20px; text-align:center; }

/* formulier voor adreskeuze */
.formstijl {
	color		: black;
	background	:#e1e191;
	line-height	: 1.5;
}

/* Toevoeging voor Project Waanderveld */

.toelichting {
/*	font-style		:italic; */
	font-size		:11px;
	line-height		:13px;
	margin-left		:20px;
	margin-right	:20px;
	margin-top		:5px;
	margin-bottom	:5px;
}