body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: arial, helvetica;
  font-weight: bold;
  font-size: 11px;
}
body.blank {
  font-weight: normal;
}
body.popup {
  font-weight: normal;
  padding: 75px 16px 16px 16px;
}
div#develserverwarning {
  position: absolute;
  right: 20px;
  top: 2px;
  padding: 1px;
  border: 1px solid gray;
  background-color: yellow;
  color: black;
  font-family: tahoma;
  font-size: 8px;
  z-index: 1000;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}
p {
  margin: 0px 0px 0.5em 0px;
}
input,
select {
  font-size: 11px;
}
.max {
  width: 100%;
}
.c {
  text-align: center;
}
div#centerblock {
  width: 940px;
  margin: 0px auto;
  padding: 30px 30px 0px 30px;
  position: relative;
}
div#center404 {
  width: 590px;
  margin: 0px auto;
  padding: 30px 30px 0px 30px;
  position: relative;
}
div#logo {
  padding: 0px 0px 30px 0px;
  margin: 0px;
}
body.popup div#logo {
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 10px;
}
div#logo img {
  display: block;
  border: 0px;
}

div#langswitch {
  position: absolute;
  right: 30px;
  top: 42px;
}
div#langswitch img {
  border: 0px;
  margin-left: 5px;
}

div#quickmenu {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 160px;
  top: 72px;
}
div#quickmenu a {
  color: #000000;
}
div#quickmenu span {
  color: #ff6000;
}
div#pagetitle {
  position: absolute;
  right: 160px;
  top: 36px;
}
div#pagetitle h1 {
  margin: 0px; 
  padding: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 25px;
}

div#leftcolumn {
  width: 210px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 30px;
  top: 96px;
}
div#leftmenu {
  padding: 0px;
  margin: 0px;
  background-color: #000000;
  min-height: 424px;
  position: relative;
  _height: 424px;
}
div#leftmenu div.top,
div#leftmenu div.bottom {
  height: 11px;
  width: 210px;
  background-repeat: no-repeat;
}
div#leftmenu div.top {
  background-image: url('images/menu-top.png');
  background-position: left top;
}
div#leftmenu div.bottom {
  background-image: url('images/menu-bottom.png');
  background-position: left bottom;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

div#rightcolumn {
  width: 120px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  font-weight: normal;
  right: 30px;
  top: 96px;
}
div#rightcolumn h2 {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: #000000;
  font-size: 16px;
}
div#rightcolumn h2 span.line2 {
  color: #ff6000;
  white-space: nowrap;
}

img#kodex-icon {
  position: absolute;
  left: 0px;
  top: 205px;
}
img#usg-icon {
  position: absolute;
  left: 0px;
  top: 310px;
  border: 0px;
}
div#index-topnews {
  position: absolute;
  left: 0px;
  top: 205px;
  width: 120px;
  height: 95px;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
div#index-topnews div.news {
  padding: 95px 0px 0px 0px;
  position: relative;
}
div#index-topnews div.news div.item {
  margin: 0px 0px 6px 0px;
}
div.news-short {
  margin: 0px 0px 0.5em 0px;
}
div.news-long {
}
div#index-memberof {
  position: absolute;
  left: 0px;
  top: 310px;
  text-align: center;
}
div#firma-memberof {
  text-align: center;
}
div#index-memberof div,
div#firma-memberof div {
  font-size: 80%;
}
div#index-memberof img,
div#firma-memberof img {
  border: 0px;
  margin: 0px 0px 10px 0px;
}

div#maincolumn {
  width: 590px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 250px;
  top: 96px;
}

.hide {
  display: none;
}

