body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;;
  background: #346a91 url('../images/body-bg.png') repeat-x 0 0;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
}

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

a:visited {
}

a:hover {
  text-decoration: underline;
}

#header a, #footer a, .left a, .right a {
  text-decoration: none;
}

#header a:hover, #footer a:hover, .left a:hover, #top-box a:hover, .right a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
  color: #25487b;
  font-family: Verdana,sans-serif; 
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  margin: 0.25em 0 0;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 125%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
  text-decoration: underline;
}

a img {
  border: 0px solid #fff;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{	
  border-width: 1px 0 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height:1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}  

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}  

/****************************** basic layout elements *************************/
#all {/* obalujici element s pozadim pro levy sloupec*/
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  border: 0;
  font-size: 115%;
  background: #fff;
}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;
}

#wrapper2 {
  background: url('../images/wrapper2-bg.png') no-repeat 50% 0;
}

#wrapper3 {
  background: url('../images/wrapper3-bg.png') repeat-y 50% 0;
}

#header {
  margin: 0;
  padding: 0;
}

#lang-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: center;
}

#lang-block a {
  display: block;
  width: 25px;
  height: 24px;
  overflow: hidden;
  float: left;
  position: relative;
  text-decoration: none;
}

#lang-block .lang-flag {
  position: absolute;
  display: block;
  width: 25px;
  height: 24px;
  top: 0;
  left: 0;
  cursor: pointer;
}

#lang-block .cz {
  background: url('../images/flag_cz.png') no-repeat right 0;
}

#lang-block .l-selected .cz {
  background-position: 0 0;
}

#lang-block .en {
  background: url('../images/flag_uk.png') no-repeat right 0;
}

#lang-block .l-selected .en {
  background-position: 0 0;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 216px;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 216px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 515px;
  float: left;
  clear: none;
}

#footer {

}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden {
  position: absolute;
  left: -1500px;
}

#article, #album, #ocontent, #download {
  position: relative;
}
#album, #ocontent {
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  height: 136px;
  background: #fff url('../images/header-bg.png') no-repeat 0 0;
}

#header .column-in {
  margin: 0;
  padding: 1px 0 0;
  position: relative;
}

#header h1 {
	position: relative;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	margin: 3px 0 0 12px;
}

#header h1 a {
	text-decoration: none;
  display: block;
  width: 284px;
  height: 52px;
  overflow: hidden;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 span {
	text-decoration: none;
  background: url('../images/vas-logo.png') no-repeat top left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 284px;
  height: 52px;
  cursor: pointer;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 952px;
	clear: both;
	margin: 36px 4px 0;
	height: 43px;
	background: transparent url('../images/top-box-bg.png') repeat-x 0 bottom;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0;
}

#row-site-navigation ul li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#row-site-navigation ul li a {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	margin-left: 6px;
	height: 35px;
	background: #fff url('../images/menu-button.png') no-repeat 0 0;
	color: #808080;
	font-weight: bold;
  padding: 8px 5px 0;
  line-height: 1.2em;
}

#row-site-navigation ul li.active a,
#row-site-navigation ul li.oactive a,
#row-site-navigation ul li.eactive a {
  background: #fff url('../images/menu-button-active.png') no-repeat 0 0;
  text-decoration: none;
  color: #4d4d4d;
}

#row-site-navigation ul li a:hover {
  text-decoration: underline;
}


/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
	top: 0;
	left: 0;
  margin-left: -1000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	z-index: 0;
}
a.hidden-nav:active,a.hidden-nav:focus { 
	z-index: 2000;
	margin-left: 0;
}

/****** breadcrumb a vyhledavani *******/
#top-box {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#top-box .left .column-in, #top-box .middle .column-in, #top-box .right .column-in {
	min-height: 40px;
	height: 40px;
}

#top-box .column-in {
	padding: 1em 1em 1em;
	overflow: hidden;
}

#top-box .left .column-in {
  text-align:center;
}

#top-box .middle {

}

#top-box .middle .column-in {

}

#top-box .right .column-in {
	padding: 1em 1em 1em;
	font-size: 100%;
}

#top-box .right .column-in form {
	padding: 0;
	margin: 0;
}

