body	{
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 0.7em;
	letter-spacing: 1px;
	color: #fff;
	background-color: #382A15;
}

#nadpis	{
	margin-top: 10px;
	color: #9F8557;
	font-size: 1.3em;
}

a {	
	text-decoration: none; 
	color: white;
	padding: 0px 15px;
}

#thumbs	{
	margin-top: 5px;
	float: middle;
}

.thumb	{
	width: 130px;
	height: 170px;
	float: left; 
	margin: 8px;
	font-size: 0.9em;
	padding: 4px;
	background-color: #40331F;
}

.thumb:hover	{
	background-color: #332612;
}

#copyright	{
	clear: both;
	width: 98%;
	border-top: 1px solid #9F8557;
	border-bottom: 1px solid #9F8557;
	margin-top: 10px;
	font-size: 0.8em;
	text-align: right;
	padding: 1px;
}

a img	{
	border: none;
}

#obr_info	{
	margin-top: 20px;
}



.popUp	{
	position: relative;
}

.popUp span	{
	position: absolute;
	background-color: white;
	padding: 3px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.popUp span a	{
	border-width: 0;
	padding: 2px;
}

.popUp:hover span	{
	position: fixed;
	visibility: visible;
	top: 10px;
	left: 10px;

}

.popUp span img	{
	 height: 400px;
}


