/* CSS Document */
body, html{
  font-family: "Verdana CE", "Arial CE", Verdana, Arial;
  font-weight: bold;
  border: 0px none; 
  margin: 0px; 
  padding: 0px;
}
#main  {
  min-width: 984px;
}
#bgLeft{
  background: url("../img/bgLeft.bmp");
  background-repeat: repeat-y;
  background-position: left bottom;
}
#bgRight{
  background: url("../img/bgRight.bmp");
  background-repeat: repeat-y;
  background-position: right bottom;
}
#hlavicka{
  background: url("../img/topStred.png");
}
#top-advert{
  position: absolute;
  margin-left: 27px;
  top: 185px;
  display: block;
  width: 100%;
}
#hlavicka h1{
  position: absolute;
  margin: 0;
  top: 160px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 110%;
  text-transform: uppercase;
  color: #003176;
  font-style: italic;
}
#horniNapis{
  position: absolute;
  top: 63px;
  left: 160px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 1em 0 1em;
  color: white;
  font-size: 70%;
  overflow: hidden;
}
#logo{
  position: absolute;
  left: 25px;
  top: 21px;
}
#logo img{
  border: 0;
}
#hLeft{
  background: url("../img/topLeft.png");
  width: 460px;
  height: 191px;
}
#hRight{
  background: url("../img/topRight.png");
  width: 518px;
  height: 191px;
  float: right;
}
#telo {
  margin-left: 25px;
  margin-right: 40px;
  color: #3c66a6;
/*  background: white;*/
}
#tObsahObal{
  width: 79%;
}
#tObsah{
  padding: 1em;
  font-size: 75%;
  background: white;
}
#tObsah p{
  margin: 0 0 1em 0;
}
#tObsah h1{
	font-size: 170%;
	font-weight: bold;
	color: #F58821;
}
#tObsah h3{
  font-size: 130%;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 0.5em 0;
}
#tObsah a{
  color: #3c66a6;
  margin: 0 0 1em 0;
}
#tObsah a:visited{
  color: #707c8f;
  margin: 0 0 1em 0;
}

.ramecek{
	float: left;
	background: #fefce5;
	width: 46%;
	height: 150px;
	margin: 1em;
}
.ramecek ul{
  padding-left: 1em;
}
.ramecek li{
  padding-bottom: 1em;
}
.ramecek-ico1{
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 3px;
  height: 50px;
  width: 72px;
  background: url("../img/card-ico1.png");
  background-repeat: no-repeat;
  background-position: left top;  
}
.ramecek-ico2{
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 3px;
  height: 50px;
  width: 72px;
  background: url("../img/card-ico2.png");
  background-repeat: no-repeat;
  background-position: left top;  
}
.ramecek-ico3{
  float: left;
  padding: 0px;
  margin: 0px;
  height: 50px;
  width: 72px;
  background: url("../img/card-ico3.png");
  background-repeat: no-repeat;
  background-position: left top;  
}
.ramecek-ico4{
	float: left;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 72px;
	background: url("../img/card-ico4.png");
	background-position: right top;
  background-repeat: no-repeat;
  background-position: left top;  
}
.ramecek-ico5{
	float: left;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 72px;
	background: url("../img/card-ico5.png");
	background-position: right top;
  background-repeat: no-repeat;
  background-position: left top;  
}
.ramecek-head{
	padding: 0px;
	margin-right: 1px;
	height: 50px;
	width: 100%;
	background: url("../img/card-head.png");
	background-repeat: repeat-x;
	background-position: right top;
}
.ramecek-end{
	float: right;
	height: 50px;
	width: 1px;
	padding: 0px;
	margin: 0px;
	background: url("../img/card-end.png");
}
.ramecek-head-txt{
	float: left;
	color: White;
	padding-top: 21px;
}
.ramecek-inside{
	border-left: solid 1px #e6d2b9;
	border-right: solid 1px #e6d2b9;
	border-bottom: solid 1px #e6d2b9;
   height: 79px;
	padding: 10px;
}