div#maintitle {
  padding: 15px;
  margin: 0px;
  background-color: #ff6000;
  position: relative;
  height: 60px;
}
div#maintitle h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  margin: 0px;
  padding: 0px;
}
div#maintitle h2 span.line2 {
  color: #000000;
  display: block;
}
div#mainimage {
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 206px;
}
div#maincontent {
  padding: 15px 15px 60px 15px;
  margin: 10px 0px 30px 0px;
  background-color: #ff6000;
  position: relative;
}
div#maincontent.fullbody {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  background-color: transparent;
}
div#maincontent b {
  color: #ffffff;
}
div#maincontent.normal {
  min-height: 301px;
  _height: 301px;
}
div.shorter,
div#maincontent.shorter {
  min-height: 185px;
  _height: 185px;
}
div#maincontent h2 {
  color: #000000;
  font-weight: bold;
  font-size: 25px;
  margin: 0px 0px 0.7em 0px;
  padding: 0px;
}
div#maincontent h2 span.line2 {
  color: #ffffff;
  display: block;
}
div#maincontent h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0px 0.7em 0px;
  padding: 0px;
}
div#maincontent a {
  color: #ffffff;
}
div.white, 
div.white#maincontent {
  font-weight: normal;
  background-color: #ffffff;
  background-image: url('images/main-back-white.png');
  background-repeat: repeat-y;
  _border-top: 2px solid #FF6000;
  _border-bottom: 2px solid #FF6000;
}
div.black,
div.black#maincontent {
  background-color: #000000 !important;
  color: #ffffff;
}
div.white#maincontent a {
  color: #ff6000;
}
div.white#maincontent b {
  color: #000000;
}
div#maintitle div.top,
div#maintitle div.bottom,
div#maincontent div.top,
div#maincontent div.bottom {
  height: 11px;
  width: 590px;
  background-repeat: no-repeat;
}
div#maintitle div.top,
div#maincontent div.top {
  background-image: url('images/main-top.png');
  background-position: left top;
  position: absolute;
  left: 0px;
  top: 0px;
}
div#maincontent div.top {
  _background-image: none;
}
div.white#maincontent div.top {
  background-image: url('images/main-top-white.png');
  _background-image: none;
}
div.black#maincontent div.top {
  background-image: url('images/main-top-black.png');
}
div#maintitle div.bottom,
div#maincontent div.bottom {
  background-image: url('images/main-bottom.png');
  background-position: left bottom;
  position: absolute;
  left: 0px;
  bottom: 0px;
  _bottom: -1px;
}
div#maincontent div.bottom {
  height: 60px;
  background-image: url('images/main-bottom-large.png');
  _background-image: none;
}
div.white#maincontent div.bottom {
  background-image: url('images/main-bottom-large-white.png');
  _background-image: none;
}
div.black#maincontent div.bottom {
  background-image: url('images/main-bottom-large-black.png');
}

div#bottombanner {
  width: 810px;
  padding: 0px 0px 15px 0px;
  margin: -12px 0px 0px -220px;
  text-align: center;
}
div#indexbottom {
  width: 810px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
  position: absolute;
  top: 527px;
  text-align: center;
}
div#indexbottom img {
  border: 0px;
}
div#indexcol1 {
  left: 30px;
}
div#indexcol1,
div#indexcol2,
div#indexcol3 {
  width: 260px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 96px;
}
div#indexcol1 {
  left: 30px;
}
div#indexcol2 {
  left: 305px;
}
div#indexcol3 {
  left: 580px;
}
div#indexcol1 div.image,
div#indexcol2 div.image,
div#indexcol3 div.image {
  width: 260px;
  height: 190px;
  margin: 0px 0px 15px 0px;
  background-repeat: no-repeat;
  background-position: left top;
}
div#indexcol1 div.image {
  background-image: url('images/index-image1.jpg');
}
div#indexcol2 div.image {
  background-image: url('images/index-image2.jpg');
}
div#indexcol3 div.image {
  background-image: url('images/index-image3.jpg');
}
div#indexcol1 div.text,
div#indexcol2 div.text,
div#indexcol3 div.text {
  font-family: arial, helvetica;
  font-size: 25px;
  font-weight: bold;
  background-color: #ff6000;
  padding: 18px;
  position: relative;
}
div#indexcol1 div.text {
  height: 155px;
}
div#indexcol2 div.text {
  height: 175px;
}
div#indexcol3 div.text {
  height: 135px;
}
div#indexcol1 div.text a,
div#indexcol2 div.text a,
div#indexcol3 div.text a {
  color: #ffffff;
  text-decoration: none;
}
div#indexcol1 div.text span.line2,
div#indexcol2 div.text span.line2,
div#indexcol3 div.text span.line2 {
  display: block;
  color: #000000;
}
div#indexcol1 div.text div.top,
div#indexcol2 div.text div.top,
div#indexcol3 div.text div.top {
  height: 5px;
  width: 260px;
  background-repeat: no-repeat;
  background-image: url('images/index-top.png');
  background-position: left top;
  position: absolute;
  left: 0px;
  top: 0px;
}
div#indexcol1 div.text div.bottom,
div#indexcol2 div.text div.bottom,
div#indexcol3 div.text div.bottom {
  height: 45px;
  width: 260px;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
