body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: Helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

a {
    outline: none;
}

div, p, hr, ul {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 15px;
    margin: 0px;
}

p {
    margin: 0px;
    font-family: Arial, sans-serif;
    line-height: 22px;
    text-align: justify;
}

ul {
    margin: 0px;
}

a, a:active, a:focus, a:link, a:visited {
    color: #500000;
}

a:hover {
    color: #a00000;
    text-decoration: underline;
}

img {
    border: 0px;
}

.hidden {
    display: none;
}

.inline {
    display: inline;
}

.clear {
    clear: both;;
}

.text-right {
    text-align: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

.right-clear {
    clear: both;
    float: right;
}

span.lighter {
    color: #aaa;
}

body {
    text-align: center;
}

#center {
    text-align: left;
    /*background-color: #e0e0e0;*/
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#left {
    display: none;
    float: left;
    margin-left: auto;
    margin-right: 0px;
    width: 70px;
}

#right {
    display: none;
    clear: both;
    float: right;
    margin-right: auto;
    margin-left: 0px;
    width: 180px;
}

/*
 * MAIN
 */
div.hr {
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 5px;
    background: url(../content.all/line-lightest.png) repeat-x left;
}

#content-hr {
    margin-bottom: 25px;
}

#head {
    margin-bottom: 25px;
}

/*
 * FOOTER
 */
#footer {
    clear: both;
    text-align: right;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
    color: #aaa;
    padding-top: 25px;
}

#footer hr {
    color: #555;
    background-color: #555;
    height: 2px;
    border: none;
}

#footer p {
    margin: 5px 0px 50px 0px;
    text-align: right;
}

#footer a {
    color: #aaa;
}

/*
 * PAGE NAVIGATION
 */
#page-navigation { /*border-top:2px #000 solid;*/
    float: right;
    font-size: 10px;
    text-align: right;
    color: #666;

    margin-top: -12px;
}

#page-navigation-line {

}

/*
 * CONTENT
 */
#content {
    clear: both;
    padding-top: 50px;
}

#content .left-column {
    float: left;
    clear: both;
    width: 400px;
}

#content .right-column {
    float: right;
    clear: right;
    width: 400px;
}

#content .left-column500 {
    float: left;
    clear: both;
    width: 500px;
}

#content .right-column300 {
    float: right;
    clear: right;
    width: 300px;
}

#content h1 {
    background: url(../content.all/line-lightest.png) repeat-x left top;


    /*display: block;*/
    font-size: 42px;
}

#content h2 {
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    color: #444;
}

#content p {
    margin-top: 10px;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}

#content p.highlight {
    font-size: 18px;
    line-height: 25px;
    color: #555;
    padding: 10px;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #f3f3f3;
}

#content p a {
    /*font-weight: bold;*/
}

h1 a, h1 a:active, h1 a:focus, h1 a:link, h1 a:visited, #content h2 a, #content h2 a:active, #content h2 a:focus, #content h2 a:link, #content h2 a:visited {
    color: #000;
    text-decoration: none;
}

#content h1 a:hover, #content h2 a:hover, #content h1 a.lighter:hover {
    color: #a00000;
    text-decoration: underline;
}

#content h1 a.lighter {
    color: #555;
}

#content div.space {
    height: 30px;
    clear: both;
    margin: 0px;
    padding: 0px;
}

#content div.big-space {
    height: 50px;
    clear: both;
    margin: 0px;
    padding: 0px;
}

/*
 * MENU SUB NAV
 */
#sub-nav {
    display: inline-block;;
    padding: 0px;
    font-size: 20px;
}

#sub-nav li {
    background: url(../content.all/line-light.png) repeat-x left top;
    padding-top: 5px;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 10px;
    float: left;
    list-style: none;
}

#sub-nav a {
    text-decoration: underline;
    color: #555;
}

#sub-nav a:hover {
    text-decoration: underline;
    color: #a00;
}

#sub-nav li.active {
    background: url(../content.all/line.png) repeat-x left top;
    color: #000000;
}

h2#sub-title {
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}

#page-sluzby #sub-nav {
    /*display: none;*/
    font-size: 15px;
    display: block;
}

#page-sluzby #sub-nav li {
    float: none;
    background: none;

    padding: 0px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#page-sluzby #menu-list li#nav-sluzby:hover ul {
    display: none;
}

/*
 * FRONTPAGE
 */
#frontpage {
    margin-bottom: 25px;
}

#frontpage p {
}

#frontpage div.frontpage-row {
    margin-top: 40px;
    margin-bottom: 5px;
    padding-bottom: 35px;
}

#frontpage div.frontpage-row p {
    width: 850px;
    text-align: left;

    font-size: 38px;
    color: #555;
    line-height: 42px;
}

#frontpage div.frontpage-row p span.v2 {
    font-size: 33px;
}

