body {
	overflow: visible;
	background: #cccccc;
	}
	

a {
	color: #888888;
	font-size: 12px;
	padding: 2px;
	font-family: verdana, sans-serif;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #cccccc;
	background: #888888;
	padding: 2px
	font-size: 12px;
	font-family: verdana, sans-serif;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	}
	
div.navi {
	width: 19%;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
	}

div.okno {
	width: 80%;
	height: 90%;
	position: absolute;
	top: 5px;
	left: 5px;
	float: left;
	}
