body	{
	color					: #000000;		/* text color */
	background-color			: #F5F5F5;		/* background color --> whitesmoke (RGB code = 245.245.245) */
	font-family				: Verdana, Arial;
	margin-top				: 0;
	margin-right				: 0;
	margin-bottom				: 0;
	margin-left				: 0;
	scrollbar-base-color		: #F5F5F5;
	scrollbar-arrow-color		: #D3D3D3;
	scrollbar-track-color		: #F5F5F5;
	scrollbar-shadow-color		: #F5F5F5;
	scrollbar-lightshadow-color	: #F5F5F5;
	scrollbar-darkshadow-color	: #D3D3D3;
	scrollbar-highlight-color	: #F5F5F5;
	scrollbar-3dlight-color		: #D3D3D3;
	}

p	{
	font-size		: 11px;
	line-height	: 1.5;
	color		: black;
	}

b	{								/* bold text, non paragraph */
	font-size		: 11px;
	line-height	: 1;
	color		: black;
	}

i	{								/* italic text, non paragraph */
	font-size		: 11px;
	line-height	: 1.5;
	color		: black;
	}

ul	{								/* normal text, non paragraph */
	font-size		: 11px;
	line-height	: 1.5;
	color		: black;
	}

h1	{
	font-size		: 13px;
	color		: gray;
	font-variant	: small-caps;
	letter-spacing	: 6px;
	word-spacing	: 6px;
	}

h2	{
	font-size		: 30px;
	color		: #E5E5E5;
	}

.gray {									<!-- used in navigation link text -->
	font-size		: 11px;
	line-height	: 1.5;
	font-style	: normal;
	font-weight	: normal;
	color		: gray;
	}

.lightgrey {								<!-- used in navigation text (not links) -->
	font-size		: 11px;
	line-height	: 1.5;
	font-style	: normal;
	font-weight	: normal;
	color		: lightgrey;
	}

.info {									<!-- used for historical info -->
	font-size		: 11px;
	line-height	: 1.5;
	color		: gray;
	}

.label {									<!-- used for photo info labels -->
	font-size		: xx-small;
	font-style	: normal;
	font-weight	: bold;
	color		: black;
	}

.value {									<!-- used for photo info values -->
	font-size		: xx-small;
	font-style	: normal;
	font-weight	: normal;
	color		: black;
	}

.smallitalic	{							/* used in foto archief and portfolio under photo's */
	font-size		: 10px;
	line-height	: 1.5;
	color		: gray;
	}

.table_left_border {						/* used in reisverhaal menu lay-out */
	padding			: 3px;
	background-color	: white;
	border-left-width	: 1px;
	border-left-color	: #gray;
	border-left-style	: solid;
	}

.tableside_left_border {						/* used in reisverhaal pagina lay-out */
	padding			: 0px;
	border-left-width	: 1px;
	border-left-color	: black;
	border-left-style	: solid;
	}

.tableside_right_border {					/* used in reisverhaal pagina lay-out */
	padding			: 0px;
	border-right-width	: 1px;
	border-right-color	: black;
	border-right-style	: solid;
	}

.tablemain {								/* used in reisverhaal pagina lay-out */
	padding			: 10px;
	background-color	: white;
	}

.table_bottom_border {						/* used in reisverhaal pagina lay-out */
	padding			: 10px;
	background-color	: white;
	border-bottom-width	: 1px;
	border-bottom-color	: black;
	border-bottom-style	: solid;
	}

.table_top_border {							/* used above travel story comment */
	border-top-width	: 1px;
	border-top-color	: black;
	border-top-style	: dashed;
	}

.table_middel_border {
	border-top-width	: 1px;
	border-top-color	: #F5F5F5;
	border-top-style	: solid;
	}

a:link {									/* regular link */
	text-decoration	: underline;
	color			: gray;
	}

a:visited {								/* regular link already visited */
	text-decoration	: underline;
	color			: gray;
	}

a:hover {									/* regular link with the mouse cursor currently over it */
	text-decoration	: underline;
	color			: gray;
	}

a:active {								/* regular link being clicked */
	text-decoration	: underline
	color			: gray;
	}

a:link IMG {								/* image link */
	border-color		: black;
	}

a:visited IMG {							/* image link already visited */
	border-color		: black;
	}

a:hover IMG {								/* image link with the mouse cursor currently over it */
	border-color		: black;
	}

a:active IMG {								/* image link being clicked */
	border-color		: black;
	}

a.internal:link {							/* internal link */
	text-decoration	: none
	border-color		: black;
	}

a.internal:visited {						/* internal link already visited */
	text-decoration	: none
	border-color		: black;
	}

