@charset "utf-8";
/* CSS Document */
html { overflow-x:hidden; overflow-y:auto;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFCC99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF repeat-x 0% 100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left;
	height:auto;
	background-image:url(../images/layout/content_bg.gif); /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-color: #F6C599; 
/*	padding: 0 10px 0 20px;*/
	height:100px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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: 205px; /* 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:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 20px;
}
#logo { background:url(../images/layout/logo.gif) no-repeat ; height:91px; width:219px; margin-bottom:10px;}

.twoColFixLtHdr #mainContent { 
	margin: 45pt 0 0 247px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0pt 50px 0pt 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
	width:580px;
} 

#contentHeader { height:22px; background:url(../images/layout/bg_top_line.gif) repeat-x 0pt 0% transparent; width:100%;} 
#sideLeft, #sideRight {width:15px; height:22px; background:url(../images/layout/corner_top.gif) no-repeat 0pt 50% transparent; display:block; }
#sideLeft { float:left; margin-right:7px; background-position:0pt 50%;}
#sideRight { background-position:100% 0pt; float:right;}
span.cornersBottom { background-position:0pt 0%;}
span.cornersBottom, span.cornersBottom span { background:url(../images/layout/corner_bottom.gif) no-repeat; font-size:1px; display:block; margin:0pt; line-height:1px; height:15px;}
span.cornersBottom span { background-position:100% -15px;}
#pageFooter { background:transparent  url(../images/layout/bg_bottom_line.gif) repeat-x 0pt 100%; display:block; margin:0pt; }

.twoColFixLtHdr #footer { 
	margin-top:30px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:transparent; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt, .fltrtBordered {
	float: right;
	margin-left: 8px;
}
.fltlft, .fltlftBordered {
	float: left;
	margin-right: 8px;
}
.fltlftBordered, .fltrtBordered { padding:5px; border:1px solid #999999;}
.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;
}
#svatky { margin:40px auto 0px; background-image:url(../images/layout/ram_svatky.gif); background-position:0 0; background-repeat:no-repeat; width:205px; height:172px; padding-top:20px;}
.txtSvatek {color:#CC9966; margin:0px 0px 0px 40px; text-align:left; font-size:11pt; font-family:"Times New Roman", Times, serif;text-indent:0;}
#oslavenecJmeno {font-size:25px; margin-top:5px; color:#FFFF00; text-align:center; letter-spacing:2px; font-weight:bold;}
#reklama { margin:10px auto 0pt; padding:5px; width:500px;}