div#indexcol1 div.text div.bottom {
  background-image: url('images/index-bottom1.png');
}
div#indexcol2 div.text div.bottom {
  background-image: url('images/index-bottom2.png');
}
div#indexcol3 div.text div.bottom {
  background-image: url('images/index-bottom3.png');
}
div#indexcol1 div.smalltext,
div#indexcol2 div.smalltext,
div#indexcol3 div.smalltext {
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  padding: 15px 0px 0px 0px;
}


div.navstevnost {
  padding: 1px;
  border: 1px solid gray;
  background-color: yellow;
  color: black;
  font-family: tahoma;
  font-size: 8px;
  display: inline;
}

ul.rightnabidky {
  margin: 0px;
  padding: 0px;
  list-style-type: none; 
}
ul.rightnabidky a {
  color: #000000;
}
ul.rightnabidky span {
  color: #909094;
}
ul.rightnabidky li {
  margin: 5px 0px 0px 0px;
}

table.joblist {
  width: 100%;
  clear: both;
  margin-top: 1em;
}
table.joblist th {
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 0px 3px 0px 3px;
}
div.white#maincontent table.joblist th a.black {
  color: #000000 ;
}
table.joblist td {
  padding: 1px 3px 1px 3px;
  border-bottom: 1px solid #e0e0e0;
}
div.white#maincontent table.joblist td.name a {
  color: #000000;
}
table.joblist td.obor,
table.joblist td.oblast {
  white-space: nowrap;
}

table.jobdetail {
  width: 100%;
}
table.jobdetail td {
  padding: 1px 1px 5px 1px;
}
table.jobdetail td.title {
  font-style: italic;
  vertical-align: top;
}
table.jobdetail td.c {
  text-align: center;
}
table.jobdetail td.refnum,
table.jobdetail td.name {
  font-weight: bold;
}
table.jobdetail tr.topline td {
  border-top: 1px solid #c0c0c0;
}
table.jobdetail tr.bottomline td {
  border-bottom: 1px solid #c0c0c0;
}

table.scroller {
  float: right;
}
table.perpage td,
table.scroller td {
  padding: 0px 2px 0px 2px;
  vertical-align: middle;
}
table.scroller input {
  display: block;
}

input.jobfindbtn {
  width: 60px;
  margin: 1em 0px 0px 30px;
}
input.jobresetbtn {
  width: 120px;
  margin: 0px 0px 0px 0px;
}

div#reghelp {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 500px;
  padding: 4px 8px 4px 24px; 
  background-position: 4px 3px;
  background-repeat: no-repeat; 
  background-image: url('custom/admin/images/icon-info.png');
  background-color: #E1E5E9;
  border-bottom: 1px solid #D3D9DF; 
  border-right: 1px solid #D3D9DF;     
  border-left: 1px solid #EEF1F4; 
  border-top: 1px solid #EEF1F4; 
}