#top-box .right .column-in form input {
	padding: 0;
	margin: 0;
	height: 21px;
	float: left;
}


/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
  width: 952px;
  margin: 0;
  padding: 0;
  margin: 10px auto 0;
  background: #fff url('../images/main-bg.png') repeat-y 0 0;
}
#main .innerwrap {
  margin:0;
  padding:0;
  width:735px;
  float:right;
}

#top-box {
  position:absolute;
  top:65px;
  left:0;
  z-index:200;
}

/****************************** levy sloupec ***********************************/
#main .left .column-in {
  padding: 5px 0 0;
  border-top: 3px solid #47c1f2;
}

.left .lb {
  padding: 0 5px;
}

.left #b6 {
  padding: 0;
}

/* leve menu */
.left .column-in #menu ul {
  margin: 0;
  padding: 0;
}

.left .column-in #menu li {
  list-style: none;
  _display: inline;
  margin: 0;
  padding: 0;
}

.left .column-in #menu li.submenu a {
  background: transparent url('../images/menu_li_2b.png') no-repeat 10px 50%;
  border-bottom: 2px solid #47c1f2;
}

.left .column-in #menu li.submenu li a {
  background: transparent url('../images/menu_li_2a.png') no-repeat 20px 50%;
  border-bottom: 1px solid #47c1f2;
}

.left .column-in #menu li.submenu li.active a {
  background: transparent url('../images/menu_li_3a.png') no-repeat 20px 50%;
}


.left .column-in #menu li li.submenu a {
  background: transparent url('../images/menu_li_3b.png') no-repeat 20px 50%;
}

.left .column-in #menu li li.submenu li a {
  background: transparent url('../images/menu_li_3a.png') no-repeat 30px 50%;
}

.left .column-in #menu li li.submenu li.active a,
.left .column-in #menu li li.submenu li.eactive a,
.left .column-in #menu li li.submenu li.oactive a {
  background: transparent url('../images/menu_li_4.png') no-repeat 30px 50%;
}

.left .column-in #menu li.submenu,
.left .column-in #menu li.active,
.left .column-in #menu li.eactive,
.left .column-in #menu li.oactive {
  background: #d0e2f5;
  _background: transparent;
}

.left .column-in #menu li li.submenu,
.left .column-in #menu li.submenu li.active,
.left .column-in #menu li.submenu li.eactive,
.left .column-in #menu li.submenu li.oactive {
  background: #bbd2ee;
  _background: transparent;
}

.left .column-in #menu li li.submenu li.active,
.left .column-in #menu li li.submenu li.eactive,
.left .column-in #menu li li.submenu li.oactive {
  background: #acc7e9;
  _background: transparent;
}

.left .column-in #menu li a {
  display: block;
  text-decoration: none;
  padding: 7px 5px 7px 25px;
  border-bottom: 1px solid #47c1f2;
  background: transparent url('../images/menu_li_1.png') no-repeat 10px 50%;
  color: #183259;
  line-height: 1.2em;
  font-weight: bold;
}

.left .column-in #menu li.active a,
.left .column-in #menu li.eactive a,
.left .column-in #menu li.oactive a {
  background: transparent url('../images/menu_li_2a.png') no-repeat 10px 50%;
}


.left .column-in #menu li li a {
  padding-left: 35px;
  background-position: 16px 50%;
  font-size: 1em;
  font-weight: normal;
}

.left .column-in #menu li li li a {
  padding-left: 45px;
  background-position: 26px 50%;
}

.left .column-in #menu li a:hover {
  text-decoration: underline;
}

/* bloky */
.left h2 {
  font-weight: normal;
  border-bottom: 1px solid #47c1f2;
  margin-top: 1em;
}

