@charset "utf-8";

body  {
	background: #666666;
	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: #854702;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixRtHdr #container {
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 1px;
	position: relative;
} 
.twoColFixRtHdr #container #logo {
	float: left;
	margin-top: 15px;
	margin-left: 75px;
}

.twoColFixRtHdr #container #kosik {
	height: 73px;
	width: 612px;
	background-image: url(img/pozadi-kosik.gif);
	margin-left: 355px;
	text-align: right;
	padding-top: 5px;
}
.twoColFixRtHdr #container #header #partneri {
	margin-right: 10px;
	height: 50px;
}
.twoColFixRtHdr #container #header #vypis_kosiku {
	margin-right: 10px;
}
.twoColFixRtHdr #container #doplnek_container {
	background-color: #CC0000;
	background-image: url(img/pozadi-doplnek-mesice.gif);
	height: 215px;
	width: 498px;
	position: relative;
}
#menu  {
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-image: url(img/pozadi-menu.gif);
	height: 24px;
	width: 952px;
	padding-right: 0px;
	padding-left: 15px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu   a,#vypis_kosiku a,       #partneri{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#menu   a:hover,#vypis_kosiku a:hover  {
	text-decoration: underline;
}
#menu a:visited {
	border-style: none;
}
.twoColFixRtHdr  #ContentLevy {
	margin-top: 0;
	margin-right: 517px;
	padding-top: 44px;
	min-height: 600px;
	_height: 600px;
} 


.twoColFixRtHdr  #ContentPravy {
	float: right; /* since this element is floated, a width must be given */
	width: 498px;
	position: relative;
}
#doplnek    {
	float: left;
	height: 44px;
	width: 244px;
	position: relative;
	text-align: center;
	padding-top: 40px;
}
#doplnek a {
	font-size: 24px;
	color: #FF6600;
	text-decoration: none;

}

#vyhledavani     {
	height: 47px;
	width: 199px;
	margin-left: 254px;
	position: relative;
	padding-top: 35px;
	padding-left: 45px;
}
#popis_doplnku     {
	clear: both;
	height: 118px;
	width: 488px;
	position: relative;
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 5px;
}
.popis_boxu     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 5px;
	top: 5px;
}
.cena_mesice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 260px;
	top: 105px;
}
.cena_mesice a {
	color: #FFFFFF;
}
.cena_mesice a:hover {
	text-decoration: none;

}

.vypis_kosiku, .datum {
	font-size: 14px;
	color: #CCFF00;
	font-weight: bold;
}
.tip {
	position: absolute;
	left: -22px;
	top: 28px;
	z-index: 2;
}
.bila {
	color: #FFFFFF;
}
.twoColFixRtHdr #footer {
	margin-top: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #B60213;
	background-image: url(img/paticka.gif);
	height: 18px;
	color: #CCCCCC;
	text-align: center;
} 
.twoColFixRtHdr #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 { /* 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;
}
h1 {
	font-weight: normal;
	font-size: 25px;
	color: #d7a043;
	font-family: Georgia,'new york ce',Utopia,Serif;
}
.odrazka {
	background-image: url("img/odrazka.gif"); background-repeat: no-repeat; padding-left: 15px;  background-position: 0px 5px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}

.tooltip .tip {
  margin-left: -999em;
  position: absolute;
  background: #FFFFAA; border: 1px solid #FFAD33;
  
}
  
.tooltip:hover .tip {
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  padding: 0.5em 1em;
}.vanoce {
	font-size: 24px;
	color: #FF6600;
	text-decoration: none;
}
#banner     {
	position: absolute;
	left: 352px;
	top: -2px;
}

