body {
	/*
	background-size: 100% auto;
	background-image: url("pozadi-test.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	*/
	font-family: MS Sans Serif, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
	background-color: black;
	letter-spacing:1pt;
	line-height: 15pt;
	margin: 0px;
}

.pozadi {
	position: fixed;
	width: 200%;
	height: 200%;
	left: -50%;
	background: black;
	z-index: -2;
}

.pozadi-obrazek {
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	display: block;
  opacity: .8;    /*aby pozadí nebylo tak kontrastní */
}

.prekryv {
	width: 732px;
}

.pozadi-prekryv {
	border-width: 0px;
	width: 732px;  /*zužuje pruh překryvu (jehož šířku jinak bere neznámo kde...)  */
	height: 100%;
	position: fixed;
	z-index: -1;
	opacity: .7;
	filter: alpha(opacity=70);
	left: 128px;
	top: 0px;
}

.menu {
	display: inline;
	float: left;
	position: fixed;
	left: 128px;
	top: 0px;
	opacity: 1;
	padding: 10px;
  text-align: right;
	height: 100%;
  width: 124px;       /*přidáno, protože menu se nezalamovalo a umísťovalo se pouze podle nejdelšího řádku*/
	min-height: 450px;
}
.menu-seda {
  color: #777777;
}

.obsah {
	opacity: 1;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 60px;
	position: absolute;
	left: 290px;
	top: 0px;
  width: 550px;    /*přidáno, protože se nezalamovalo*/
}

.logo {
	position: absolute;
	bottom: 34px;
  left: 10px; /* přidáno kvůli šířce oddílu menu (též přidáno nově) */
/*	right: -24px;    /*přidáno, pro detailnější umístění loga, ale v IE hrozivě nefungovalo*/
}

.zkratka {
	position: fixed;
	right: 10px;
	bottom: 10px;
  border-style: none;
  z-index:20;
}

h1 {
	margin: 0px;
  font-weight: normal;
  font-size: 10pt;
}

h2 {
	margin: 0px;
  font-weight: bold;
  font-size: 10pt;
}

h2 .pozn{
    font-weight: normal;
}

h3 {
	margin: 0px;
  font-weight: bold;
  font-size: 10pt;
}

h3 img {
 	border-width: 1px;
}

h3 .pozn{
	font-weight: normal;
  }

h4 {
	margin: 0px;
  font-weight: normal;
  font-size: 10pt;
}

h4 img {
 	border-width: 1px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

.seda {
  color: #777777;
}


img {
  border-style: solid;
  border-width: 0px;
  max-width: 100%;
  height: auto;
}

.obsah .klient img {
 	border-width: 0px;
}

.klient table td:nth-child(3) {
    display: none;
}

.klient table td:nth-child(4) {
    display: none;
}

.klient table th:nth-child(3) {
    display: none;
}

.klient table th:nth-child(4) {
    display: none;
}

body.zakazky .pozadi-prekryv {
    width: 100%;
}

body.zakazky .obsah {
    width: auto;
    min-width: 732px;
}

.table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    /* padding: 2px 8px; */
    padding: 0px;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.table>tbody>tr>td {
    vertical-align: top;
}

.table>tbody>tr:last-child {
    border-bottom: 1px solid #888;
}

.table-bordered {
    border: 1px solid #444;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color: #111;
}

.table .ikona {
    padding-right: 4px;
}

.table .nazev {
    padding-left: 4px;
}

.table a {
    padding: 4px 12px;
    display: block;
    text-decoration: none;
    /* color: #ffffff; */
}

.table .no-link {
    padding: 4px 12px;
}

.table a:hover {
    /* text-decoration: underline; */
}

a.history-toggle {
    color: #ddd;
}

a.history-toggle:hover {
    color: #ff6600;;
}

.table>tbody>tr.radek-historie-viditelna>td {
    border-bottom: none;
}

.table>tbody>tr.historie-radek>td {
    border-bottom: none;
    border-top: none;
}

.file-size {
    text-align: right;
}

.file-data {
    display: none;
}

.flash {
    padding: 10px 0px;
}

.login-form th {
    text-align: right;
    font-weight: normal;
}

.login-form .error {
    color: #ff6600;
}

.image-gallery {
    display: inline;
}

.image-gallery a img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.image-popup {
    display: inline;
}

.image-popup a img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.header-line {
  position: relative;
  overflow: hidden;
  /* text-align: center; */
  padding-left: 40px;
}

.header-line span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 10px;
}

.header-line span:before, .header-line span:after {
  content: '';
  display: block;
  width: 10000px;
  position: absolute;
  top: 0.6em;
  border-top: 1px solid #808080;
}

.header-line span:before {
  right: 100%;
}

.header-line span:after {
  left: 100%;
}


hr {
  height: 1px;
  color: #808080;
  background: #808080;
  font-size: 0;
  border: 0;
}

/*** odkazy podtrhavat krom menu a portfolia ****/

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.menu a, .menu a:hover,
.image-gallery a, .image-gallery a:hover,
.portfolio a, .portfolio a:hover
{
  text-decoration: none;
}

a.download-folder-zip {
  text-decoration: none;
}

/************ DEGIGN ver. 2 (tmavsi pozadi, tmavsi zakladni text, nadpisy a odkazy svetlejsi) ***********/

body {
  color: #c0c0c0;
}

.pozadi-prekryv {
  opacity: .75;
  filter: alpha(opacity=75);
}

a {
  color: #ffffff;
}

h1, h2, h3, h4 {
  color: #ffffff;
  font-weight: bold;
}

h1.titulek-menu {
  font-weight: normal;
}


/************** Responzivni upravy **************/

.uvod-header {
    position:relative;
    left:65px;
}

.menu-toggle {
    display: none;
}

@media screen and (max-width: 480px) {
    .zkratka {
        display: none;
    }

    .pozadi {
        display: none;
    }

    .prekryv {
        width: auto;
    }

    .pozadi-prekryv {
        display: none;
    }

    .menu {
        display: block;
        position: static;
        float: none;
        height: auto;
        min-height: auto;
        width: auto;
    }

    .menu .logo {
        display: none;
    }

    .menu-toggle {
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-size: 120%;
    }

    .menu-items {
        display: none;
    }

    .obsah {
        position: static;
        width: auto;
    }

    body.zakazky .obsah-zakazky {
        min-width: auto;
        left: 0;
    }

    .zakazky .table a {
        padding: 4px 4px;
    }

    .zakazky .table .no-link {
        padding: 4px 4px;
    }

    .portfolio h3 img {
        display: block;
    }

    .uvod-header {
        position: static;
    }
}
