@charset "utf-8";
.bodystyle #leftmenu {
	float: left; 
	width: 7.9em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.bodystyle #leftmenu p, .bodystyle #leftmenu h2 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	color: #F17744;
	font-weight: bold;
	text-decoration: underline;
}
.bodystyle #leftmenu p {
	margin-top: 3pt;
	margin-bottom: 25pt;
}
.bodystyle #leftmenu h2 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-top: 0;
	margin-bottom: 3pt;
	font-size: 1.3em;
	text-decoration: none;
}
.bodystyle #leftmenu a {
	font-size: 1em;
	font-weight: bold;
}
.bodystyle #leftmenu a:hover {
	text-decoration: none;
}
.bodystyle #thumbnails {
 	margin: 1em 0 0 8em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 



.bodystyle #thumbnails img, .bodystyle #mainsubcontent div.pay img, .bodystyle #mainsubcontent div.pet img {
	background: #F17744;
	margin-bottom: 5px;
}
.bodystyle #thumbnails div.tri img {
 	width: 32%;
	margin-right: 3px;
	padding: 2px;
	max-width: 240px;
} 
.bodystyle #thumbnails div.sest img {
 	width: 16%;
	margin-right: 1px;
	padding: 1px;
	max-width: 120px;
} 



.bodystyle #mainsubcontent {
 	margin: 1em 130px 0 8em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
.bodystyle #mainsubcontent h2#paytitle {
	margin: 0;
	padding: 0;
}
.bodystyle #mainsubcontent div.pay {
	min-height: 180px; /* 180=normalni/maximalni vyska obrazku + 5  */
	margin-top: 4pt;
	margin-bottom: .3em;
	text-align: justify;
}
.bodystyle #mainsubcontent div.pay span.paydesc, .bodystyle #mainsubcontent div.pay span.paylink {
	color: #000000;
	font-weight: bold;
}
.bodystyle #mainsubcontent div.pay span.paylink {
	text-decoration: underline;
}
.bodystyle #mainsubcontent div.pay span.paylink a:hover {
	text-decoration: none;
}
.bodystyle #mainsubcontent div.pay span.paytxt {
	font-size: .85em;
}
.bodystyle #mainsubcontent div.pay img {
	width: 50%;
	margin-right: .3em;
	max-width: 240px;
	float: left;
	padding: 1px; /* v kombinaci s pozadim vytvari barevny okraj */
} 
.bodystyle #mainsubcontent div.interline {
	color: #777777;
	margin: .7em 0 .1em 0;
}
.bodystyle #mainsubcontent div.interline h3, .bodystyle #mainsubcontent div.interline a {
	margin: 0;
}
.bodystyle #mainsubcontent div.pet img {
 	width: 19%;
	margin-right: 1px;
	padding: 1px;
	max-width: 120px;
} 
.bodystyle #adultsidebar {
	float: right; 
	width: 138px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	margin: 0;
}