div.error-message {
  background-color: red;
  margin: 5pt 0px 5px 0px;
  padding: 4px 4px 4px 22px;
  background-image: url('custom/admin/images/icon-error.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-color: #FF8787;
  font-size: 8pt;
  border-left: 1px solid #FF9F9F;
  border-top: 1px solid #FF9F9F;
  border-right: 1px solid #DE6666;
  border-bottom: 1px solid #DE6666;
}

div.centered {
  text-align: center;
}

table.centered {
  margin: 0px auto;
}
table.centered td {
  padding: 4px;
}

table.kontaktable {
  margin: 0px 0px 1em 0px;
}
table.kontaktable td {
  vertical-align: top;
  padding: 1px 10px 1px 0px;
  color: #ffffff;
}
table.kontaktable td.title {
  font-style: italic;
  color: #000000;
}
.kontaktfoto {
  float: right;
  width: 150px;
  text-align: center;
  margin-bottom: 1em;
}
.kontaktfoto2 {
  float: left;
  width: 183px;
  text-align: center;
  margin-bottom: 15px;
}
.rightimg {
  float: right;
  margin: 0px 0px 1em 1em;
}
.rightimg2 {
  float: right;
  margin: 0px 0px 0px 1em;
}
.rightimg img,
.rightimg2 img {
  border: 0px;
}
div.kontakt-foto {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
div.kontakt-foto a {
  margin: 0px 10px;
}
div.kontakt-foto img {
  display: inline;
  border: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

div.kontaktmapa {
  float: right;
  margin: 15px 30px 0px 0px;
}
img.kontaktmapabig {
  float: right;
  margin: 0px 0px 0px 0px;
}

span.asterisk {
  color: red;
  font-weight: bold;
}

div.introbanner {
  margin: 15px 0px -50px 0px;
}
div.kalkulatorlink {
  background-image: url('images/calc.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 60px;
  padding-left: 16px;
  height: 16px;
}
div.indexnewslink,
div.indexnewslink2 {
  background-image: url('images/newstar.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 10px;
  padding-left: 16px;
  height: 16px;
}
div.indexnewslink2 {
  background-image: none;
  margin-top: 0px;
}
table.kalkulatortable th {
  text-align: left;
  color: #ffffff;
}
table.kalkulatortable .right {
  text-align: right;
} 
p.kalkulatormodify {
  font-size: 9px;
  float: right;
}

table.news {
	width: 100%;
	color: Black;
	font-size: 11px;
	text-align: left;
}
table.news tr.common:hover, table.news tr.common1:hover {
	background: #FF8135;
}
table.news tr.common td, table.news tr.common1 td {
	border-bottom: dotted black 1px;
}
table.news tr.common td {
	padding-left: 25px;
}
table.news tr.common1 td {
	padding-left: 30px;
}
table.news tr.common td.right, table.news tr.common1 td.right {
	text-align: right;
	padding-right: 5px;
}
table.news tr.common td.date, table.news tr.common1 td.date {
	width: 60px;
}
div.title, div.title-clicked {
	color: White;
	font-weight: bold;
	font-size: 18px;
	padding-left: 0px;
	margin-bottom: 10px;
}
div.title div.cisilko {
   margin-top: 7px;
	background-image: url(images/plus.gif);
}
div.title-clicked div.cisilko {
   margin-top: 7px;
	background-image: url(images/minus.gif);
}
div.title1 {
	margin-top: 3px;
	border-bottom: none;
	color: Black;
	padding-left: 10px;
}
div.title1-clicked {
   margin-top: 3px;
	border-bottom: dotted black 1px;
	color: White;
	padding-left: 10px;
}

div.cisilko  {
   width: 9px;
	height: 9px;
	float: left;
	background-repeat: no-repeat;
}
div.title1 div.cisilko, div.title2 div.cisilko {
  margin-top: 2px;
	background-image: url(images/plus.gif);
}

div.titlespacer {
	border-bottom: none;
	margin-top: 3px;
	padding-left: 10px;	
}
div.title2 {
	border-bottom: none;
	margin-top: 3px;
	padding-left: 10px;	
}
div.title2-clicked {
	border-bottom: dotted black 1px;
	margin-top: 3px;
	padding-left: 10px;	
	color: White;
}
div.title1-clicked div.cisilko, div.title2-clicked div.cisilko {
  margin-top: 2px;
  background-image: url(images/minus.gif);
}
div.title-clicked div.cisilko {
  margin-top: 4px;
  background-image: url(images/minus.gif);
}
span.span-title {
	cursor: pointer;
}
br.clear {
	clear: both;
}

option.kraj,
option.obor {
  font-weight: bold;
  background-color: #c0c0c0;
}
option.stat {
  font-weight: bold;
}
div.filtergroup {
  font-style: italic;
  font-weight: bold;
  margin: 2px 0px 0px 0px;
}
input.checkbox {
  margin: 1px 0px 0px 0px;
}
div.kosik-title {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 16px;
  line-height: 16px;
  padding-right: 20px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url('images/kosik.png');
}
span.nabidka-vybrana-mark {
  float: right;
}
table.clear {
  clear: both;
}
img.jobmapa {
  float: right;
  border: 0px;
  margin: 0px 8px 1em 0px;
}

div.photogallery {
  margin: 0px -15px 0px -15px;
}
span.galleryimage {
  display:-moz-inline-block;
  display:inline-block;
  width: 270px;
  vertical-align: top;
  text-align: center;
  margin: 15px 0px 0px 16px;
}
span.galleryimage img {
  border: 0px;
}
span.imagedesc {
}

div.bigheslo,
div.rightheslo {
  font-size: 160%;
  color: #FF6000;
}
div.rightheslo {
  text-align: right;
}
div.bigheslo ul {
  padding: 0px 0px 0px 1.1em;
  margin: 0px;
}
div.bigheslo li {
  padding-bottom: 5pt;
}
