/*

only black used as color

*/

#site { 
	width: 650px; 
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: black;
}

#header, #navigation, #footer { display: none;}

#content { width: 650px; }

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: black ;  border-bottom: 1px solid black;}

#content img { margin: 10px 15px; float: right; border: 0px;}
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

#print_header {
	width: 650px;
	height: 90px;
	display: block;
	border-bottom: 1px solid black;
}

#print_header .adres {
	float: left;
}

#print_header .logo {
	margin: 0px;
	padding: 0px;
	float: right;
}

/* ------------------------------------------------------------------------- Foto's */

#gallery {
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #888; 
	text-align: center;		
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
}

#gallery a img { border: none; }

#gallery #thumb-center { margin: 0px auto; width: 100%; }

#gallery .thumb { 	
	float: left; 
	display: inline;
	width: 150px; 
	max-height: 157px; 
	height: 157px; 
	font-size: 2px; 
	text-align: center; 
	border: solid 1px #888; 
	margin: 0px 15px 15px 15px;
	background-color: #000; 
}

#gallery .thumb img { margin: 15px; float: left;}
#gallery .thumb a { display: block; height: 100%;  text-decoration: none; color: #000;}
#gallery .thumb a:hover { background-color: #404040;}
#gallery .clear { clear: both; }

#onderschrift	{	
	margin:0px;
	padding:0px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
}