@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
	font-size: 80%;
	width: 955px;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #999999;
	text-align: center;
	padding-top: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-image: url(image/hlavicka.jpg);
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 168px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: center;
	text-align: center;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	background-image: url(image/indentbg.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 100px;
	border: 1px dashed #CCCCCC;
} 
.twoColFixLtHdr #container #mainContent .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #header2 {
	height: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px dotted #CCCCCC;
	color: #FF0000;
	padding: 0px;
	background-image: url(image/15.jpg);
	background-color: #FF0;
} 
.twoColFixLtHdr #sidebar1 {
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	float: left;
}
}
<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}


.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #CCCCCC;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	vertical-align: middle;
}


.slidedoormenu{
	list-style-type: none;
	width: 150px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-left: 1px;
	float: left;
	margin-left: 5px;
	height: auto;
}

.slidedoormenu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(image/indentbglev.jpg);
}

.slidedoormenu li a{
	display: block;
	color: #333333; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 5px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #9999FF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
	color: #333333;
}

.slidedoormenu li a:hover{
	background-position: -378px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFFFFF;
	background-image: url(image/indentbglev2.jpg);
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

</style>

[if IE]>
<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
.indentmenu{
	width: 955px; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;	
	background-image: url(image/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFF;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 90px;
	padding-bottom: 5px;
	padding-left: 85px;
	border-right-width: 0px;
	border-right-color: #564c66;
}

.indentmenu ul li a:visited{
	color: #FFFFFF;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #FFF !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(image/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
ay
s
s
.twoColFixLtHdr #apDiv1 img {
	float: right;
	background-position: right;
	background-image: url(image/prava.gif);
}
.twoColFixLtHdr #apDiv2 {
	margin: 8px;
	padding: 20px;
	position: absolute;
	top: 25px;
	right: 425px;
}
s