#b7, #b18, #b19, #b21, #b22, #b27, #b28, #b29, #b30, #b31, #b32, #b34, #b35, #b36, #b37, #b38, #b39, #b42, #b43, #b44, #b45, #b46, #b47, #b48, #b49, #b50, #b51, #b52, #b58  {
  width: 206px;
  height: 64px;
  margin-top: 15px;
}
#b7 h3,
#b18 h3,
#b19 h3,
#b21 h3,
#b27 h3,
#b28 h3,
#b29 h3,
#b30 h3,
#b31 h3,
#b32 h3,
#b22 h3,
#b42 h3,
#b43 h3,
#b44 h3,
#b45 h3,
#b46 h3,
#b47 h3,
#b48 h3,
#b49 h3,
#b50 h3,
#b51 h3,
#b52 h3,
#b58 h3,
#b34 h3,
#b35 h3,
#b36 h3,
#b37 h3,
#b38 h3,
#b39 h3 {
  margin: 0;
}

#b7 h3 a,
#b18 h3 a,
#b19 h3 a,
#b27 h3 a,
#b28 h3 a,
#b29 h3 a,
#b30 h3 a,
#b31 h3 a,
#b32 h3 a,
#b22 h3 a,
#b42 h3 a,
#b43 h3 a,
#b44 h3 a,
#b45 h3 a,
#b46 h3 a,
#b47 h3 a,
#b48 h3 a,
#b49 h3 a,
#b50 h3 a,
#b51 h3 a,
#b52 h3 a,
#b58 h3 a,
#b34 h3 a,
#b35 h3 a,
#b36 h3 a,
#b37 h3 a,
#b38 h3 a,
#b39 h3 a,
#b21 h3 a {
  display: block;
  width: 96px;
  height: 50px;
  padding: 12px 10px 0 100px;
  text-decoration: none;
  color: #213759;
  font-size: 0.9em;
  line-height: 1.2em;
}

#b22 h3 a,
#b42 h3 a,
#b43 h3 a,
#b44 h3 a,
#b45 h3 a,
#b46 h3 a,
#b7 h3 a {
  background: url('../images/potrebuji-vyridit.jpg') no-repeat 0 0;
}
#b18 h3 a,
#b27 h3 a,
#b28 h3 a,
#b29 h3 a,
#b30 h3 a,
#b31 h3 a,
#b32 h3 a {
  background: url('../images/hlaseni-poruch.jpg') no-repeat 0 0;
}
#b34 h3 a,
#b35 h3 a,
#b36 h3 a,
#b37 h3 a,
#b38 h3 a,
#b39 h3 a,
#b19 h3 a {
  background: url('../images/zakaznicky-portal.jpg') no-repeat 0 0;
}
#b47 h3 a,
#b48 h3 a,
#b49 h3 a,
#b50 h3 a,
#b51 h3 a,
#b52 h3 a,
#b21 h3 a {
  background: url('../images/informace-obcim.jpg') no-repeat 0 0;
}

#b58 h3 a {
  background: url('../images/informace-o-vode.jpg') no-repeat 0 0;
}

#b20 .item {
  border-bottom: 1px solid #b6d1ee;
  padding: 2px 0;
}
#b20 h3 {
  margin: 0;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.3em;
}

#b20 h3 a {
  text-decoration: none;
}
#b20 h3 a:hover {
  text-decoration: underline;
}

/******************************* stredovy sloupec ******************************/

.middle .column-in {
	padding: 0 10px 1em;
	position: relative;
}

#content{
  font-size:112%;
}

#breadcrumb {
  font-size: 0.8em;
  margin-bottom: 10px;
  color: grey;
}

#inline {
  _width: 480px;
}

#breadcrumb a {
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  color: #25487B;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

.middle img {
	width: auto;
	max-width: 100%;
  border: 0;
  _width: ;
}

.middle a img {
  border: 0; 
}

.middle td img {
  max-width: none;
  width: ;
}

.middle h2 {
  border-bottom: 1px solid #47c1f2;
  line-height: 1.1em;
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}

.middle h3 {
	font-weight: bold;
	line-height: 1.2em;
}

.middle a:hover {

}
.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
}
.middle table {
  border: 1px solid #D0E2F5;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0 0;
	margin: 10px 0;
}
.middle table th {
  border: 1px solid #47C1F2;
  border-bottom: 0;
  border-top: 0;
  background-color: #47C1F2;
  color: #fff;
	line-height: 1.1em;
}
.middle table td {
  border: 1px solid #D0E2F5;
  padding: 5px 5px;
	margin: 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

.middle table tr.even td {
  background-color: #fff;
}

.middle table tr.odd td {
  background-color: #edf9fe;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	font-weight: bold;
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
	color: #666;
}

.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding:0; 
  margin:0.5em 0 0 0; 
  text-align:left;
  vertical-align:middle;
}

