* {
margin: 0;
padding: 0;
list-style-type: none;
}

h1#pagename,
hr.hr,
div.menu1-anchor,
div.quicksearch-anchor,
div.top-anchor,
div#navigate {
display: none;
}

a,
a:link,
a:visited {
color: #2A67A3;
text-decoration: underline;
}

a:hover {
color: #002D61;
text-decoration: none;
}

/* Zakladni layout */
html {
background: #E9E7E7 url('html.gif') 0 0 repeat-x;
}

body {
/*font-family: arial, tahoma, sans-serif;*/
font-family: tahoma, arial, sans-serif;
font-size: 12px;
position: relative;
padding-bottom: 15px;
}

div.page {
width: 767px;
margin: 0 auto;
padding-top: 69px;
background: url('page.gif') 0 0 no-repeat;
}

div.page-box {
background: url('page-box.gif') 0 0 repeat-y;
}

div.main {
padding-top: 29px;
background: url('main.gif') 0 0 no-repeat;
}

div.main-box {
/*padding-left: 12px;
padding-right: 12px;
padding-bottom: 29px;*/
padding: 0 12px 13px 12px;
background: url('main-box.gif') left bottom no-repeat;
}

/* Header */
div#header {
width: 743px;
height: 150px;
background: url('header.jpg') 0 0 no-repeat;
margin-bottom: 1px;
}

div#header a#logo {
display: block;
width: 743px;
height: 150px;
}

div#header a#logo span {
display: none;
}

/* Area & container */
div#area {
background: #fff url('area.jpg') 1px 0 repeat-y;
}

div#area-box {
background: url('area-box.jpg') 1px 0 no-repeat;
}

div#container {
background: url('container.jpg') 1px bottom no-repeat;
padding-bottom: 5px;
overflow: hidden;
zoom: 1;
}

/* Column */
div#column {
width: 173px;
padding: 0 1px;
height: auto !important;
height: 470px; /* IE6 */
min-height: 470px;
}

div#column div.multibox {
}

div#column div.multibox div.multibox-header {
height: 19px;
line-height: 19px;
border: 1px solid #ECECEC;
background: url('multibox-header.gif') 0 0 repeat-x;
}

div#column div.multibox div.multibox-header h3 {
color: #fff;
text-transform: uppercase;
text-indent: 15px;
font-weight: bold;
font-size: 12px;
}

div#column div.multibox div.multibox-body {
padding: 15px;
}

/* Items catalog */
div#column ul.items-catalog {
}

div#column ul.items-catalog li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #fff;
}

div#work ul.items-catalog li {
overflow: hidden;
zoom: 1;
}

div#work ul.items-catalog li a.news-image {
float: right;
margin: 0 0 5px 10px;
}

div#work ul.items-catalog li a.news-image img {
margin: 0;
}

div#column ul.items-catalog li h3 {
font-size: 13px;
color: #FFE401;
margin-bottom: 3px;
}

div#column ul.items-catalog li h4 {
font-size: 11px;
font-weight: normal;
color: #FFE401;
margin-bottom: 3px;
}

div#column ul.items-catalog li blockquote {
font-size: 11px;
color: #fff;
}

div#column ul.items-catalog li a {
color: #FFE401;
}

/* Menu */
div#menu2 {
font-size: 11px;
}

div#menu2 ul {
}

div#menu2 ul li {
display: inline;
}

div#menu2 ul li a {
display: block;
height: 19px;
line-height: 19px;
border: 1px solid #ECECEC;
background: url('multibox-header.gif') 0 0 repeat-x;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 0 10px;
cursor: default;
}

div#menu2 ul li ul {
padding: 10px 0;
}

div#menu2 ul li ul li {
}

div#menu2 ul li ul li a {
display: block;
height: auto;
background: none;
line-height: 120%;
text-transform: none;
font-weight: normal;
border: 0;
margin-bottom: 10px;
cursor: pointer;
}

