
* {
	margin: 0;
	padding: 0;
	font: normal 15px/21px Helvetica, Arial, sans-serif;
	color: #6C6D6F;
}

section, article, header, footer, nav, aside, address {
	display: block;
}

body {}

.overflow {
	overflow: hidden;
}

h1, h1 *, .h1, .h1 * {
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 23px;
	font-weight: lighter;
}

h2, h2 *, .h2, .h2 * {
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	margin-bottom: 23px;
}

h3, h3 *, .h3, .h3 * {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	/* border-left: 3px solid #1D9300; */
	margin-bottom: 18px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.centered,
.centered * {
    text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.vcentered {
	vertical-align: middle;
	margin-top: -5px;
}

.vtop {
  vertical-align:top;
}

.toppadded {
  padding-top: 21px !important;
}

.bottommpadded,
.bottompadded {
	margin-bottom: 21px !important;
}

.leftpadded {
	padding-left: 38px;
}

.twocols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
  -webkit-column-gap: 58px; /* Chrome, Safari, Opera */
  -moz-column-gap: 58px; /* Firefox */
  column-gap: 58px;
}

img {
	border: none;
}

input.f, select, textarea {
    border: 1px solid #777;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 8px
}

input.povinne, select.povinne, textarea.povinne {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAXEQAAFxEByibzPwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjgvMTI8YceoAAAAp0lEQVQoka2QWw2EMBBFL5v9Lw4WB+AACUhAAlLACTgAB+CgOKiEsx+TpjySTUj2/jQzPWemaQagB3k9gf8k5LmUZdK2/RCmSVoW6xRFOvddGoazQQjgHEjQ99A0Vs9z6s8zMSZ0HXw+dulcAp2DtoV1PQgx3kNZGijZgHHkGt3AsjQ4brmItiEC6wp1bWAIaZD3F8F7A6J8hA7vB3ifvlKSqupeH/IFjHPpBLpNhXwAAAAASUVORK5CYII=) top right no-repeat
}

*.widthsmaller {
  width: 200px;
}

strong, .strong {
	font-weight: bold;
}

.lighter {
  font-weight: lighter;
}

.em {
  font-style: italic;
}

.red {
	color: #FF2835 !important;
}

.green {
	color: #1D9300 !important;
}

.blue {
	color: #314795 !important;
}

.black {
	color: #222 !important;
}

.gray {
	color: #B9B9B9 !important;
}

.orange {
    color: #F2592A !important;
}

.skrtnute {
	text-decoration: line-through;
}

a, a:link, a:visited {
    color: #EC1B23;
}

a:hover {
    color: #870013;
}

a:active {
    color: #acacac;
}

small, .smaller {
	font-size: 13px;
}

.bigger {
	font-size: 18px;
	line-height: 21px;
}

.rightmargined {
	margin-right: 18px !important;
}

.leftmargined {
	margin-left: 18px !important;
}

.rightpadded {
	padding-right: 28px !important;
}

.box_info,
.box_error,
.box_red,
.box_green,
.box_ok,
.box_default,
.box_cert,
.box_chain,
.box_chain_broken,
.box_attention,
.box_attention_small {
    font-size: 15px;
    padding: 15px;
    border-radius: 8px;
    margin: 0 0 15px 0;
    text-align: left;
}

.box_info p,
.box_error p,
.box_red p,
.box_green p,
.box_ok p,
.box_default p,
.box_cert p,
.box_chain p,
.box_chain_broken p,
.box_attention p,
.box_attention_small p {
    text-align: left;
}

.box_info {
    background: #d5efff;
    border: 1px solid #69c9ff;
}

.box_ok {
    background: #dbffdb;
    border: 1px solid #b2dba8;
}

.box_error {
    background: #ffe3e3;
    border: 1px solid #ff5b5b;
}

.box_default {
	background: #e9e8e5;
	border: 1px solid #d2d2d2;
}

.box_red {
	background: #c00;
	color: #fff !important;
	text-shadow: -1px -1px 0 #900 !important;
}

.box_red * {
	color: #fff !important;
	text-shadow: -1px -1px 0 #900 !important;
}

.box_green {
	padding-left: 101px;
	background: #53A444 url('https://img.ssls.cz/box_green-bg.png') 21px 15px no-repeat;
	color: #fff !important;
	text-shadow: -1px -1px 0 #478d3a !important;
	border: none;
}

.box_green * {
	color: #fff !important;
	text-shadow: -1px -1px 0 #478d3a !important;
}

.box_attention {
	padding-left: 101px;
	background: #FFFFBF url('https://img.ssls.cz/attention.png') 15px 15px no-repeat;
	border: 1px solid #FFC926;
	text-shadow: 1px 1px 0 #fff !important;
}

.box_attention_small {
	padding: 10px;
	padding-left: 60px;
	background: #FFFFBF url('https://img.ssls.cz/attention_small.png') 15px 15px no-repeat;
	border: 1px solid #FFC926;
	text-shadow: 1px 1px 0 #fff !important;
	margin-bottom: 3px;
}