a.internal:hover {							/* internal link with the mouse cursor currently over it */
	text-decoration	: none
	border-color		: black;
	text-decoration	: underline;
	}

a.internal:active {							/* internal link being clicked */
	text-decoration	: none
	border-color		: black;
	}

div#portfolio {
	width		: 650;
	height		: 450;
	background	: white;
	padding		: 0px;
	position		: relative;
	top			: 50%;
	margin-top	: -450;
	left			: 50%;
	margin-left	: -325;
	border-width	: 1;
	border-color	: silver;
	border-style	: solid;
	}

div#LogoPhotography {
	width			: 36;
	height			: 450;
	background		: #F5F5F5;
	background-image	: url("txt_fotografie.gif");
	background-repeat	: no-repeat;
	padding			: 0px;
	position			: relative;
	top				: 50%;
	margin-top		: -225;
	left				: 50%;
	margin-left		: -361;
	}

div#LogoReisverhaal {
	width			: 36;
	height			: 450;
	background		: #F5F5F5;
	background-image	: url("txt_reisverhaal.gif");
	background-repeat	: no-repeat;
	padding			: 0px;
	position			: relative;
	top				: 50%;
	margin-top		: -225;
	left				: 50%;
	margin-left		: -361;
	}

div#LogoWandelen {
	width			: 36;
	height			: 450;
	background		: #F5F5F5;
	background-image	: url("txt_wandelroute.gif");
	background-repeat	: no-repeat;
	padding			: 0px;
	position			: relative;
	top				: 50%;
	margin-top		: -225;
	left				: 50%;
	margin-left		: -361;
	}

div#LogoError {
	width			: 36;
	height			: 450;
	background		: #F5F5F5;
	background-image	: url("txt_foutmelding.gif");
	background-repeat	: no-repeat;
	padding			: 0px;
	position			: relative;
	top				: 50%;
	margin-top		: -225;
	left				: 50%;
	margin-left		: -361;
	}

div#portfolio_left {
	width					: 150;
	height					: 99%;
	background				: white;
	padding					: 10px;
	position					: absolute;
	top						: 0;
	left						: 0;
	}

div#portfolio_thumb {
	width					: 100%;
	height					: 100%;
	background				: white;
	padding					: 0px;
	overflow					: auto;
	scrollbar-base-color		: #E5E5E5;
	scrollbar-arrow-color		: white;
	scrollbar-track-color		: white;
	scrollbar-shadow-color		: white;
	scrollbar-lightshadow-color	: white;
	scrollbar-darkshadow-color	: white;
	scrollbar-highlight-color	: white;
	scrollbar-3dlight-color		: white;
	}

div#portfolio_right {
	width			: 500;
	height			: 100%;
	background		: white;
	padding			: 0px;
	position			: absolute;
	top				: 0;
	right			: 0;
	}

div#info {
	width			: 93%;
	background		: #F5F5F5;
	padding			: 10px;
	margin-left		: 5%;
	margin-right		: 0;
	}

div#panorama_photo {
	width					: 600;
	height					: 249;
	background				: white;
	padding					: 0px;
	overflow					: auto;
	scrollbar-base-color		: #E5E5E5;
	scrollbar-arrow-color		: white;
	scrollbar-track-color		: white;
	scrollbar-shadow-color		: white;
	scrollbar-lightshadow-color	: white;
	scrollbar-darkshadow-color	: white;
	scrollbar-highlight-color	: white;
	scrollbar-3dlight-color		: white;
	}

input {
	background-color			: #F5F5F5;
	border						: white;
	font-family					: Verdana, Arial;
	font-size					: 11px;
	color						: gray;
	border-color				: silver;
	border-style				: solid;
	border-width				: 1;
	}

textarea {
	background-color			: #F5F5F5;
	border						: white;
	font-family					: Verdana, Arial;
	font-size					: 11px;
	color						: gray;
	border-color				: silver;
	border-style				: solid;
	border-width				: 1;
	scrollbar-base-color		: #E5E5E5;
	scrollbar-arrow-color		: white;
	scrollbar-track-color		: white;
	scrollbar-shadow-color		: white;
	scrollbar-lightshadow-color	: white;
	scrollbar-darkshadow-color	: white;
	scrollbar-highlight-color	: white;
	scrollbar-3dlight-color		: white;
	}

.selection {
	background-color	: #F5F5F5;
	font-size			: 11px;
	color				: gray;
	width				: 200;
	}

.button {
	background-color	: gray;
	border-color		: black;
	border-style		: solid;
	border-width		: 1;
	color			: white;
	font-size			: 8pt;
	font-weight		: bold;
	}

