/* --- css stylesheet - barbora --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 18px;
  font-family: "Trebuchet MS", trebuchet, "Arial CE", arial, "Helvetica CE", helvetica, "Sans Serif", sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #005D6F;
  background: repeat-x left top url(images/web_bg.gif) #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #005D6F;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #2DBCB6;
  text-decoration: underline;
}
a:hover {
  color: #FF9A0A;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #201B18;
  font-weight: bold;
  text-decoration: none;
}
h1 {
}
h1 , h1 * {
  font-size: 22px;
  line-height: 24px;
  color: #201B18;
  padding-bottom: 6px;
}
h2 {
}
h2 , h2 * {
  font-size: 16px;
  line-height: 22px;
  color: #201B18;
}
h3 {
}
h3 , h3 * {
  font-size: 13px;
  line-height: 20px;
  color: #2DBCB6;
  padding-bottom: 3px;
}
h4 {
}
h4 , h4 * {
  font-size: 12px;
  line-height: 18px;
  color: #2DBCB6;
}
h5 {
}
h6 {
}
sub {
  /*position: relative;
  top: -2px;*/
}
sup {
  /*position: relative;
  top: 2px;*/
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.error {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
/* --- form --- */
.formtext {
  border: 1px solid #A7C7CF;
  background-color: #FFFFFF;
  color: #005D6F;
  line-height: 14px;
  padding: 2px 2px 0px 2px;
  margin: 0px;
}
input.formtext {
  height: 18px;
  height: 16px !ie;
}
.button {
  border: 0px none;
  background-color: #A7C7CF;
  color: #FFFFFF;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
/* --- mask --- */
div.web-top {
  margin: auto;
  width: 422px;
  height: 22px;
  padding-top: 58px;
  position: relative;
}
div.web-all {
  width: 816px;
  margin: auto;
  text-align: center;
  position: relative;
}
div.web-main {
  background: none #EBF2F6;
  padding: 18px 18px 18px 18px;
  margin: auto;
  width: 422px; /*458px;*/
  text-align: center;
}
div.web-content {
  background: none #FFFFFF;
  margin: auto;
  width: 386px;
  padding: 18px 18px 18px 18px;
  text-align: left;
  _height: 264px;
  min-height: 264px;
}
div.web-footer {
  background: none #EBF2F6;
  margin: auto;
  width: 422px;
  text-align: left;
  padding: 14px 18px 14px 18px;
  position: relative;
}
/* --- web-side --- */
div.web-side-left {
  background: none #EBF2F6;
  padding: 18px 0px 18px 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 178px; /*196px;*/
}
div.web-side-left-out {
  padding: 4px 8px 0px 4px;
  position: absolute;
  left: 0px;
  top: 336px;
  width: 166px; /*196px;*/
}
div.web-side-left-out , div.web-side-left-out * {
  text-align: right;
  line-height: 14px;
}
div.web-side-left-out .smallheight {
  line-height: 8px;
}
div.web-side-right {
  background: none #EBF2F6;
  padding: 18px 18px 18px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 178px; /*196px;*/
}
div.web-side-left div.web-side {
  background: no-repeat center bottom url(images/menu_bg.gif) #2DBCB6;
  width: 178px;
  _height: 300px;
  min-height: 300px;
}
div.web-side-right div.web-side {
  background: no-repeat center bottom url(images/logo_barbora_big_2010.gif) #FFFFFF;
  width: 178px;
  _height: 300px;
  min-height: 300px;
}
div.web-menu {
  text-align: left;
}
div.web-menu a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  display: block;
  width: 128px;
  font-weight: bold;
  border-bottom: 1px solid #6CD0CC;
  padding: 5px 25px 5px 25px;
}
div.web-menu a:hover {
  background: none #50C7C2;
  color: #FFFFFF;
  text-decoration: none;
}
div.web-menu a.active {
  background: none #50C7C2;
  color: #FFFFFF;
  text-decoration: none;
}
div.web-menu a.active:hover {
  background: none #50C7C2;
  color: #FFFFFF;
  text-decoration: none;
}
/* --- web-top --- */
div.web-top a , a.web-top {
  display: block;
  float: right;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 18px 2px 18px;
  margin-left: 2px;
  background: none #FF600A;
  white-space: nowrap;
}
div.web-top a:hover , a.web-top:hover {
  background: none #FF9A0A;
  color: #FFFFFF;
  text-decoration: none;
}
div.web-top a img , a.web-top img {
  float: left;
  display: block;
  position: relative;
  top: 2px;
  padding-right: 8px;
}
a.web-top {
  position: absolute;
  left: -1px;
  top: -22px;
}
div.web-top a.logout {
  background: none #EBF2F6;
  position: absolute;
  color: #2DBCB6;
  left: 100%;
}
div.web-top a.logout:hover {
  background: none #FF9A0A;
  color: #FFFFFF;
}
/* --- web-footer --- */
div.web-footer div.butbut {
  position: absolute;
  right: 18px;
  top: 0px;
}
div.web-footer div.butbut a {
  background: none #A7C7CF;
  display: block;
  padding: 2px 18px 2px 18px;
  margin-bottom: 1px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
div.web-footer div.butbut a:hover {
  background: none #50C7C2;
  color: #FFFFFF;
  text-decoration: none;
}
/* --- specimg --- */
div.specimg-l , div.specimg-r {
  position: absolute;
  /*right: 175px;*/
}
div.specimg-l {
  float: left;
  left: 155px;
}
div.specimg-r {
  float: right;
  right: 155px;
}
div.specimg-l div , div.specimg-r div {
  position: absolute;
  top: -18px; /*5px;*/
  background: none #EBF2F6;
  padding: 18px;
}
div.specimg-l div {
  right: 0px;
  margin: 0px 18px 0px 0px;
}
div.specimg-r div {
  left: 0px;
  margin: 0px 0px 0px 18px;
}
div.specimg-l img , div.specimg-r img {
  display: block;
}
/* --- web-submenu --- */
div.web-submenu {
  padding: 2px 0px 10px 0px;
}
div.web-submenu a {
  display: block;
  float: left;
  line-height: 16px;
  background: none #A7C7CF;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 7px 0px 7px;
  margin: 0px 4px 4px 0px;
  margin: 0px 4px 2px 0px !ie;
  white-space: nowrap;
}
div.web-submenu a:hover {
  background: none #FF600A;
  color: #FFFFFF;
}
div.web-submenu a.active {
  background: none #FF600A;
  color: #FFFFFF;
}
div.web-submenu a.active:hover {
  background: none #FF600A;
  color: #FFFFFF;
}
/* ---  --- */
img.obr-news {
	margin: 0px 5px 0px 0px;
}
a img.obr-news {
  display: block;
  padding: 1px;
  border: 3px solid #EBF2F6;
}
a:hover img.obr-news {
  border: 3px solid #A7C7CF;
}
div.home-news {
  background: none #EBF2F6;
  padding: 0px 5px 0px 5px;
}
div.home-news img {
  margin: 0px 5px 0px -5px;
}
table.list {
  width: 100%;
}
table.list td {
  vertical-align: top;
  text-align: left;
}
table.list td.photo {
  padding: 5px 0px 0px 0px;
}
table.gallery {
	width: 100%;
}
table.gallery td {
	vertical-align: middle;
	text-align: center;
	width: 33%;
}
table.gallery td img {
  margin: auto;
}
div.line-space {
  height: 5px;
  overflow: hidden;
}
b.link {
  color: #2DBCB6;
}
a.back {
  float: left;
  text-decoration: none;
}
a.back:hover {
}
h4 a {
  text-decoration: none;
}
h4 a:hover {
}
table.formul {
  margin: auto;
}
table.formul td {
  padding: 0px 4px 2px 4px;
}
table.formul th {
  padding: 0px 4px 2px 4px;
}
table.smalltable {
  margin: auto;
  width: 60%;
}
table.smalltable td {
  padding: 1px 4px 1px 4px;
  border: 1px solid #EBF2F6;
  text-align: right;
}
table.smalltable th {
  padding: 1px 4px 1px 4px;
  background: none #EBF2F6;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/* --- end --- */