 /* knoppenbalk */

#knoppenbar {
	position: absolute;
	width: 240px;
	height: auto;
	top: 75px;
	right: 0;
	left: auto;
	bottom: 25px;
	overflow: auto;
	}

table#knoptable {
	border-style: groove;
	border-width: 5px;	
	border-color: yellow;
	border-spacing: 10px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 205px;
	height: auto;
	right: 10px;	
	}

tr.afstand {
	margin: auto;
	}

td.knoppen {
	text-align: center;
	padding: 10px;
	width: auto;
	height: 25px;
	font: bold 14px "Comic Sans ms", Arial, sans-serif;
	font-style: italic;
	background: url(../knoppen/menuknop.gif);
	}
	
#grotefoto {
	position: fixed;
	height: auto;
	width: auto;
	top: 75px;
	left: 0;
	bottom: 25px;
	right: 240px;
	border-left-style: inset;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: inset;
	border-width: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 3em;
	overflow: auto;
	}

img.formaat {
	width: 95%;
	height: auto;
	}
