/* ############## Basislayout ############### */

#topnavi {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 66;
	margin-left:auto;
	margin-right: auto;
/* arka planin yüksekligi */
	height: 33px;
	_height: 33px;
	background: #94E308;
	position: relative;
	width: 770px;
	text-align: left;
	border-bottom: 3px solid #94E308;
}
html>body  #topnavi  { box-sizing: content-box; }