.item .article-perex {
	font-weight: normal;
	margin-bottom: 0;
  margin-top: 0;
  font-size: 0.95em; 
  line-height: 1.3em;
}
.item .article-info {
	margin-top: 0;
	font-size: 0.85em;
}

.middle .item h3 {
	font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.middle .aktuality .item h3 {
	font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.2em;
  border: 0;
}
.middle .aktuality .item {
  border-bottom: 1px solid #DBDEE3;
  margin: 5px 0;
}
.item h3 {
	font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.2em;
}

.accidents .article-info {
  line-height: 1.3em;
  color: #4d4d4d;
}

.middle .accidents .article-info {
	font-size: 0.8em;
} 

.right .accidents .article-info {
	font-size: 0.9em;
}

hr.line {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #4ec4f2;
}

.middle h3 a {
	text-decoration: none;
}

.middle h3 a:hover {
	text-decoration: underline;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 10px;
  margin: 5px 0 5px 0;
}

.middle ul li {  
  list-style-type: none;
 	background: transparent url('../images/li.png') 0 8px no-repeat;
  margin:0;
  padding:0;
  padding-left: 10px;
}

.middle ol li {  
  list-style-type: decimal; 
}
.middle ol ul li {
  list-style-type: none;
}

.full-story{
  vertical-align:middle;
  display:block;
  float:right;
  padding:0;
  height:24px;
}

.top {
  text-align: right;
}

hr.separator{
  visibility:hidden;
}
.pager{
  padding:0.5em;
  display:block;
  text-align:center;
}
div.detail{
  border:1px solid #f2f2f2;
  margin-left:0;
  padding:0.5em 1em;
}
.res-head-title {
	color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a{
  padding:0.25em;
  color:#fff;
}
.res-head-title a:hover{
  background:#fff;
  color:#000;
}

.marginb {
  margin-bottom: 2em;
}

.nobg a{
  padding:0.25em;
}
.current{
  padding:0.25em;
  background:#fff;
}
.res-head-title .current{
  background:#dee;
  color:#000;
}

.arrow-right{
	background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;
}
.arrow-right span,.arrow-left span{
  visibility:hidden;
}
.arrow-left{
	background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}
.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left:25px;
}
.errorMsg{
  background:#feddda;
  border:1px solid red;
  color:red;
  font-weight:bold;
  padding:2em;
}
.img-to-right{
  float:right;
  margin:0 0 0.5em 0.5em;
}
.img-to-left{
  float:left;
  margin:0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #EDF9FE;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 162px;
  height: 185px;
  text-align: center;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 5px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

.pul-aktuality h3,
.pul-doleva h3,
.pul-doprava h3 {
  margin: 0;
  border-bottom:1px solid #47C1F2;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 180px;
  z-index: 1000;
}

/*** bloky titulka ***/
#b-10 {
  background: #1a345d url('../images/b10-bg.png') repeat-x 0 0;
  height: 171px;
  color: #fff;
  overflow: hidden;
}

#b-10 h2 {
  display: none;
}

#b-10 .article-perex {
  font-weight: normal;
  padding: 10px 10px 10px 260px;
  overflow: auto;
  _overflow: show;
  height: 151px;
  background: url('../images/titulka_slogan.jpg') no-repeat 0 0;
  line-height: 1.3em;
  color: #fff;
  margin: 0;
}

#b-11, #b-14 .pul-doleva {
  float: left;
  width: 235px;
}

#b-11,
#b-12,
#b-13 {
  margin-top: 15px;
}

#b-11 h2,
#b-12 h2,
#b-13 h2 {
  color: #2c5aa0;
  font-size: 1.5em;
}

#b-11 h3,
#b-12 h3,
#b-13 h3,
#b-11 h3 a,
#b-12 h3 a,
#b-13 h3 a {
  text-decoration: none;
  color: #224579;
  line-height: 1.1em;
  font-size: .95em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 3px;
}

