@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(../images/pages-back02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #E0C279;
	margin:0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

.divbody{
	width: 970px;
	margin-top: 0px;
	height:39px;
	overflow:hidden;
	clear:both;
}

.header{
	width: 970px;
	height: 103px;
}

/*pages wrapper*/
.wrapper  {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #EBD7A5;
	width: 968px;
	padding-top:65px;
	background-image: url(../images/wrapper-pages-back02.jpg);
	border-right: solid #FFF 1px;
	border-left: solid #FFF 1px;
	overflow:hidden;
	margin-top:0px;
}


/*div obsah*/
.divContentHeader h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 53px;
	display:block;
	margin:0px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #000;
	font-weight: normal;
}

.divContent h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	line-height: 50px;
	display:block;
	margin:0px;
	color: #902d37;
	font-weight: bold;
	border-bottom:double #f3d596 4px;
}

/*perex*/

.divPerex {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 396px;
	float: right;
	/*clear:both;*/
	margin-left: 15px;
	margin-top: -25px;
	z-index:20;
	overflow:hidden;
	clear:both;
}

.divPerexBlank {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 396px;
	float: right;
	margin-left: 15px;
	margin-top: 0px;
	overflow:hidden;
}

.perex, .perexObj {
	width: 366px;
	height: 126px;
	padding: 48px 15px 28px 15px;
	background-image: url(../images/perex-back.png);
	background-position: 0px 25px;
	background-repeat: no-repeat;
	color: #f3d596;
	text-align: center;
	text-shadow: -1px -1px 0px #000;
}

.perexObj {
	height: 127px;
	width: 279px;
	padding: 10px;
	font-size: 0.7em;
	background-image: url(../images/perex-obj-back.png);
	background-position: top center;
	text-align: center;
	text-shadow: none;
	color: #902d37;
	font-weight: bold;
}

.perexObjDouble {
	height: 210px;
	width: 279px;
	padding: 10px;
	font-size: 0.75em;
	background: url(../images/perex-obj-back-double.png) top center no-repeat;
	text-align: center;
	text-shadow: none;
	color: #902d37;
	font-weight: normal;
}

/*button objednavka, */
.btnObjednaj, .btnObjednaj:visited  {
	width: 285px;
	height:57px;
	font-size: 1.7em;
	display:block;
	background: transparent;
	background-image: url(../images/btn-objednaj.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 52px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #000;
}

.btnObjednaj:hover  {
	background-image: url(../images/btn-objednaj-over.png);
	color: #682028;
	text-shadow: 1px 1px 0px #fff;
}

a.btnObjednaj{text-decoration: none; color: #FFFFFF;}

/*table*/
body table{
	border:1px solid #D1D1D1;
	margin:0.9em 0 1em;
	border-collapse:collapse;
}

caption{margin:0.6em 0 0px; font-size:117%; font-family:Tahoma, Verdana; text-align:left; font-weight:bold;}

td, th{
	padding:6px 6px 6px 7px;
	border:1px solid #D1D1D1;
	font-size: 0.8em;
}
thead td, thead th, th.first{ border-top:none; background:#DFDFDF; color:black;}

th.first{border-top:1px solid #D1D1D1; font-weight:bold;}

tbody th{ font-weight:normal; }

tr.even td, tr.even th{background:#F9F9F9;}
tr:hover {background: #f3d596; color:#000000; }

table th{text-align:left;}

table.img{border-width:0px 0px 1px;  width:99.8%;  margin-left:1px; margin-top:0}

table.img thead td{background:white; border:none;}

table.img thead img{display:block; margin:0 auto;}

table.img tbody td{background:#F9F9F9;}

table.img td.first{background:#F0F0F0;}

table.params{margin-top:2.5em;}

.table-wrap{overflow:auto; width:100%;}

.PromoLeft { width:430px; float: left; }
.PromoRight {width:426px; float: right; padding:5px; border: solid #f3d596 1px;	}