.miniramecek{
	float: left;
	background: #fefce5;
	width: 46%;
	height: 100px;
	margin: 1em;
}
.miniramecek ul{
  padding-left: 1em;
}
.miniramecek li{
  padding-bottom: 1em;
}
.miniramecek-ico{
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 3px;
  height: 32px;
  width: 31px;
  background: url("../img/minicard-ico.png");
  background-repeat: no-repeat;
  background-position: left top;  
}
.miniramecek-head{
	padding: 0px;
	margin-right: 1px;
	height: 32px;
	width: 100%;
	background: url("../img/minicard-head.png");
	background-repeat: repeat-x;
	background-position: right top;
}
.miniramecek-end{
	float: right;
	height: 32px;
	width: 1px;
	padding: 0px;
	margin: 0px;
	background: url("../img/minicard-end.png");
}
.miniramecek-head-txt{
	float: left;
	color: White;
	padding-top: 13px;
}
.miniramecek-inside{
	border-left: solid 1px #e6d2b9;
	border-right: solid 1px #e6d2b9;
	border-bottom: solid 1px #e6d2b9;
   height: 49px;
	padding: 10px;
}

#tPanely{
  float: right;
  margin-right: 2px;
  width: 20%;
  font-size: 70%;
  background: white;
}
#tPanely .panel{
  padding: 1em;
  background: #e7eef6;
  margin-top: 2px;
}
#tPanely .panel p{
  margin: 0.4em 0 0.2em 0;
  font-weight: normal;
}
#tPanely .panel h4{
  margin: 0 0 0.5em 0;
  font-size: 110%;
}
#tPanely .panel a{
  color: #3c66a6;
  font-weight: normal;
}
#tPanely .panel a.vice{
  color: #f49500;
  display: block;
  width: 90%;
  text-align: right;
}
#tPaticka a{
  color: #3c66a6;
  margin: 0 0 1em 0;
}
#tPaticka a:visited{
  color: #707c8f;
  margin: 0 0 1em 0;
}
#tPaticka{
  height: 90px;
  background: #e7eef6;
  padding: 1em;
  border-top: solid 2px white;
  clear: both;
  font-size: 70%;
}
#menu {
  position: absolute;
  right: 40px;
  top: 121px;
  min-height: 3em;
}
#menu ul{
  padding: 0px;
  margin: 0px;
  margin-right: 3px;
  height: 35px;
  float: right;
  background: url("../img/menuBG2Stin.png");
  background-repeat: repeat-x;
  background-position: right bottom;
}
#menu div.prvni{
  float: right;
  padding: 0px;
  vertical-align: bottom;
  border-left:0px;
  width: 27px;
  line-height: 180%;
  min-height: 35px;
  background: url("../img/menuBG2prvni.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fefa72;
}
#menu li{
  float:left;
  line-height: 180%;
  padding: 0 1em 0 1em;
  list-style-type: none;
  min-height: 26px;
  background: url("../img/menuBG2.png");
  background-repeat: repeat-x;
  background-position: right bottom;
  background-color: #fefa72;
  border-left: solid 2px #566d8d;
  border-top: solid 1px white;
  font-style: italic;
  font-size: 75%;
  text-transform: uppercase;
  white-space: nowrap;
}
#menu li a{
  color: #003b6b;
  text-decoration: none;  
}
#paticka {
  clear: both;
  background: url("../img/bottomStred.bmp");
  width: 100%;
  height: 43px;
}
#pLeft{
  background: url("../img/bottomLeft.bmp");
  float: left;
  width: 40px;
  height: 43px;
}
#pRight{
  background: url("../img/bottomRight.bmp");
  float: right;
  width: 60px;
  height: 43px;
}
#fLeft{
  width: 78%;
  float: left;
}
#fRight{
  float: right;
  width: 20%;
}
.tabulka{
	border-collapse: collapse;
	width: 100%;
}
.tabulka-cell1{
	color: #46639f;
	background: #f5f6fa;
	border: 1px solid #d4e0ee;
	padding-left: 10px;
	padding-right: 10px;
}

.tabulka-cell1-disabled{
	background: #f5f6fa;
	border: 1px solid #d4e0ee;
	padding-left: 10px;
	padding-right: 10px;
	color: #b1c0d7;
}