#frontpage div.frontpage-row p span.v1 {
    font-size: 28px;
}

#frontpage div.frontpage-row img {
    height: 74px;
    margin: 0px;
}

div#frontpage-line-top, div#frontpage-line-bottom {
    height: 44px;
}

/*
 * LOGO
 */
body {
    background: url(../content.all/main-line.png) no-repeat top center;
}

#logo {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 183px;
    height: 77px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
}

#logo span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 183px;
    height: 77px;
    margin: 0;
    padding: 0;
    background: url(../content.all/logo.png) no-repeat top left;
    cursor: pointer;
}

#logo h2 {
    color: #000;
    display: inline;
    font-size: 30px;
    font-weight: normal;
}

/*
 * MENU main
 */
#menu-header {
    display: none;
}

#menu-main {
    display: inline-block;
    width: 667px;
    position: relative;
    top: -36px;
    left: 189px;
    padding-left: 0px;
}

#menu-main a {
    color: #333;
    text-decoration: none;
}

#menu-main a:hover {
    color: #a00;
    text-decoration: underline;
}

#menu-main li {
    display: inline;
    font-size: 26px;
    margin-left: 20px;
    padding-left: 0px;
}

#menu-main #menu-lang, #menu-main #menu-lang a {
    color: #777;
}

#menu-main #menu-lang a:hover {
    color: #a00;
}

/*
 * MENU list
 *
 */
a span.lighter {
    color: #888888;
}

a:hover span.lighter {
    color: #a00;
}

#menu-list {
    display: block;
    clear: both;
    padding: 0px;
    margin-top: 0px;
    width: 850px;
}

#menu-list li.menu-list-item {
    padding: 0px;
    padding-top: 10px;
    background: url(../content.all/line.png) repeat-x left top;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    list-style: none;
}

li.menu-list-item span {
    font-size: 18px;
}

#menu-list a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 22px;
}

#menu-list a:hover {
    color: #a00;
    text-decoration: underline;
}

#menu-list li ul {
    line-height: 17px;
    margin-left: 0px;
    padding: 0px;
    padding-top: 5px;
    font-size: 18px;
}

#menu-list li ul a {
    line-height: 17px;
    font-size: 18px;
    text-decoration: none;
    color: #555;
}

#menu-list li ul a:hover {
    text-decoration: underline;;
}

#menu-list li ul li {
    margin-bottom: 6px;
    padding: 0px;
    float: none;
    list-style: none;
}

#menu-list.menu-list-hidden ul {
    display: none;
}

#menu-list li#nav-veletrzni-expozice {
    width: 110px;
    margin-left: 0px;
}

#menu-list li#nav-muzea-a-galerie {
    width: 105px;
}

#menu-list li#nav-eventy {
    width: 155px;
}

#menu-list li#nav-interiery {
    width: 92px;
}

#menu-list li#nav-prezentacni-systemy {
    width: 133px;
}

#menu-list li#nav-sluzby {
    width: 150px;
    margin-right: 0px;
    background: url(../content.all/line-light.png) repeat-x left top;
}

#menu-list > li#nav-sluzby {
    width: 155px;
}

/*
 * SLIDES
 */
#frontpage-slides {
    width: 850px;
}

#frontpage-slides div {
    width: 850px;
}

#frontpage-line-top, #frontpage-line-bottom {
    display: none;
}

/*
 * Products
 * 
 */
#produkty-list {

}

#produkty-list li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#produkty-list li {
    text-align: left;;
    font-size: 20px;
    width: 133px;
    height: 280px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

#produkty-list li.last {
    margin-right: 0px;
}

#produkty-list li a {

}

#produkty-list li img {
    display: block;
}

#produkty-list li #delspan {
    display: block;
    padding-top: 5px;
    background: url(../content.all/line-light.png) repeat-x left top;
}

#produkty .hidden {
    display: none;
}

#produkty {
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#produkty li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    clear: both;
}

#produkty div.product-header {
    background: url(../content.all/line-lightest.png) repeat-x left bottom;
    margin-bottom: 10px;
}

#produkty div.product-header div.line {
    height: 1px;
    clear: both;
}

#produkty li div.product-header h4 {
    float: left;
    font-size: 30px;
}

#produkty li div.product-header p {
    padding-top: 13px;
    float: right;
    text-align: right;
    margin: 0px;
    font-family: Helvetica, arial, sans-serif;
}

#produkty li div.product-header h4 a {
    text-decoration: none;
    color: #000;
}

#produkty li div.product-header p a {
    color: #aaa;
    text-decoration: none;
}

#produkty li div.product-header p a:hover {
    color: #a00000;
}

#produkty li p {
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 25px;
}

#produkty li ul {
    margin-left: 410px;
    clear: none;
}