div#menu2 ul li ul li a:hover {
color: #FFE50A;
text-decoration: underline;
background: url('menu2-level2-bullet.gif') 1px 2px no-repeat;
}

div#menu2 ul li ul li ul {
padding: 0 10px 0 15px;
}

div#menu2 ul li ul li ul li {
}

div#menu2 ul li ul li ul li a {
background: url('menu2-level3-bullet-active.gif') left 4px no-repeat;
}

div#menu2 ul li ul li ul li a:hover {
text-decoration: none;
background: url('menu2-level3-bullet-active.gif') left 4px no-repeat;
}

body:lang(cz) div#menu2 ul li ul li ul li a,
body:lang(cz) div#menu2 ul li ul li ul li a:hover {
background-position: left 5px;
}

/* Content */
div#content {
float: right;
width: 564px;
}

div#content-box {
padding: 0 16px 16px 16px;
}

/* Pagetitle */
div#pagetitle {
margin: 9px 0 10px 0;
}

div#pagetitle h1,
div#pagetitle h2 {
color: #fff;
font-size: 14px;
text-transform: uppercase;
text-indent: 10px;
width: 531px;
height: 30px;
line-height: 30px;
background: url('pagetitle.jpg') 0 0 no-repeat;
}

/* Work */
div#work {
color: #111111;
}

div#work strong {
/*color: #15579A;*/
font-weight: bold;
}

div#work a,
div#work a:link,
div#work a:visited {
color: #2A67A3;
text-decoration: underline;
}

div#work a:hover {
color: #002D61;
text-decoration: none;
}

div#work hr {
height: 1px;
border: 0;
border-top: 1px solid #15579A;
color: #15579A;
margin: 15px 0;
padding: 0;
}

div#work p {
margin-bottom: 15px;
text-align: justify;
}

div#work blockquote {
margin: 15px 0;
}

div#work ul,
div#work ol {
margin: 15px;
}

div#work ul {
margin-left: 5px;
}

div#work ul li {
background: url('li-bullet.gif') 0 5px no-repeat;
padding-left: 12px;
}

div#work ol li {
list-style-type: decimal;
}

div#work h2 {
color: #15579A;
font-size: 14px;
margin-bottom: 15px;
}

div#work h3 {
color: #15579A;
font-size: 12px;
margin-bottom: 15px;
}

div#work h4 {
color: #111111;
margin-bottom: 5px;
font-size: 12px;
}

div#work img {
margin: 10px;
padding: 1px;
border: 1px solid #BCD9F7;
}

div#work img,
div#work a img {
margin: 10px;
padding: 1px;
border: 1px solid #BCD9F7;
}

div#work a:hover img {
border-color: #2A659D;
}

/* Footer */
div#footer {
height: 18px;
line-height: 18px;
background: url('footer.gif') 0 0 no-repeat;
margin-left: 2px;
font-size: 10px;
text-align: right;
padding: 0 10px;
}

div#footer div {
display: inline;
padding-left: 3px;
}

/* Layer */
div#layer1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

div#layer1-box {
width: 767px;
margin: 0 auto;
position: relative;
}

/* Layer - Menu1 */
div#menu1 {
position: absolute;
top: 71px;
left: 13px;
width: 741px;
height: 25px;
line-height: 25px;
background: url('menu1.gif') 0 0 no-repeat;
}

div#menu1 ul {
padding: 0 20px;
}

div#menu1 ul li {
float: left;
background: url('menu1-separator.gif') top right no-repeat;
margin-right: 10px;
padding-right: 10px;
}

div#menu1 ul li.m11il {
background: none;
margin-right: 0;
padding-right: 0;
}

div#menu1 ul li a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
}

div#menu1 ul li a:hover,
div#menu1 ul li a#m11active {
color: #FFE508;
}

/* Layer - search */
form#search {
position: absolute;
top: 0;
left: 0;
display: none;
}

form#search fieldset {
border: 0;
}