.box_attention *,
.box_attention_small * {
	text-shadow: 1px 1px 0 #fff !important;
}

ul, ol {
	margin: 0 0 12px 20px;
	padding: 0;
}

ul li {
	list-style: circle;
	list-style-type: circle;
	margin: 0 0 5px 20px;
	padding: 0;
}

header {
  padding: 50px 0 30px 0;
}

header h1 {
  margin: 0;
	/*padding: 70px 0 70px 0;*/
}

header h1 a {
  display: block;
  width: 290px;
  /*height: 73px;*/
  margin: 0 auto;
  /*background: url(/images/sprites5.png) -1px -1px no-repeat;*/
}

header h1 a span {
  display: none;
}

header nav {
  width: 980px;
  margin: 0 auto;
}

header nav ul {
  overflow: hidden;
  background: #6C6D6F;
  margin: 0;
  padding: 0;
}

header nav ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0;
}

header nav ul li a,
header nav ul li a:visited {
  display: block;
  padding: 0 18px;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  text-decoration: none;
  color: #fff !important;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a.active {
  background: #EC1B23;
}

header nav ul li a span#menu-logo {
  display: block;
  /*width: 24px;*/
  height: 48px;
  /*background: url(/images/sprites5.png) -292px 9px no-repeat;*/
}

header nav ul li:last-child {
  float: right;
  border-left: 1px solid #fff;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl-row {
  display: table-row;
}

.tbl-cell {
  display: table-cell;
  padding: 0 15px;
}

.cw25 {
  width: 25%;
}

table {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin: 0 0 12px 0;
	padding: 5px;
	border-spacing: 0;
	background: #fff;
}

table thead tr th {
	background: #6C6D6F;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	padding: 8px 0;
}

table tbody tr td {
	padding: 8px 5px;
}

table tbody tr:nth-child(even) td {
	background: #e9e9e9;
}

table.noformat {
    border: none !important;
    background: none !important;
    padding: 0 !important
}

table.noformat td {
    background: none !important;
    padding: 0 0 2px !important
}

.button,
.button:visited {
	padding: 5px 12px;
  background: #EC1B23 /* RED */;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2px;
	font-size: 15px;
}

.button:hover,
.button:active {
  background: #A71529 /* DARK RED */;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

.small_button {
  font-size: 13px;
  padding: 3px 8px;
}

.bigger_button {
  font-size: 21px;
  padding: 12px 23px;
}

section {
  width: 980px;
  overflow: hidden;
	margin: 0 auto 30px auto;
}

section.graybg {
  width: 920px;
	background: #ECECEC;
	padding: 40px 30px;
}

section.whitebg {
  padding: 20px 0;
}

section article {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

section p {
	margin: 0;
	padding: 0 0 8px 0;
	text-align: justify;
}

.leftarticle,
.rightarticle {
	width: 475px;
	float: left;
}

.rightarticle {
	float: right;
}

footer {
  /*background: #6C6D6F;
	border-top: 8px solid #EC1B23;*/
	border-top: 1px solid #6C6D6F;
  width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
}

footer * {
	/*color: #fff;*/
}

footer nav {
	text-align: center;
}

footer nav a,
footer nav a:visited {
  display: inline-block;
  padding: 0 8px;
  /*color: #fff !important;*/
  font-size: 13px;
  border-right: 1px solid #A3A3A3;
}

footer nav a:last-child {
  border-right: none !important;
}

footer nav a:hover,
footer nav a:active,
footer nav a.active {
  text-decoration: none;
}

footer .copyrights {
  margin: 38px 0 0 0;
  text-align: center;
  font-size: 12px;
}

ul.niked li {
	margin: 0;
	padding: 0 0 11px 23px;
	list-style: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yNS8xMx97JFcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA9klEQVQokZWSsXGDQBBFH4xz1IHdgZ0RopzEHeiuAlOCS5ArAJXgGV0uZVxk6EDqwKoAB148Owt4xM/u39673X+XsFJ5Xb4AJyBTdp+shGwE8qzsG7BNVza0NxCAqnXH7m5QXpcO2Bn70LpjA3AXSHLZG7sHqnGR5HW5NQVd9OFbQRZziT50wzAA8AA0wKMq+tA3sZBL9KHTRgo4U/SW1+WTdFMxk0v0oTEeiRw4AYXyz9LVl6nvZaS/0cfRxrArc6DgNxetG+A0RCsFkHkPZi8z60kuE5DoXW6d0+dcLrOg6MOF6V8BuDJ9kH87QkC2q9elXLR+AK2MUe00ZTHOAAAAAElFTkSuQmCC) left 1px no-repeat;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.highlight {
	background: #ffe583;
	display: inline-block;
	border-radius: 5px;
	padding: 0 3px;
}

pre {
  font-family: courier;
  word-break: break-all;
  word-wrap: break-word;
  background: #fefefe;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 8px;
}
