	/****************************************/
	/* Stammbaum  */
	/****************************************/
	em { font-weight: bold;	font-size: 100.01%;	}
	a:link, a:visited, a:active, a:hover { color:red; font-size:1.10em; font-weight: bold; text-decoration:none; }
	

    #table1	{
	padding:10px;
	font-size:11px;
	overflow: auto; 
	}
    td { min-width: 104px; padding:5px; }

zoom-view: new View({
    center: [-13553864, 5918250],
    zoom: 4, /*11,*/
    minZoom: 9,
    maxZoom: 1, /*13,*/
  });



{
  "name": "zoom-constrained",
  "dependencies": {
    "ol": "7.0.0"
  },
  "devDependencies": {
    "vite": "^3.0.3",
    "@babel/core": "latest"
  },
  "scripts": {
    "start": "vite",
    "build": "vite build"
  }
}
	
	
	.bl { border-left: 2px solid; color:black; }
	.br { border-right: 2px solid; color:black; }
	.cl { border-left: 2px solid; color:red; }
	.cr { border-right: 2px solid; color:red; }
	.bo { border-top: 2px solid; }
	.bu { border-bottom: 2px solid; color:red; }
	
	.h4 { font-size: 0.7em; }
	/****************************************/
