* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #404142;
    font-family: Arial, helvetica, sans-serif;
    font-size: 80%; /* 100% == 16px */
    line-height: 130%;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
legend,
.no-display {
    display: none;
}
img {
    border: none;
}
img.float-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.float-right {
    float: right;
    margin: 0 0 10px 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
textarea,
input {
    border: 1px solid #c6c6c6;
    padding: 2px;  
}
select {
    border: 1px solid #c6c6c6;
    padding: 2px;
}
address {
    font-style: normal;
}
button {
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    color: #fff;
    cursor: pointer;
    font-style: italic;
    padding: 1px 8px 1px 2px;
}
ul,
ol {
    margin: 20px;
}
p {
    margin: 5px 0 20px 0;
}
a {
    color: #404142;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.ico {
    display: block;
    float: left;
    margin: 10px 20px 10px 0;
}
.bold {
    font-weight: bold !important;
}
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.error_color {
    color: #ff0000 !important;
}
.back,
.more {
    display: block;
    margin: 10px 0;
    text-align: right;
}
.back a,
.more a {
}
/*
strong.perex {
    display: block;
    margin-bottom: 20px;
    text-align: justify;
}
*/
h1, h2, h3, .like_h3, h4 {
    color: #2b73b1;
    font-weight: bold;
    line-height: 117%;
}
h1 {
    font-size: 230%;
}
h2 {
    font-size: 180%;
}
.like_h3,
h3 {
    font-size: 150%;
}
h4 {
    font-size: 110%;
}
#container {
    margin: 0 auto;
    width: 970px;
}
#top {
    padding: 10px 0 10px 10px;
}
#top h1.logo,
#top h3.logo {
    float: left;
    height: 88px;
    width: 215px;
}
#top h1.logo a,
#top h3.logo a {
    background: transparent url('/media/page/logo.png') no-repeat 10px 10px;
    display: block;
    height: 68px;
    padding: 10px;
    width: 195px;
}
#menu {
    float: right;
    padding-top: 20px;
}
#menu ul {
    list-style-type: none;
    margin: 0;
}
#menu ul li {
    float: left;
}
#menu ul li a {
    background: transparent none no-repeat right top;
    display: block;
    height: 48px;
    text-decoration: none;
    white-space: nowrap;
    _width: 60px;
}
#menu ul li a * {
    cursor: pointer;
}
#menu ul li a.active {
    background-image: url('/media/page/menu-active/right-bg.png');
}
#menu ul li a span {
    background: transparent none no-repeat left top;
    color: #4182b9;
    display: block;
    font-size: 120%;
    font-weight: bold;
    height: 18px;
    line-height: 120%;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    _width: 20px;
}
#menu ul li a:hover,
#menu ul li a:hover span {
    color: #19466b;
}
#menu ul li a.active:hover,
#menu ul li a.active:hover span {
    color: #fff;
}
#menu ul li a.active span {
    background-image: url('/media/page/menu-active/left-bg.png');
    color: #fff;
}
#content {
    padding: 0 0 10px 0;
}
div.frontpage_banner {
    background: transparent url('/media/page/banner/bg.png') no-repeat left top;
    height: 47px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 19px 25px;
    width: 920px;
}
div.frontpage_banner div.wiki-box p,
div.frontpage_banner h2 {
    color: #fff;
    font-size: 270%;
    font-style: oblique;
    font-weight: normal;
    float: left;
    line-height: 135%;
    margin-right: 40px;
}
div.frontpage_banner div.wiki-box strong,
div.frontpage_banner h2 strong {
    font-size: 110%;
    font-weight: bold;
}
div.frontpage_banner div.wiki-box p {
    margin: 0 40px 0 0;
}
div.frontpage_banner a.more_info {
    background: #fff url('/media/page/banner/more-info/bg-right.png') no-repeat right top;
    display: block;
    float: left;
    height: 46px;
    overflow: hidden;
    text-decoration: none;
}
div.frontpage_banner a.more_info span.mi_left {
    background: transparent url('/media/page/banner/more-info/bg-left.png') no-repeat left top;
    display: block;
    height: 46px;
    white-space: nowrap;
    _width: 60px;
}
div.frontpage_banner a.more_info span.mi_left span.mi_shadow {
    background: transparent url('/media/page/banner/more-info/shadow.png') no-repeat center 20px;
    color: #b44108;
    display: block;
    font-size: 150%;
    font-weight: bold;
    height: 26px;
    line-height: 120%;
    padding: 12px 15px 8px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    _width: 60px;
}
#left_col {
    float: left;
    margin-right: 7px;
    width: 243px;
}
#contain {
    float: left;
    padding: 0 10px;
    width: 700px;
}
.box {
    display: block;
    padding: 10px 12px;
}
.box.last {
    margin-right: 0;
}
.box .like_h3,
.box h3 {
    color: #404142;
    font-style: oblique;
    line-height: 150%;
}
.box.question .like_h3 {
    line-height: 120%;
}
.box.iconed h3 {
    background: transparent none no-repeat right top;
    color: #2b73b1;
    padding: 2px 0 18px;
}
.box ul,
.box ol {
    margin: 5px 25px;
}
.box p {
    margin: 5px 0;
}
.box.iconed p {
    margin: 0;
}
.box.iconed ul {
    list-style-type: none;
    margin: 10px 0;
}
.box.iconed ul li {
    background: transparent url('/media/page/li.png') no-repeat 3px 5px;
    line-height: 140%;
    padding: 0 0 0 15px;
}
.box.iconed ul li a {
    font-weight: bold;
}
.box.iconed ul li a:hover {
    color: #2b73b1;
    text-decoration: underline;
}