#produkty li ul li {
    margin: 0px;
    clear: none;
}

#produkty div.product-main-image {
    float: left;
    width: 350px;
    clear: both;
    margin-right: 20px;
    margin-bottom: 10px;
}

#produkty div.product-images {
    float: right;
    width: 100px;
    clear: right;
    margin-left: 20px;
}

#produkty div.product-images a {
    display: inline-block;
    margin-bottom: 8px;
}

#produkty table {
    text-align: right;
    clear: left;
    margin-right: 20px;
    margin-bottom: 10px;
    min-width: 350px;
    background: none;
    border: none;
    border-collapse: collapse;
}

#produkty table.left-table {
    clear: left;
    float: left;
}

#produkty table > tbody > tr {
    background: none;
}

#produkty table > tbody > tr:last-child {
    background: url(../content.all/line-lightest.png) repeat-x left bottom;
}

#produkty table > tbody > tr:last-child > td {
    padding-bottom: 7px;
}

#produkty table > tbody:last-child > tr {
    background: none;
}

#produkty table th {
    text-align: left;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 15px;
    color: #500;
    background: none;
}

#produkty table thead {
    color: #555;
}

#produkty table thead tr {
    background: url(../content.all/line-lightest.png) repeat-x left bottom;
}

#produkty table thead td {
    font-size: 14px;
    padding-bottom: 3px;
    vertical-align: bottom;
    padding-left: 2px;
    background: none;
}

#produkty table thead th {
    font-size: 20px;
    padding-bottom: 3px;
    vertical-align: bottom;
    background: none;
}

#produkty table thead span {
    font-size: 12px;
}

#produkty table td {
    padding-left: 10px;
    padding-top: 2px;
    white-space: nowrap;
    font-size: 13px;
    background: none;
}

/*#produkty table td:last-child {
	font-size: 14px;
}*/

#produkty table tr:hover, #produkty table > tbody:last-child > tr:hover {
    background: url(../content.all/line-lightest.png) repeat-x left bottom;
}

/*
 * KONTAKTY
 */
div#kontakt {
}

div#kontakt cite {
    font-style: normal;
}

div#kontakt div {
    margin-bottom: 25px;
    padding-bottom: 3px;
    /*background: url(../content.all/line-lightest.png) repeat-x left bottom;*/
}

div#kontakt div.highlight {
    font-size: 15px;
    color: #333;

    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 15px;
    background-color: #f3f3f3;
}

div#kontakt h3 {
    font-size: 17px;
    display: inline;
    margin: 0px;
    margin-right: 3px;
}

div#kontakt div.highlight h3 {
    font-size: 20px;
    margin-right: 5px;
}

div#kontakt ul {
    list-style: none;
    margin-top: 15px;
}

div#kontakt li {
    list-style: none;
}

/*
 * IMAGES
 */
.right-image {
    clear: right;
    float: right;
    margin: 0px;
    margin-left: 15px;
}

/*
 * SLUZBY
 */
#list-sluzby h2 {
    background: url(../content.all/line-lightest.png) repeat-x left bottom;
}

#list-sluzby div.galerie-sluzby {
    margin-top: 11px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 450px;
    float: right;
}

#list-sluzby > div {
    margin-top: 20px;
    clear: both;
}

#list-sluzby img.sluzba-image {
    width: 250px;
    float: left;
    margin-top: 11px;
    margin-right: 20px;
    margin-bottom: 20px;
}

a.sluzby-nahoru {
    padding-top: 14px;
    float: right;
    color: #aaa;
    text-decoration: none;
}

a.sluzby-nahoru:hover {
    color: #a00000;
}

/*
 * Galerie
 */
.galerie div {
    width: 125px;
    height: 94px;
    display: inline-block;
    text-align: center;
    margin-right: 13px;
    margin-bottom: 10px;
}

.galerie div a {
    width: 125px;
    height: 94px;
    display: block;
}

.galerie div a span {
    width: 123px;
    height: 92px;
    display: block;
    border-width: 0px;
    background-color: Transparent;
    position: absolute;
}

.galerie-sluzby div {
    width: 60px;
    height: 45px;
    display: inline-block;
    text-align: center;
}

.galerie-sluzby div a {
    width: 60px;
    height: 45px;
    display: block;
}

/*
 * Reference
 */

div#reference {
    color: white;
    background-color: #d0d0d0;

    margin-top: 10px;

    padding-left: 10px;
    padding-right: 10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
}

div#reference p {
    margin: 0px;
    height: 260px;
    background: url(../content.all/graphics/reference/reference.gif) no-repeat center;
}

div#reference img {
    margin: 0px;
    height: 260px;
    width: 850px;
}

div#reference div {
    margin: 0px;
    height: 260px;
    color: white;
    background: url(../content.all/graphics/reference/r.gif) no-repeat center;
}
