@charset "utf-8";
/* CSS Document */

body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.twoColFixRtHdr #mainContent {
	width: 980px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
} 
.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
	background-color: #DDDDDD;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 737px;
} 
.twoColFixRtHdr  #menu {
	background-image: url(images/final_06.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 675px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
	float: left;
	background-position: center top;
} 
#fotka_nahore {
	float: left;
	width: 305px;
	margin: 0px;
	padding: 0px;
}
#cele {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


#menu .text {
	padding: 0px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	font-size: 13pt;
	color: #F06465;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
#container #hlavicka h1 {
	margin: 10px;
	padding: 0px;
	float: right;
	display: block;
	width: 250px;
	text-align: right;
	font-size: 18pt;
}
#logo_nahore .logo_img {
	float: left;
}

#hlavicka #logo_nahore {
	float: left;
	width: 650px;
}

#menu .text a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu  .text  a:hover {
	color: #EE4F4F;
	text-decoration: none;
}


#leva {
	float: left;
	width: 232px;
}
#leva a {
	text-decoration: none;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-top: 1px;
	padding: 0px;
	margin-left: 20px;
}
#leva  a:hover {
	color: #999999;
	font-weight: bold;
}
#sidebar1 form {
	margin: 0px;
	padding: 0px;
}



#leva #menu_leva {
	background-image: url(images/leva_menu.png);
	width: 232px;
	margin: 0px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: left;
}
#leva #menu_leva_shop2 {
	background-image: url(images/leva_shop.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 40px;
	padding-left: 15px;
	padding-bottom: 5px;
	display: inline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	float: left;
	clear: left;
	width: 217px;
}
#leva #menu_leva_clanky {
	background-image: url(images/leva_clanky.png);
	width: 232px;
	margin: 0px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: left;
}
#obsah {
	float: left;
	width: 480px;
	margin: 5px;
	font-size: 11pt;
	height: 750px;
	display:block;
	overflow:auto;
}
#obsah p {
	background-image: url(images/par.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px;
	padding-bottom: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 243px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFAE6;
}
#sidebar1 .right #tlacitko_rychli {
	border: 1px solid #666666;
	background-color: #FAC06E;
	color: #333333;
	width: 60px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#sidebar1  #text_rychli  {
border: 1px solid #666666;
	width: 220px;
	margin-left: 10px;
}
#sidebar1 .right #mail_rychli {
	border: 1px solid #666666;
	width: 155px;
}

#sidebar1 .right {
	margin-left: 10px;
	margin-top: 5px;
}
#doporucene {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#doporucene p {
	font-size: 13px;
	padding: 5px;
	margin: 0px;
}

h2 {
	color: #F06767;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	color: #EE4F4F;
	font-size: 17pt;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
.img {
	margin: 0px;
	padding: 0px;
	border: none;
}


a {
	color: #333333;
	text-decoration: underline;
}

.twoColFixRtHdr #footer {
	margin-top: 5px;
	float: left;
	width: 960px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-align: right;
	font-size: 85%;
}
#footer #bezici_text {
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}




sidebar1 #kontakt {
	_margin-right: 10px;
	font-size: 8pt;
	color: #000000;
}

sidebar1 #kontakty {
	margin-top: 0px;
	margin-left: 35px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	_margin-left: 10px;
	_margin-right: 30px;
}
.vedle_loga {
	color: #252594;
	font-size: 80%;
}

#container #hlavicka {
	width: 980px;
}
#objednavka    input, #objednavka  textarea, #objednavka select {
	width: 120px;
	font-size: 12px;
}
#objednavka {
	font-size: 13px;
}
.hvezda {color: #FF0000}
#obsah #rychli_kontakt {
	width: 210px;
	clear: both;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
}
.podklad {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FF9999;
}
.podkladblue {
	background-color: #6699FF;
	font-weight: bold;
}
.podkladgreen {
	font-weight: bold;
	background-color: #66FF99;
}
.podkladorange {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FAD39B;
}