.tabulka-cell1-a{
	color: #46639f;
	background: #f5f6fa;
}
.tabulka-cell1-left{
	color: #46639f;
	background: #f5f6fa;
	border-left: 1px solid #d4e0ee;
	border-top: 1px solid #d4e0ee;
	border-bottom: 1px solid #d4e0ee;
	padding-left: 10px;
	padding-right: 10px;
}
.tabulka-cell1-right{
	color: #46639f;
	background: #f5f6fa;
	border-right: 1px solid #d4e0ee;
	border-top: 1px solid #d4e0ee;
	border-bottom: 1px solid #d4e0ee;
	padding-left: 10px;
	padding-right: 10px;
}
.tabulka-cell2{
	color: #46639f;
	background: #FDFCE0;
	border: 1px solid #DDC8AB;
	padding-left: 10px;
	padding-right: 10px;
}
.tabulka-cell2-a{
	color: #46639f;
	background: #FDFCE0;
}
.tabulka-cell2-left{
	color: #46639f;
	background: #FDFCE0;
	border-left: 1px solid #DDC8AB;
	border-top: 1px solid #DDC8AB;
	border-bottom: 1px solid #DDC8AB;
	padding-left: 10px;
	padding-right: 10px;
}
.tabulka-cell2-right{
	color: #46639f;
	background: #FDFCE0;
	border-right: 1px solid #DDC8AB;
	border-top: 1px solid #DDC8AB;
	border-bottom: 1px solid #DDC8AB;
	padding-left: 10px;
	padding-right: 10px;
}
.tabulka-end{
	text-align: right;
}
.strong{
	font-size: 130%;
	font-weight: bold;
	color: #F58821;
}
.PatickaLoga{
  float: left;
  width: 85px;
}
#style2 h2{
	font-size: 120%;
	font-weight: bold;
	color: #F58821;
}

#style2 h2 a{
	color: #F58821;
}
#style2 h2 a:visited{
	color: #F58821;
}

#style2 .tabulka{
	border-collapse: collapse;
	font-weight: normal;
}
#style2-highlighted .tabulka{
	border-collapse: collapse;
	font-weight: bold;
}
#style2-highlighted h2{
	font-size: 120%;
	font-weight: bold;
	color: #f53e1c;
	background: url("../img/bullet.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#style2-highlighted .tabulka-cell2{
	background: #fce2a5;
}
#style2-highlighted .tabulka-cell1{
	background: #e2ebf4;
}

#style2-highlighted .tabulka-cell1-disabled{
	background: #e2ebf4;
	color: #b1c0d7;
}

#style2 h2 a.light{
	font-weight: normal;
	color: #F58821;
   margin: 0 0 0 0;
}
#promo-akce h1{
	font-size: 170%;
	font-weight: bold;
	color: #f53e1c;
	background: url("../img/bullet.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#tObsah a.light{
  font-weight: normal;
  color: #3c66a6;
  margin: 0 0 1em 0;
}
#tObsah a:visited.light{
  font-weight: normal;
  color: #707c8f;
  margin: 0 0 1em 0;
}
#style2 .h2{
	font-size: 120%;
	font-weight: bold;
	color: #F58821;
}
#pr{
	font-weight: bold;
	color: #1d8fce;
}
#sr{
	font-weight: bold;
	color: #2ad314;
}
#pr2{
	font-weight: bold;
	color: #f82e00;
}
#sr2{
	font-weight: bold;
	color: #fa8f0b;
}
.plain{
  font-weight: normal;
}
pre {
	font-size: 120%;
   background: #fefa72;
	margin: 2px 0px;
   color: #003176;
	border-bottom: 1px solid #e7eef6;
	border-top: 1px solid #e7eef6;
	border-right: 1px solid #e7eef6;
	border-left: 20px solid #e7eef6;
	padding: 10px;
}
.external-link {
  background: url("../img/odkaz-ven.gif") no-repeat right top;
	padding-right: 15px;
}
.oznameni {
	margin-left:45px;
	margin-right:45px;
	margin-bottom:7px;
	color:#ff0000;
	font-weight:bold;
}
