body {
	margin: 0;
	padding: 3px;
}
.opis {
	margin-left: 276px !important;
	font-size: 18px;
	line-height: 1.7em;
}

.entry {
	font-size: 18px;
	line-height: 1.7em;
}

.entry img {
	float: left;
	border: 1px solid #aaa;
	margin: 4px 14px;
	padding: 2px;
}
/*
h1 {
	text-align: center;
	border-bottom: 1px dashed #cde;
}*/

.menu, .opis {
	padding: 4px;
	margin: 2px;
	border: 1px solid #abc;
	background-color: #ffe;
}
.menu {
	width: 260px;
	float: left;
	font-size: 13px;
	line-height: 1em;
}
.menu a {
	color: #037;
	display: block;
	text-indent: 8px;
	margin: 0 4px;
}
.menu a:hover {
	background-color: #ff5;
	color: #f00;
}

.menu h2 {
	background-color: #ff8;
	text-align: center;
	font-size: 17px;	
	margin: 0;
	line-height: 1.6em;
}

.menu h3 {
	margin: 1px 0;
	background-color: #abd;
	cursor: pointer;
	padding: 2px;
	text-align: center;
	font-size: 14px;
	line-height: 0.8em;
}
.menu h3:hover {
	background-color: #bce;	
}
.choosen {
	/*background-color: #fee !important;*/
	color: #f00 !important;
}
.sub {
	background-color: #ffa;
	border: 1px solid #bb9;
	display: none;
	padding: 3px;
	max-height: 160px;
	overflow: auto;
}

.suba {
	border: 1px solid #880;
	display: none;
	padding: 3px;
	max-height: 160px;
	overflow: auto;
	line-height: 0.9em;
}

#tooltip {
	position: absolute;
	z-index: 100;
	border: 1px solid #f00;
	background-color: #fee; color: #f00;
	font-weight: bold; font-size: 13px;
	font-family: courier;
	padding: 4px 4px 4px 12px; display: none;
	line-height: 0.8em;
	text-align: center;
}

