/*hlavni definice oken*/
html, body { 
	background:black;
	color:white;
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;	
	height:98%;
	margin:0;
}

#encyklopedie {
	margin: 0px auto;
	color: white;
	font-family: Tahoma,Verdana,"Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
	font-size: 80%;
	letter-spacing: 0.03em;
	background: Black;
	border: 1px solid white;
	height:100%;
}

#leva {
	float:left;
	width:130px;
	border-right:1px solid white;
	height:100%;
}

#prava {
	padding-left:5px;
	margin:5px;
	margin-left:130px;
	height:100%;
	_width: 86%;
	
}

#paticka{
	margin:0;
	padding:0;
	text-align: center;
	background:  black;
	color: white;
	clear:both;
	border-top: 1px solid black;
}


/*soucasti leve strany*/
#popis{
	width:100px;
	height:120px;
	overflow: auto;
	border: 1px orange solid;
	margin:10px auto;
	padding: 2px;
	font-size: 75%;
}

#menu {text-align:center;}

/*soucasti prave strany*/
#obsah{
	border-bottom: 1px solid white;
	overflow: auto;
	height: 95%;
	_width:99%;
}

#obsah h1 {
	font-size: 13px;
	text-align:center;
	color:black;
	background:  #ffaa45;
	margin:0;
	padding:0;
}

#podmenu{
	width: 100%;
	height:20;
	margin: 0px auto;
	text-align: center;
}