.accidents h3 a {
  padding-left: 10px;
}
.accidents h3 a.plus {
  background: url('../images/havarie_rozbalit.png') no-repeat 0 4px;
}
.accidents h3 a.minus {
  background: url('../images/havarie_rozbalit.png') no-repeat 0 -28px;
}

.accidents h4 {
  text-decoration: none;
  color: #224579;
  line-height: 1.1em;
  font-size: .85em;
  font-weight: bold;
  margin: 3px 0;
}
.accidents .item {
  border-bottom: 1px solid #dbdee3;
}

.ac-more {
  background: url('../images/havarie_detail.png') no-repeat 0 3px;
  padding: 0 5px 5px 10px;
}

#b-12 h3,
#b-13 h3 {
  padding-bottom: 0;
}

#b-11 h3 a:hover,
#b-12 h3 a:hover,
#b-13 h3 a:hover {
  text-decoration: underline;
}

#b-11 .article-perex,
#b-12 .article-perex,
#b-13 .article-perex {
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 5px;
  color: #666;
  font-size: 0.9em;
}

#b-11 .item,
#b-12 .item,
#b-13 .item {
  border-bottom: 1px solid #dbdee3;
  margin: 5px 0 5px;
}

#b-12, #b-13, #b-14 .pul-doprava {
  float: right;
  width: 235px;
}

#b-14 .pul-doleva,
#b-14 .pul-doprava {
  margin: 0;
  padding: 0;
}

#b-14 h3 {
  font-size: 1.5em;
  font-weight: normal;
  background: #fff url('../images/b14-h2-bg.png') repeat-x 0 0;
  padding: 10px 3px 5px;
  border-bottom: 2px solid #47c1f2;
}

#b-14 ul {
  margin: 10px 5px;
  padding: 0;
}

#b-14 ul li {
  color: #666;
}


#b-14 ul li a {
  text-decoration: none;
}

#b-14 ul li a:hover {
  text-decoration: underline;
}

.cdate {
  color: #666;
  font-weight: normal;
  font-size: 0.9em;
}

.vice a {
  text-decoration: none;
  font-weight: bold;
  padding-left: 8px;
  background: url('../images/sipka.png') no-repeat 0 4px;
}

.vice a:hover {
  
}

/*** bloky titulka EN ***/
#b-72 {
  background: #1a345d url('../images/b10-bg.png') repeat-x 0 0;
  height: 172px;
  color: #fff;
  overflow: hidden;
}

#b-72 h2 {
  display: none;
}

#b-72 .article-perex {
  font-weight: normal;
  padding: 10px 10px 10px 260px;
  overflow: auto;
  _overflow: show;
  height: 159px;
  background: url('../images/titulka_slogan_en.jpg') no-repeat 0 0;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}


/* search */
#search_form_block {
  color: #000;
}

#search_form_block a {
  color: #162d50;
}

.left #search_form_block h2,
#main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}
#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 1px;
  _position: static;
  width: 100%;
}
#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #fff;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #f2f5f9;
  border-bottom: 0;
}
#search_form_block #plugin_tabs .active {
  background: #f2f5f9;
}
#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
#search_form_block #search_form {
  border-top: 0;
  background: #f2f5f9;
  padding: 10px;
}
#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
}
#search_form_block #search_form #wanted_text {
  width: 200px;
  border: 1px solid #c8beb7;
}
#search_form_block fieldset {
  border: 0;
}
#search_form_block fieldset legend {
  color: #800000;
  font-size: 1.1em;
}
#search_form_block #search_form h4 {
  font-size: 1em;
}
#search_form_block #search_form input[type="text"],
#search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}
#search_form_block #search_form .date-from img,
#search_form_block #search_form .date-to img {
  vertical-align: middle;
}
#search_form_block .advancedSearch input {
  vertical-align: bottom;
}

/* potrebuji si vyridit */
.vyridit {
  padding: 10px;
  border-bottom: 2px solid #fff;
  background: #eff9ff;
}
.vyridit h3 {
  margin: 0;
  line-height: 1.3em;
}

