blockquote/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video { display: inline-block;}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {display: none; height: 0;}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {display: none;}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */

html {background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {margin: 0;}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {outline: thin dotted;}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {outline: 0;}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 { font-size: 2em; margin: 0.67em 0;}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {font-weight: bold;}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {font-style: italic;}

/**
 * Address differences between Firefox and other browsers.
 */

hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}

/**
 * Address styling not present in IE 8/9.
 */

mark {background: #ff0; color: #000;}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em;}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {white-space: pre-wrap;}

/**
 * Set consistent quote types.
 */

q {quotes: "\201C" "\201D" "\2018" "\2019";}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {font-size: 80%;}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {border: 0;}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {overflow: hidden;}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {margin: 0;}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {border: 0; /* 1 */  padding: 0; /* 2 */}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input { line-height: normal;}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {text-transform: none;}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
 */

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {cursor: default;}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
 */

input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */  box-sizing: content-box;}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {border-collapse: collapse; border-spacing: 0;}

/* basic typography -------------------------------------------------------------- */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */
body { font-size: 16px; color: #54585e; font-family:Arial, Helvetica, sans-serif; background: #FFF;}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #383d43;}
h1 { font-size: 30px; line-height: 30px; border-bottom:#383d43 dotted 1px; padding-bottom:10px;}
h2 { font-size: 18px; line-height: 18px; margin:0 0 10px; padding: 10px 0; border-bottom:#8d9193 solid 1px;}
h3 { font-size: 18px; line-height: 20px; margin:0 0 10px; padding: 10px 0; border-bottom:#d30808 solid 1px;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements -------------------------------------------------------------- */
p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 0 8px 8px 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

/*a:visited { color: #30334A; } */
a { color: #231f1d; text-decoration: underline; }
a:focus, a:hover { color: #000; }

hr { color: #8c8c8c; background-color: #8c8c8c; border:none; height: 1px; margin: 6px 0 6px 0; clear:both;}

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 1.22; font-size: xx-small;}
sup {vertical-align: top;}
suB {vertical-align: bottom;}

abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; color:#d0a600; }

/* Lists -------------------------------------------------------------- */
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

/* Tables -------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #acaeb9;}
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; color:#000; }

/* Misc classes -------------------------------------------------------------- */
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }

.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }

.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

/* Pre-seting Web site -------------------------------------------------------------- */

@media screen, projection {

.gdpr { font-size:11px;}

h1, h2{font-weight:normal;  text-align:center; position:relative;}
h3, h4, h5 {font-weight:normal; text-align:center; position:relative;}
p { margin:0; padding:6px 0; line-height:1.2; font-weight:normal;}
select, input, textarea {background: #F1F1F7; border:1px solid #D3D4DC; color:#303840;}
.cleaner { clear:both; }

/* web DT logistic -------------------------------------------------------------- */

::-moz-selection { background:#d9dde2; color:#000;}
::-webkit-selection { background:#d9dde2; color:#000;}

.midle, #obsahHolder p.midle {text-align:center;}

.wrapper { width:993px; min-height:600px; margin: 0 auto; padding:0; position:relative; background: #FFF;}

#header { min-height: 260px; margin:0 auto; color:#383d43; position:relative; background: #FFF url(../images/bg_header.jpg) no-repeat top center;}
#headerWrapper {min-height: 260px; width:993px; margin:0 auto; position:relative;}
a#logo { display:block; width: 228px; height: 93px; text-decoration:none; z-index:2; position:absolute; top:20px; left:20px;}
#langHolder { text-align:left; position:absolute; top:5px; right:20px; color:#fff; z-index:21; font-size:13px;}
#langHolder a {color:#bdbdbd; text-decoration:none;}
#langHolder a:hover {color:#231f20; text-decoration:underline;}
#langHolder span {color:#231f20; }
#rychKont { position:absolute; top: 40px; right:5px; text-align:center; background:url(../images/20-perc-black.png) repeat; padding:20px; z-index:20;font-size:13px;}
#rychKont strong { color:#231f20; font-size:24px; font-weight:normal;}
#rychKont span { font-size:18px; font-weight:normal; letter-spacing:-1px; line-height:22px; color:#000;}
.slogan { color:#383d43; position:absolute; bottom:25px; left:10px; font-family: Helvetica Neue, Arial, Helvetica; font-size: 30px; line-height:38px; font-style: normal; font-variant: normal; font-weight: 100; text-align:left;}
.headerStrike {background:url(../images/20-perc-black.png) repeat; min-height:84px; position:absolute; left:0; bottom:0; width:100%; z-index:10;}

#menu { height:38px; font-size:18px; font-weight: lighter; margin:10 auto; padding:0; text-align:center; background:#383d43; border-bottom:#000 solid 4px;}
#menu ul { margin:0; padding:0;}
#menu li { display:inline; list-style-type:none;}
#menu a {text-decoration:none; color:#fff; display:block; height:18px; line-height:38px; padding:10px 10px; line-height:17px; margin: 0; border-bottom:#000 solid 4px;}
#menu li a {display:inline-block; white-space:nowrap; color:#fff;}
#menu a:hover { border-bottom:#ff0000 solid 4px; background:#4d5155;}
#menu ul li.selected a { border-bottom:#ff0000 solid 4px;}

a.buton, input.buton, button.buton, p.buton {color:#FFF; font-size:14px; font-weight: normal; line-height:21px; height:21px; padding:4px 10px; text-decoration:none; position:relative;
-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius: 4px;  background-color:#ec0000;}
 p.buton { cursor:pointer; display:inline;}
a:hover.buton, input:hover.buton, button:hover.buton, p:hover.buton {color:#fff; background:#9d0000; }

input.buton, button.buton {padding:0 4px; margin:0 4px; height:24px;}

#obsahHolder { width:993px;  margin:35px auto 20px; padding-top:1px; border-bottom:#bbbabb 1px dotted;}
#obsahHolder p strong { color:#000;}
#obsahHolder ul { margin:0; padding-left:10px;}
#obsahHolder ul li {list-style-type:none; background: url(../images/web-arrows.png) no-repeat; background-position:-10px -245px; padding: 0 0 0 20px; margin-bottom:2px;}


.colmn1 { float:left; width:48%; border-right:#92989d 1px dotted; padding-right:10px; margin-bottom:10px; }
.colmn2 { float:right; width:49%;}

.colmn3n3 { float:left; width:307px; border-right:#92989d 1px dotted; padding:0 10px; margin:10px 0; }

.infoBlock { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#383d43; margin:20px 0; color:#FFF; position:relative; min-height:190px; overflow:hidden; font-size:14px;}
.infoBlock img { float:left;}
.infoBlock a { display:block; width:100%; height:100%; position:absolute; left:0; top:0; text-decoration:none;} 
.infoBlock a  strong { display:none;}
.infoBlock h3 { color:#FFF; margin:30px 0  20px 316px; font-size:24px; text-align:left;border-bottom:none;}
.infoBlock p { padding : 0 30px 20px 316px;}
.arrow { width:25px; height:25px; background:url(../images/web-arrows.png) no-repeat; background-position: -45px -210px; position:absolute; top:85px; right:0px;}
#infoLogo { width:113px; height:46px; background:url(../images/logo-dt-logistic-infoBlock.png) no-repeat; position:absolute; top:10px; right:10px;}

.serviceItem { width:45%; height:191px; background:#eff1f4; margin:10px 20px; position:relative; text-align:center; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left;}
.serviceItem:hover { background:#d9dde2;}
.serviceItem p { margin:0; padding:0; font-size:18px;}
.serviceItem a { display:block; width:100%; height:131px; text-decoration:none; padding-top: 60px;}
.serviceItem strong { font-size:24px; font-weight:normal; line-height:30px;}
.serviceItem span { position:absolute; bottom:0; left:20%; width: 60%; border-bottom:#ec0000 solid 4px; font-size:14px; line-height:30px;} 
.iconCheck {background:url(../images/icon-check.png) no-repeat top center; width:100%; height:22px; position:absolute; top:30px; }
.hlavni { background:#eff1f4 url(../images/bg-vavriny.gif) no-repeat top center;}

.chartBox {  -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; background:#eff1f4; clear:both; padding:10px;}

.QRkod { float:left; margin-right:10px; width:80px; height:auto;}

p.listBox { padding:6px 0 0; }
.listBox a { font-size:14px; background:#cb0000;-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; padding: 10px 10px 10px 35px; text-decoration:none; display:block; color:#fff; cursor:pointer;}
.listBox a:hover {background:#a70000; color:#fff;}
.listBox a.selected {color:#000; background:#d3d8de;}
.listBoxSubitem { border:#d3d8de solid 1px; border-top:none; background:#eff1f4;-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; padding:10px; color:#393939; display:none;}

.blockImg { display:block; width:100%; height:300px; overflow:hidden; text-align:center; padding:0; margin:0;}
.blockImg img { margin:0 auto; width: auto; height:100%;}

#footer { width:100%; margin:20px 0 0; clear:both; position:relative; font-size:11px; background:#383d43; }
#footer .wrapper {min-height:200px; padding:40px 0 20px 0; text-align:center; color:#9ca0a4; background:#383d43;}
#footer a { color:#9ca0a4;}
#footer a:hover { color:#fff;}
.colore { color:#fff;}
.footblock { background:#4f555b;-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; padding:10px; margin:10px; text-align:center;}
.footerLogo {height:60px; background:url(../images/logo-footer.png) no-repeat top center;}

/* popup window -------------------------------------------------------- */
#popupHolder { background:url(img/trans60per-white.png) repeat; position: fixed; top:0; left:0; z-index:999; width:100%; height:100%;}
#popup { border:#000 solid 5px; -moz-border-radius:10px; -webkit-border-radius: 10px; border-radius:10px; background:#eff1f4; margin:50px auto; padding:20px; max-width:640px; min-height:376px; position: relative; text-align:center; color:#000;}
.closebtn { background:#000; color:#FFF; font-weight:bold;-moz-border-radius:20px; -webkit-border-radius: 20px; border-radius:20px; width:30px; height:30px; position:absolute; top:-15px; right:-15px; line-height:30px; font-size:18px; cursor:pointer;}
.closebtn:hover { background:#5c5c5c;}
.closebtn strong, #popup span { display:none;}
#popup h4 { font-size:36px;}
#popup p { font-size:20px;}

@media (max-width: 720px) {
#popupHolder { position:absolute;}
#popup { width:84%; font-size:16px;}
#popup h4 { font-size:25px;}
#popup p { font-size:16px;}
} /* end media max-width: 720px */

/*---mailform---*/
#mainform { width:953px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; background:#eff1f4; color:#383d43; margin:20px auto; padding:20px; position:relative; clear:both;}
#mainform #form {}
#mainform h3 { font-family: Helvetica Neue, Arial, Helvetica; font-size: 30px; line-height:38px; font-style: normal; font-variant: normal; font-weight: 100; color:#383d43; text-align:left; margin:0; border-bottom:none;}
#mainform input { background:#fff; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border: #d3d8de solid 1px; width:238px;  margin:5px 3px 0 0;padding:5px;}
#mainform input[type=button] { display:block; width:127px; height:127px; padding:0 0 50px; background:url(../images/send-btn.png) no-repeat; position:absolute; bottom:75px; right:20px; color:#231f20; border:none;}
#mainform input[type=button].en { display:block; width:127px; height:127px; padding:0 0 50px; background:url(../images/en-send-btn.png) no-repeat; position:absolute; bottom:75px; right:20px; color:#231f20;}
#mainform input[type=button].de { display:block; width:127px; height:127px; padding:0 0 50px; background:url(../images/de-send-btn.png) no-repeat; position:absolute; bottom:75px; right:20px; color:#231f20;}
#mainform textarea {background:#FFF; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:d3d8de solid 1px; width:750px; height:80px; margin-top:5px; padding:5px; resize:none;}
#mainform label { display:none;}
#note{
color:black;
font-Weight:400;
}
#obsahHolder #mainform #returnmessage{ display:block; position:absolute; top:20px; left:20px; background:#2cbe0f; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#fff; text-align:center; width:741px; padding:10px;}
#obsahHolder #mainform #returnmessage:empty { display:none; }



.members a img {
filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.members a:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

/*input[type=submit] {width:266px; height:47px; font-size:18px; background: url(../images/button.png) no-repeat; background-position: 0 0; color:#000; border:none; cursor:pointer;}*/

 /* tabs */
dl.ergoTabs { position:relative; padding:0; overflow:auto; margin:0;}
dl.ergoTabs dt { cursor:pointer; float:left; height:25px; left:5px; line-height:25px; padding:0 1em; position:relative; z-index:2;
font-weight:normal; border:#e0e0e4 solid 1px; background:#ffffff;
-moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}

dl.ergoTabs dt.selected { font-weight: bold; background:#fbfbfb; border:#e0e0e4 solid 1px; border-bottom:#fbfbfb solid 1px;
-moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
dl.ergoTabs dt:hover { background:#fed100; border:#d0a600 solid 1px;}
dl.ergoTabs dd { float:right; margin:26px 0 0 -100%; width:100%; z-index:1; display:none; }
dl.ergoTabs dd.selected { display:block; }
dl.ergoTabs dd div { background:#fbfbfb; padding:15px; border:#e0e0e4 solid 1px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
dd table.edit {margin:0 auto; }
dd table.edit td { padding:0; }
dl.ergoTabs dt.hilighter { border:#fed100 solid 1px;}

/* tabulky  -------------------------------------------------------------- */

table.clr {
border-top: #1f5520 1px solid;
border-bottom: #e0e5ea 1px solid; color:#000;
width:100%; margin: 10px auto;
}
table.clr td {
background-color:#f3f6f9; padding: 0.3em;
border-bottom: #e0e5ea 1px solid; border-right: #f3f6f9 1px solid; vertical-align:middle;
}
table.clr th {
background-color:#464646; text-align:center;border-right: #616161 1px solid;
color:#fff; font-weight:normal;
border-bottom: #393939 1px solid; vertical-align:middle;
}
table.clr p {
background-color: #ebe9de; color: #353328;
padding:2px;
}

/* ostatni -------------------------------------------------------------- */

.picRight { display: block; float:right; background:#e0e2e7; border: #9b9da2 solid 1px; margin:0 0 10px 10px; padding:5px;}
.picRight img {border: #9b9da2 solid 1px;}

/* Sample obsahu -------------------------------------------------------------- */
blockquote, q { font-style: normal; background:#383d43; color:#a3a8ad; margin:5px 0; padding:20px; -moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
blockquote strong, blockquote a, blockquote a:hover { color:#fff;}
p.cite { text-align:right; font-style:italic;}
blockquote table td { padding:2px 0px; border-bottom:#b5bfc4 solid 1px;}

pre code {
border:1px dotted #5f5f5f;
background-color: rgba(0,0,0,0.1);
display:block;
max-height:15em;
overflow:auto;
padding:0.5em;
}

span.imgBox {
display:block;
width:200px;
float:right;
margin:0.5em 0 0.5em 0.5em;
border:1px solid #CCCCCC;
background:#333333;
}
span.imgBox span { padding: 0.5em; display:block;}

th, td {
/*border:1px solid gray;*/
padding:3px 0.5em;
}

form { margin:0; padding:0; border:none;}

p.error {
padding:0.5em; background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.error:empty {background: none repeat scroll 0 0 transparent; border: medium none;}

p.important {
padding:0.5em; text-align:center; color:#624005; font-size:11px;
background-color:#fec42b; border:1px solid #cb8100; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.warning, p.msieWarning {
padding:10px;
background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
z-index:100; position:absolute; top: 30px;
}
p.warning {top: 0px;}
p.msieWarning a { color:#FF0000; }
p.msieWarning a:hover { color:#5CFF1D; }

.msgOK {
background-color: #009900;
border-bottom:1px solid #00CC00;
border-top:1px solid #00CC00;
color:#a5ffa5; font-size:11px;
padding:10px; margin-bottom:10px; text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

#errMsg, p.warning, .msg {
background-color:#9f0000;
border-bottom:1px solid #f90000;
border-top:1px solid #f90000;
color:#FFF;
padding:10px;
margin-bottom:10px;
text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}
.msg, .msgOK { margin:0;}
#errMsg:empty, .msg:empty, .msgOK:empty { display:none; }
#errMsg.empty { display:none; } /*kvuli msie samostatny selector */
.msg.empty, .msgOK.empty { display:none; } /*kvuli msie samostatny selector */

input.error { border:#CC0000 solid 1px;}
label.error { background-color:#CC0000; color:#FFF; font-size:11px; border:#8f000a solid 1px; padding:2px 6px; display: block; margin:5px;
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-align:center;}

a.hover:hover { font-style:italic; }
a.active:active { font-weight:bold }

a.pdf, a[href$=".pdf"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -64px;
margin-left:3px; padding-left:20px;
}

/*a.image, a[href$=".jpg"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -16px;
margin-left:3px; padding-left:20px;
}*/
a.word, a[href$=".doc"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -112px;
margin-left:3px; padding-left:20px;
}
a.excel, a[href$=".xls"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -48px;
margin-left:3px; padding-left:20px;
}
a.compress, a[href$=".zip"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px 0px;
margin-left:3px; padding-left:20px;
}
a.text, a[href$=".txt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -96px;
margin-left:3px; padding-left:20px;
}
a.email, a[href^="mailto:"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -32px;
margin-left:3px; padding-left:20px;
}
a.ppt, a[href$=".ppt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -80px;
margin-left:3px; padding-left:20px;
}

table.pagination {
background: none repeat scroll 0 0 #efefef;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
color: #000;
empty-cells: hide;
margin: 10px 0;
text-align: center;
width: 100%;
}
table.pagination td strong {color: #000;}

#obsahHolder ul.gallery, #obsahHolder ul.gallery2 { width:100%;  list-style-type:none; margin:0; padding:10px 0; overflow: hidden;}
#obsahHolder ul.gallery li { list-style:none; text-align:center; width:232px; height:178px; position:relative; background:none; padding:0;}
ul.gallery li, ul.gallery2 li {float:left; margin:0 5px 20px 5px; background:#ececec; border:#c9c9c9 solid 1px;-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
ul.gallery li img { padding:10px; width:212px;}
ul.gallery li:hover {border:#484848 solid 1px;}
ul.gallery2 li img {background:#fbfbfb; border:#e0e0e4 solid 1px;}

#obsahHolder ul.gallery li p { background: #484848; font-size:11px; color:#fff; width:100%; height:13px; line-height:13px; overflow:hidden; margin:0 auto; padding:0; position:absolute; bottom: 15px; text-align:center;}

/*-----------------------------------------------------------------------------*/
} /* end media screen */

@media (max-width: 1180px) {
.wrapper { overflow:hidden;}
} /* end media min-width: 1180px */

@media (max-width: 990px) {
.wrapper, #menu, #header, #obsahHolder, #menu ul li ul, #mainform, #headerWrapper { width: inherit;}
#menu { min-height:38px; height:inherit;}
#menu a, #menu a:hover { border-bottom:none;}
#obsahHolder { padding:10px;}
#mainform input { width:23%;}
#mainform textarea { width:74%;} 
#obsahHolder .newsDetail ul.gallery, #obsahHolder .newsDetail ul.gallery2 { width:100%;}
.serviceItem { width:45%; margin:10px 2%;}
.serviceItem a { width:inherit;}
} /* end media max-width: 990px */

@media (max-width: 847px) {
.slogan { display:none;}
#langHolder { position:absolute; right:inherit; left:20px; bottom:30px; top:inherit;}
#langHolder a { color:#000;}
#header { height:inherit; background-position:left top;}
#rychKont span, #header #rychKont p, #rychKont strong { color:#FFF;}
#rychKont { height:74px; width:60%; top:inherit; bottom:0px; padding:5px;}
#rychKont p br { display:none;}
#rychKont p { padding:0;}
#rychKont span, #rychKont strong { font-size:14px;}
a#logo img { width:159px; height:64px;}
#infoLogo { display:none;}
} /* end media max-width: 847px */

@media (max-width: 680px) {
#rychKont { width:50%;}
#mainform h3 { text-align:center;}
#mainform { padding:10px;}
#mainform input, #mainform textarea { width: 96%; margin: 5px 0 0 0; padding: 5px 2% 5px 2%;}
#mainform input[type=button] { position: relative; bottom:inherit; right:inherit; margin:10px auto 0;}
.colmn1, .colmn2 { float:inherit; width:inherit; border:none; padding:0;}
.serviceItem { width:90%; margin:10px 4%;}
.serviceItem a { width:inherit;}
#obsahHolder ul { padding:0;}
ul.gallery li { width:100%; margin:0 0 5px 0;}
#obsahHolder ul.gallery li p { width:100%; left:0;}
.infoBlock { text-align:center;}
.infoBlock img { float:inherit; margin:0 auto;}
.infoBlock p { padding:20px;}
.infoBlock h3 { margin:0; text-align:center; padding-top:20px;}
} /* end media max-width: 680px */

@media (max-width: 520px) {
#rychKont { display:none;}
} /* end media max-width: 520px */

@media print {
body {
background:white;
color:black;
font-size:12pt;
}
/*a:after {
content:" (" attr(href) ") ";
font-size:12pt;
}*/
a img { border:0; }
#header { border-bottom:1px solid black; }
#langHolder, #sliderHolder, #menu, .homeBanner, .newsItem img { display:none;}
.newsItem h4, .newsItem a.buton { margin:0; padding:0;}
.blockYel { margin:10pt auto; border-bottom:1px solid black; border-top:1px solid black; }
.footer {font-size:9pt;}
table.pagination a:after { content:""; }
.breadcrumb { font-size:9pt; line-height:9pt; margin:9pt 0; border-top:black 1px dotted; border-bottom:black 1px dotted;}
}  /* end media print */