/* body */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("../images/left_bgr.png");
	background-repeat: repeat-y;
}

hr {
	height: 1px;
	color: #bfbfbf;
	background-color: #bfbfbf;
	border: 0px solid #bfbfbf;
}

/* Clear div */
.clear {
	clear: both;
}

/* Hlavny kontajner */
#container {
	width: 1102px;
}

/* Hlavicka horna  s obrazkom */
#head {
	width: 1102px;
	height: 154px;
	background: url("../images/head.png");
}
#headeng {
		width: 1102px;
		height: 154px;
		background: url("../eng/images/head_en.png");
}

/* Lava cast s menu */
#side {
	width: 221px;
	float: left;
}
#side img {
	margin: 0;
	border: none;
	display: block;
}

/* Lavy pas s aktualitami */
#side #pane {
	background: url("../images/left07.png");
	background-color: yellow;
	width: 221px;
	min-height: 598px;
	_height: 598px;
}

/* Text v aktualitach */
#side #pane .inner {
	padding-top: 34px;
	padding-left: 48px;
	padding-right: 25px;
}
#side #pane a {
	font-size: 11px;
	color: #253571;
	text-decoration: underline;
}
#side #pane a:hover {
	color: #1A254F;
}
#side #pane h1 {
	margin: 0;
	font-size: 13px;
	font-style: italic;
	color: #0E34C2;
}
#side #pane h2 {
	margin: 0;
	font-size: 12px;
}

/* Vlajky pre multilanguage */
#flags {
	margin-left: 760px;
}
#flags img{
	margin: 0;
	border: none;
}

/* Prava cast pre text v strede */
#main {
	float: left;
	padding-left: 10px;
	width: 870px;
}

#main h1 {
	font-size: 19px;
	font-style: italic;
	color: #0E34C2;
	margin-bottom: 10px;
}
#main h2 {
  font-size: 17px;
  margin-bottom: 10px;
}

#main h3{
  font-size: 15px;
  margin-bottom: 10px;
}

/* Boxy v hlavnej casti */
/* Div pre box  */
.fullbox {
	float: left;
}
.fullbox .box {
	float: left;
}

/* Div pre img vpravo */
.imgbox{
	float: left;
	border: none;
  text-align: center;
  width: 140px;
	height: 115px;
	padding: 5px;
}
.imgbox img {
	position: relative;
	top: 5px;
	left: 0px;
	border: none;
}

.imgbox .produkt {
	position: relative;
	top: 5px;
	left: 0px;
	max-width: 135px;
	max-height: 115px;
	/*width: expression(document.body.clientWidth > 135? "135px": "100%");
	height: expression(document.body.clientHeight > 115? "115px": "100%");*/
}

/* vrch */
.box {
	width: 278px;
	background: url("../images/box_top.png") no-repeat;
}
/* spodok */
.box .box-wrap {
	background: url("../images/box_bottom.png") bottom center no-repeat;
}
/* text vnutri */
.box .inner {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.box .inner h2 {
	margin: 0;
	font-size: 15px;
	color: #253571;
	text-transform: uppercase;
	font-variant: small-caps;
}
.box .inner h3 {
	font-size: 13px;
}
.box .inner h4 {
	font-size: 12px;
}
.box .inner li {
	color: #4146BC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	text-transform: uppercase;
}

.box .inner ul {
	margin-top: 1px;
	_margin-left: 1px;
	padding-left: 20px;
	margin-bottom: 1px;
}
.box .inner a {
	font-size: 14px;
	color: #253571;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.box .inner a:hover {
	color: #1A254F;
}

/* vrch2 */
.box2 {
	width: 530px;
	background: url("../images/box_top2.png") no-repeat;
}
/* spodok2 */
.box2 .box2-wrap {
	background: url("../images/box_bottom2.png") bottom center no-repeat;
}
/* text vnutri */
.box2 .inner {
	padding: 15px 20px 12px 20px;
}
.box2 .inner h2 {
	margin: 0;
	font-size: 15px;
	color: #4146BC;
	text-transform: uppercase;
	font-variant: small-caps;
}
.box2 .inner h3 {
	font-size: 13px;
	margin-bottom: 5px;
}
.box2 .inner h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
.box2 .inner a {
	font-size: 12px;
	color: #253571;
	font-weight: bold;
	text-decoration: none;
}
.box2 .inner a:hover {
	color: #1A254F;
}
.box2 .inner ul {
  margin: 3px 0px 0px -15px;
  _margin-left: 20px;
}

.box2 .nadpis{
	font-size: 14px;
	font-weight: bold;
}

/* pata */
#pata {
	position: relative;
	left: 5px;
	top: 250px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #bfbfbf ;
}

/*tabulky*/
table, th, td {
	border: 1px solid black;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
th{
	background-color: #00FF7F;
}
.double{
	border: 2px solid black;
}
a {
	color: #253571;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*tlacitka*/
.blue
{
	cursor: pointer;
  margin: 3px 0px 3px 0px;
 	height: 25px;
	width: 90px;
	color: Navy;
	background: #8081FF;
	border: 1px solid Navy;
}

.blue:hover
	{
		color: Navy;
		background: #959BFF;
		border: 1px solid Navy;
	}

.blueback
{
	cursor: pointer;
  margin: 3px 0px 3px 0px;
	height: 25px;
	width: 90px;
	color: Navy;
	background: #E1E3FF;
	border: 1px solid Navy;
}

.blueback:hover
{
	color: Navy;
	background: #F4F4FF;
	border: 1px solid Navy;
}

.patac
{
 margin-left: 70px;
 _margin-left: 10px;"
}