/* havarie, odstavky */
.vasp_accident h2 {
  margin: 1em 0 0;
}
.vasp_accident h3 {
  margin-top: 0.25em;
}

/* toolbar */
#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/* anketa */
.poll {
  margin-bottom: 15px;
}
.poll-title {
  border-bottom: 1px solid #47C1F2;
}
.poll table {
  width: 100%;
}
.poll-question {
  font-weight: bold;
  text-align: left;
}
.poll-answer {
  color: #1b3254;
}
.poll-answer input {
  vertical-align: top;
  margin-left: 0;
}
.poll .vote {
  float: right;
}
.poll .result {
  padding-left: 10px;
  background: url('../images/menu_li_1.png') no-repeat 0 3px;
}

/* prihlaseni do zakaznickeho portalu */
#wwvFlowForm #P101_USERNAME,
#wwvFlowForm #P101_PASSWORD {
  border: 1px solid #4EC1F0;
}
#wwvFlowForm label {
  float: left;
  width: 120px;
}
#wwvFlowForm p {
  clear: left;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
  width:99%;
}


/************************************ pravy sloupec ***************************/
.right .column-in {
	margin: 0;
	padding: 10px 5px;
}

#search-input {
  border: 1px solid #4EC1F0;
  width: 160px;
  font-size: 1em;
  padding-left:10px; 
  color: #666;
}

#go_button {
  vertical-align: bottom;
}

#searchform {
  margin: 0;
}

.hash_marvel_banner {
  text-align: center;
}

/* bloky */
.right h2 {
  font-weight: bold;
  border-bottom: 1px solid #47c1f2;
  margin-top: 1em;
  font-size: 1.2em;
}
#b15 .item,
#b16 .item,
#b17 .item {
  border-bottom: 1px solid #b6d1ee;
  padding: 2px 0;
}
#b15 h3,
#b16 h3,
#b17 h3 {
  margin: 0;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.3em;
}
#b16 h3,
#b17 h3 {
  font-weight: bold;
}
#b15 h3 a,
#b16 h3 a,
#b17 h3 a {
  text-decoration: none;
}
#b15 h3 a:hover,
#b16 h3 a:hover,
#b17 h3 a:hover {
  text-decoration: underline;
}

.right .aktuality h3 {
  font-size: 1em;
  font-weight: bold;
}

.right .aktuality h3 a:hover {
  text-decoration: underline;
}

.right .aktuality .article-perex {
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 5px;
  color: #666;
}

.right .aktuality .item {
  border-bottom: 1px solid #dbdee3;
  margin: 5px 0 5px;
}

/****************************** paticka ***************************************/
#footer {
  padding-top: 30px;
  background: url('../images/footer-bg.png') no-repeat 0 0;
  width: 960px;
  margin: 0;
  height: 50px;
}
#theme-top {
  background: url('../images/theme-top-bg.png') no-repeat 0 0;
  height: 22px;
  text-align: right;
  padding: 3px 235px 0 0;
  font-size: 0.9em;
}
#theme-top a {
  color: #fff;
}
#footer a {
  text-decoration:underline;
  color: #fff;
}
#footer .column-in {
	font-size: 90%;
	padding: 0 10px;
}
#footer .ft-left {
  color: #19345d;
  float: left;
  padding-left: 210px;
}
#footer .ft-right {
  color: #fff;
  float: right;
}
.qcm-info {
  color: #666;
  font-size: 0.85em;
  text-align: right;
  padding: 0 10px;
}
.qcm-info a {
  color: #999;
}
.qcm-info a:hover {
  color: #666;
}

/****** search words plugin ******/
span.search_words{
  padding:0 0.25em;
  border:1px solid #0E3C66;
  background:rgb(255,204,102);
}

/************** chapters *********/
.article_chapter{
  padding:1em;
  position:relative;
}
.article_chapter h3{
  margin-top:0;
}
.article_chapter ul{
  margin-left:0;
  padding-left:0;
}
.article_chapter .prev{
  position:absolute;
  top:0;
  left:0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display:block;
  float:left;
  padding-left:25px;
  margin:1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position:absolute;
  top:0;
  right:0;
  float:right;
  display:block;
  padding-right:25px;
  margin:1em 1em 0 0;
}
.article_chapter .top{
  display:block;
  text-align:center;
}
.article_chapter ul li{
  padding:0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image:none;  
}

