BODY {
	font-weight: normal;
	font-size: 30px;
	font-family: verdana;
	text-decoration: none;
	color: navy;
	text-align:center;
}
a:link {
	text-decoration: none;
	color: green;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	color: green;
}
a:visited {
	text-decoration: none;
	color: green;
}
a:hover {
	text-decoration: none;
	color: red;
}


span.bodytitle {
	font-weight: bold;
	font-size: 25px;
	font-style=italic;
}
span.bodyheading {
	font-weight: bold;
	font-size: 18px;
}
span.body {
	font-weight: normal;
	font-size: 14px;
}


span.tableheading {
	font-size: 14px;
	font-weight: bold;
	color: navy;
}
span.table {
	font-size: 12px;
	color: navy;
}
span.tablebold {
	font-weight: bold;
	font-size: 12px;
}
span.tableboldred {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

a.tablelink:link {
	font-size: 12px;
	text-decoration: none;
	color: green;
}
a.tablelink:active {
	font-size: 12px;
	text-decoration: none;
	color: green;
}
a.tablelink:visited {
	font-size: 12px;
	text-decoration: none;
	color: green;
}
a.tablelink:hover {
	font-size: 12px;
	text-decoration: none;
	color: red;
}

span.fotoheading {
	font-size: 18px;
	font-style=italic;
}
span.fotoname {
	font-size: 14px;
}
span.fotonr {
	font-size: 10px;
}
span.fotosub {
	font-size: 10px;
	color: black;
}


span.tekstdoel {
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-style=italic;
}
span.teksttab {
	color: red;
	font-size: 12px;
}
span.tekstbold {
	font-weight: bold;
}
span.tekstitalic {
	font-style=italic;
}
span.tekstemf {
	font-weight: bold;
	color: green;
}
span.modified {
	font-size: 12px;
	color: gray;
}



span.wordna {
	font-size: 12px;
	color: gray;
}

a.wordlink:link {
	font-size: 12px;
	text-decoration: none;
	color: green;
}
a.wordlink:active {
	font-size: 12px;
	text-decoration: none;
	color: green;
}
a.wordlink:visited {
	font-size: 12px;
	text-decoration: none;
	color: green;
}
a.wordlink:hover {
	font-size: 12px;
	text-decoration: none;
	color: red;
}




span.tekstsub {
	font-size: 12px;
	color: blue;
	font-style=italic;
}
span.tekstsub2 {
	font-size: 10px;
	align=right;
}
span.tekstsub2a {
	font-size: 10px;
	color: red;
}
span.tekstsub2b {
	font-size: 10px;
	color: gray;
}



a.tekstsub2:link {
	font-size: 10px;
	text-decoration: none;
	color: green;
}
a.tekstsub2:active {
	text-decoration: none;
	color: green;
}
a.tekstsub2:visited {
	text-decoration: none;
	color: green;
}
a.tekstsub2:hover {
	text-decoration: none;
	color: red;
}



a.tekstword:link {
	font-size: 14px;
	text-decoration: underline;
	color: green;
}
a.tekstword:active {
	text-decoration: underline;
	color: green;
}
a.tekstword:visited {
	text-decoration: underline;
	color: green;
}
a.tekstword:hover {
	text-decoration: underline;
	color: red;
}


/*
+-----------------------------------+
|>dMain                             |
|>dIndex|>dTitle                    |
|<dIndex|<dTitle                    |
|       |>dRenovatie>               |
|       |<dRenovatie>               |
|       |>dBody              |>dRcol|
|       |>dBodyFoto|>dBodyMap|<dRcol|
|       |<dBodyFoto|<dBodyMap|      |
|       |<dBody              |      |
|<dMain                             |
+-----------------------------------+
*/


div.dMain {
	width:810px;
	height:100%;					/*gm*/
	margin:0px auto;
}

div.dIndex {
	z-index:-1;
	width:152px;
	height:auto;
	margin-top:20px;
	margin-right:2px;
	border:0px;
	padding:0px;
	float:left;
	text-align:left;
}

div.dTitle {
	z-index:2;
	width:650px;
	height:auto;
	margin-top:20px;
	border:0px;
	padding:0px;
	float:right;
	text-align:left;
}

div.dBody {
	z-index:3;
	width:650px;
	height:600px;					/*gm <>auto !!! */
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
	text-align:left;
}

div.dBodyFoto {
	z-index:4;
	width:@wijzigditWIDTH2ndCOLPHOTO@px;
	height:600px;					/*gm <>auto !!! */
	margin:1px;
	border:0px;
	padding:0px;
	float:left;
	text-align:left;
}

div.dBodyMap {
	z-index:5;
	width:@wijzigditWIDTH2ndCOLMAP@px;
	height:@wijzigditHEIGHT2ndCOLMAP@px;		/*gm <>auto !!! */
	margin:1px;
	border:0px;
	padding:0px;
	float:right;
	text-align:left;
}

#GoogleMap { height: 100%; }

