/* Manders Reizen */

/* Design copyright 2005, Matthijs Boot; BeCurious!? internet & hospitality */
/* Contact: http://www.curious.nl/ */

/* You may NOT reproduce this design */
/* You are free to study the source and use techniques you learn from it */


#body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	}

#header, #nav_left, #photos, #offerte, #nav_bottom {
	display: none;
	}

#contents {
	float: left;
	margin-left: 14px;
	}

#text a:link, #text a:visited {
	color: black;
	font-weight: bold;
	}
#text p {
	font-size: 10pt;
	}
#text h2 {
	color: white;
	font: bold 24pt "Arial Black", tahoma, arial, sans-serif;
	margin-top: 0;
	margin-bottom: -10px;
	}
#text h3 {
	font-size: 14pt;
	color: #1b1c20;
	letter-spacing: -1px;
	margin-bottom: -5px;
	}
#text img {
	margin: 10px;
	}
#text img.left {
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	}
#text img.right {
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	}