.article_chapter ul .ch-1{
  padding-left:2em ;
}
.article_chapter ul .ch-2{
  padding-left:3em ;
}
.article_chapter ul .ch-3{
  padding-left:4em ;
}
.article_chapter ul .ch-4{
  padding-left:5em ;
}
.article_chapter ul .ch-5{
  padding-left:6em ;
}
.article_chapter ul .ch-6{
  padding-left:7em ;
}
.article_chapter ul .ch-7{
  padding-left:8em ;
}
.article_chapter ul .ch-8{
  padding-left:9em ;
}
.article_chapter ul .ch-9{
  padding-left:10em ;
}
.article_chapter ul .ch-10{
  padding-left:11em ;
}
.article_chapter ul .ch-12{
  padding-left:13em ;
}
.article_chapter ul .ch-13{
  padding-left:14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top:2em;
  border-top: 1px solid #185B96;
  text-align:center;
}
.rating table{
  margin:0 auto;
  border:1px none #fff;
}
.rating table td{
  width:3em;
  background:transparent;
  border:1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}
ul.sitemap li{
  padding-left: 10px;
  margin-left: 20px;
}

ul.sitemap .lv-2{
  font-weight:bold;
  font-size:120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3{
  font-weight:bold;
  font-size:100%;
  margin-top: 0.5em;
}

div.vasp_search {
  background-color: #EDF9FE;
  padding: 5px 0 5px 10px;
  position: relative;
}

div.vasp_search label {
  font-weight: bold;
  margin-right: 10px;
  width: 120px;
  display: block;
  float: left;
}

.vasp_search .selected {
  background: #ddd;
}

.vasp_search li {
  cursor: pointer;
}

.vasp_search #vasp_search_city {
  padding-right: 16px;
  width: 150px;
}

.vasp_city_advisor ul {
  list-style-position: outside;
  padding-left: 0px;
  margin: 0;
  background-color: white;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.vasp_search #vasp_indicator {
  position: absolute;
  left: 290px;
  top: 8px;
}

.vasp_search #vasp_city_advisor {
  position: absolute;
  top: 2.1em !important;
  left: 140px !important;
  &top: 0;
  &left: 0;
}

.middle div.vasp_price table, 
.middle div.vasp_quality table  {  
  border: 1px solid #D0E2F5;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0 0;
	margin: 10px 0;
}

.middle div.vasp_price table col.col1, .middle div.vasp_quality table col.col1 {
}

.middle div.vasp_price th, .middle div.vasp_quality th {
  border: 1px solid white;
  border-bottom: 0;
  border-top: 0;
  background-color: #47C1F2;
  color: #fff;
	line-height: 1.1em;
  font-size:0.9em;
  padding:3px;
}

.middle div.vasp_price tr td {
  border: 1px solid #D0E2F5;
  padding: 5px 5px;
	margin: 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

.middle div.vasp_price tr.even td {
  background-color: #fff;
}

.middle div.vasp_price tr.odd td {
  background-color: #edf9fe;
}

.middle div.vasp_quality tr td {
  border: 1px solid #D0E2F5;
  padding: 5px 5px;
	margin: 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

.middle div.vasp_quality tr td strong {
  color: #4d4d4d;
}

.middle div.vasp_quality tr.even td {
  background-color: #fff;
}

.middle div.vasp_quality tr.odd td {
  background-color: #edf9fe;
}


.middle div.vasp_search ul li {
  list-style-type: none;
 	background-image: none;
  margin:0;
  padding:0;
  padding-left: 5px;
}

/******** formatovani v editoru ***********/
.red{
  background:red;
  padding:5px;
}

.pul-doleva{
  width:46%;
  float:left;
  padding:5px;
  margin:1em 0;
}

.pul-doprava{
  width:46%;
  float:right;
  padding:5px;
  margin:1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

.small {
  font-size: 80%;
}

/* srážkoměry */
.srazkomery {
  background: url('../images/znojmo.jpg') no-repeat 0 0;
}
