@charset "utf-8";
/* CSS WWW */

div#obraz-hlavni {
	width: 330px;
	float: left;
	margin-top: 3px;
	margin-left: 9px;
	_margin-left: 5px;
	clear:both;
}

div#obraz-detail {
	width: 810px;
	margin-top: 3px;
	margin-left: 9px;
	_margin-left: 5px;
	background-color:#198834;
	border: 1px solid white;
	clear:both;
	padding: 5px;
}

div#obraz-hlavni a {
	text-decoration: none;
}

div#obraz-hlavni a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

div#stred-vypis-hlavni  {
	width: 696px;
	float: left;
	margin-left: 2px;
}

div#stred-vypis-clanek {
	width: 690px;
	float: left;
}

div.zdroj-gallery {
	font-size: 11px;
	padding-top: 5px;
	margin-right: 2px;
	text-align: right;
	clear:both;
}

div.zdroj-gallery2 {
	font-size: 10px;
	padding-top: 5px;
	margin-right: 2px;
	text-align: right;
	clear: both;
}

div#stred-prava-ad {
	width: 130px;
	float: left;
	text-align:right;
	margin-top: 4px;
}

div.gallery-vypis {
	width: 220px;
	height:240px;
	background-color:#198834;
	float:left;
	margin-left:6px;
	margin-top:6px;
	border: 1px solid white;
	font-size:10px;
}

div.gallery-vypis a {
text-decoration:none;
}

div.gallery-vypis img {
	background-color: #137C2D;
	margin:2px;
	border:1px solid #E8F462;
}

div.gallery-vypis a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

div.gallery-vypis h2 {
	font-size:11px;
	margin:2px;
}

div.pic {
	float: left;
	background-color: #20923c;
	border: 1px solid #12792b;
	height: 131px;
	width: 131px;
	text-align: center;
	margin: 2px;
	font-size: 9px;
 }
 
div.pic img {
	border: none;
	clear: both;
 }
div.ls img, div.ls a img {
	height: 111px;
	width: auto;
	border: 1px solid white;
	margin-top: 9px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	style: 4;
 }
div.ls a:hover img{
	border: 1px solid yellow;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
 }
div.pt img, div.pt a img {
	height: auto;
	width: 111px;
	margin-top: 21px;
	border: 1px solid white;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
 }
div.pt a:hover img{
	border: 1px solid yellow;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
 }