#footer {
    border-top: 1px solid #d1d1d1;
    padding: 10px 15px;
}
#bottom_info {
    background: transparent url('/media/page/ico-house.png') no-repeat 10px 2px;
    float: left;
    padding-left: 45px;
}
#bottom_info h4 {
    color: #404142;
}
#copyright {
    float: right;
    text-align: right;
    padding-right: 10px;
}
#page-footer {
    border-top: 1px solid #d1d1d1;
    margin-top: 10px;
    padding-top: 10px;
}
div.left-col-box {
    background: transparent url('/media/page/left-col-box-middle.png') repeat-y left top;
}
div.left-col-box h3 {
    background: transparent url('/media/page/left-col-box-top.png') no-repeat left top;
    font-style: italic;
    height: 37px;
    margin: 0;
    padding: 18px 0 0 14px;
}
div.nase-sluzby h3 {
    background: transparent url('/media/page/nase-sluzby-top.png') no-repeat left top;
}
div.newsletter h3 {
    background: transparent url('/media/page/newsletter-top.png') no-repeat left top;
    height: 38px;
}
div.newsletter p {
    font-size: 92%;
    margin: 2px 14px 10px 14px;
}
div.newsletter form {
    padding: 5px 14px;
}
div.left-col-box ul {
    margin: 0 14px;
    padding: 2px 0 6px 0;
}
div.left-col-box li {
    background: transparent url('/media/page/left-col-box-item.png') no-repeat left 8px;
    list-style-type: none;
    padding: 3px 0 3px 14px;
}
span.left-col-box-bottom {
    background: transparent url('/media/page/left-col-box-bottom.png') no-repeat left top;
    display: block;
    font-size: 0;
    height: 6px;
    line-height: 0;
    margin-bottom: 20px;
    width: 243px; 
}
#phone {
    background: transparent url('/media/page/tel.png') no-repeat 8px top;
    height: 52px;
    margin-bottom: 20px;
}

#kontakt_form {
    margin-top: 40px;
}
#kontakt_form h3 {
    margin-bottom: 5px;
}
#kontakt_form label {
    display: block;
    float: left;
    padding: 2px 5px 0 0;
    text-align: right;
    width: 100px;
}
#kontakt_form label.souhlas {
    width: 480px;
}
#kontakt_form div.form-field {
    padding: 5px 0;
}
#kontakt_form div.button {
    text-align: right;
}
#kontakt_form input.souhlasim {
    border: 0 none;
}