form#search fieldset legend {
display: none;
}

form#search fieldset input.text {
position: absolute;
left: 440px;
top: 25px;
width: 180px;
border: 1px solid #9C9C9C;
background: url('input-text.gif') 0 0 no-repeat;
padding: 2px 4px; 
}

form#search fieldset input.submit {
position: absolute;
left: 640px;
top: 19px;
display: block;
width: 78px;
height: 35px;
border: 0;
background: url('input-submit-search.gif') 0 0 no-repeat;
cursor: pointer;
}

/* Sortiment */
div#work div.sortiment table {
width: 100%;
table-layout: fixed;
border-spacing: 0;
border-collapse: collapse;
/*font-size: 12px;*/
font-size: 10px;
}

div#work  div.sortiment table tr td {
height: 25px;
vertical-align: middle;
/*padding: 0 15px;*/
padding: 0 5px;
/*text-align: right;*/
text-align: left;
border: 1px solid #5B7CB1;
}

/*div#work  div.sortiment table tr.odd td*/
div#work  div.sortiment table tr.blue td {
background-color: #BCD9F7;
}

div#work  div.sortiment table tr td.desc {
font-weight: bold;
/*text-align: left;*/
}

div#work  div.sortiment table tr:hover td {
background-color: #E0EBF7;
}

div#work  div.sortiment table tr.odd:hover td {
background-color: #9DC9F7;
}

/* Sortiment - vystinovany obrazek */
div#work  div.sortiment a.sortiment-image {
display: block;
width: 329px; 
margin: 0 auto;
font-size: 0;
line-height: 0;
background: url('sortiment-img-shadow.gif') right bottom no-repeat;
outline: none;
}

div#work  div.sortiment a.sortiment-image span.shadow2 {
display: block;
width: 329px;
background: url('sortiment-img-shadow-bl.gif') left bottom no-repeat;
}

div#work  div.sortiment a.sortiment-image span.shadow1 {
display: block;
width: 310px;
padding-right: 19px;
padding-bottom: 21px;
background: url('sortiment-img-shadow-tr.gif') right top no-repeat;
}

div#work  div.sortiment a.sortiment-image img {
border: 0; /* Override global settings */
border-top: 10px solid #739BC2;
border-left: 10px solid #739BC2;
margin: 0; /* Override global settings */
padding: 0; /* Override global settings */
}

/* Kontaktni formular */
form#kontaktni_form_1 {
margin-top: 40px;
}

form#kontaktni_form_1 span.required,
form#kontaktni_form_1 span.quick-form-required-note-asterisk {
color: #15579A;
font-weight: bold;
font-family: verdana;
}

form#kontaktni_form_1 span.quick-form-required-note-text {
}

form#kontaktni_form_1 span.required {
margin-right: 3px;
}

form#kontaktni_form_1 fieldset {
border: 0;
}

form#kontaktni_form_1 fieldset legend {
display: none;
}

form#kontaktni_form_1 fieldset dl {
overflow: hidden;
zoom: 1;
margin-bottom: 3px;
position: relative;
}

form#kontaktni_form_1 fieldset label {
float: left;
width: 160px;
text-align: right;
margin-right: 5px;
}

form#kontaktni_form_1 fieldset input.text,
form#kontaktni_form_1 fieldset textarea {
border: 1px solid #D2D0D0;
vertical-align: middle;
width: 200px;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
padding: 0 3px;
color: #111111;
}

form#kontaktni_form_1 fieldset textarea {
height: 75px;
}

form#kontaktni_form_1 fieldset input.submit {
border: 1px outset #D2D0D0;
background: #E7E7E7;
cursor: pointer;
}

form#kontaktni_form_1 span.error {
color: red;
position: absolute;
left: 380px;
}

form#kontaktni_form_1 br {
display: none;
}

/* Pager navigation */
div.pager-navigation {
text-align: right;
}

div.pager-navigation div {
display: inline;
padding: 0 0 0 5px;
}






