html {
	min-height: 100%;
	height: auto;
}
body {
    margin:0px;
    padding:0px 0px 0px 0px;
    _padding:0px 0px 0px 0px;
    font-family:Arial,Tahoma,Verdana,sans-serif;
    font-size:0.7em;
    background:#D8D8D8;
    text-align:center;
    color:#555;
}

a { color:#ff9c00; text-decoration:none; }
a:hover { color:#555; text-decoration:underline; }

form {
    margin:0px;
    padding:0px;
}
form,input,select,textarea,table {
    font-family:Arial,Tahoma,Verdana,sans-serif;
    font-size:1em;
}

img {
    border:none;
}

h1 {
    background:url('../images/logo.gif') no-repeat 0px 10px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:24px;
    left:0px;
    font-size:1.2em;
}
h1 a {
    display:block;
    width:130px;
    height:45px;
}
h1 a:hover { text-decoration:none; color:#858585; }
h1 a span { display:none; }
h1 img { display:none; }

h2 {
    margin:0px;
    padding:0px 0px 5px 20px;
    font-size:1.8em;
    font-weight:normal;
    color:#000;
    background:url('../images/h2-dot.gif') no-repeat 0px 5px;
}

h3 {
    margin:0px;
    padding:10px 0px 5px 0px;
    font-size:1.1em;
    color:#555555;
}

h4 {
    margin:0px;
    padding:10px 0px 5px 0px;
    font-size:1.1em;
    color:#555555;
}

hr {
    background:#EFEFEF;
    color:#EFEFEF;
    border:none;
    height:1px;
}

#body { background:url('../images/bg-page-bottom.gif') repeat-x bottom center #f1f1f1; }
#body .bodytop { background:url('../images/bg-top.gif') no-repeat top center; }
#body .page-bg {
    background:url('../images/bg-page.gif') repeat-y top center;
    min-height:1px;
    _height:1px;
}
#body .page-top { background:url('../images/bg-page-top-img.gif') no-repeat top center; }
#body .page-bottom {
    background:url('../images/bg-page-bottom-img.gif') no-repeat bottom center;
    min-height:400px;
    _height:400px;
}
#body .page {
    width:910px;
    margin:0px auto;
    text-align:left;
    min-height:1px;
    _height:1px;
}
#body .page-data {
    padding:0px 30px 0px 25px;
}

#top {
    background:url('../images/bg-page-top.gif') no-repeat bottom right #070707;
    width:910px;
    margin:0px auto;
    text-align:center;
    min-height:91px;
    _height:91px;
    position:relative;
}
#top ul.sections {
    padding:0px 0px 0px 18px;
    margin:0px;
    list-style:none;
    position:absolute;
    bottom:10px;
    _bottom:9px;
    left:150px;
    background:url('../images/top-menu-left.gif') no-repeat bottom left;
}
#top ul.sections li {
    float:left;
    background:url('../images/top-menu-bg.gif') repeat-x bottom center;
    font-weight:bold;
}
#top ul.sections li span {
    display:block;
    background:url('../images/top-menu-separator.gif') no-repeat bottom right;
    padding:13px 30px 13px 16px;
}
#top ul.sections li a { color:#FFF; }
#top ul.sections li a:hover { color:#FF9C00; }

#top ul.sections li.first span { padding:13px 30px 13px 10px; }
#top ul.sections li.last span { background:url('../images/top-menu-right.gif') no-repeat bottom right; }

#top ul.sections li.active a { color:#FF9C00; }
#top ul.sections li.active a:hover { color:#FF9C00; }

#top ul.langs {
    margin:0px;
    padding:0px;
    position:absolute;
    top:30px;
    right:0px;
    list-style: none;
    font-size: 1.3em;
    background:url('../images/lang-separator.gif') no-repeat center 2px;
}
#top ul.langs li {
    display:inline;
    padding:2px 5px 2px 5px;
}
#top ul.langs li a { color:#FFF; }
#top ul.langs li a:hover { color:#FF9C00; }
#top ul.langs li.active a { color:#FF9C00; font-weight:bold; }
#top ul.langs li.active a:hover { color:#FF9C00; font-weight:bold; }


#left {
    width:220px;
    float:left;
    min-height:100px;
}

#right {
    width:631px;
    float:right;
}

#gallery {
    clear:both;
}
#gallery img {
    border:1px solid #E1E1E1;
    background:#FFF;
    padding:4px;
    margin:0px 3px 3px 0px;
}

div.main-image {
    background:url('../images/main-image.jpg') no-repeat bottom left;
    margin:0px 0px 0px 0px;
}
div.main-text {
    background:url('../images/main-text-bg.gif') no-repeat bottom right;
    min-height:192px;
    _height:192px;
    position:relative;
}
div.main-image object {
    width:427px;
    height:192px;
    position:absolute;
    bottom:0px;
    left:0px;
}
div.main-text-data {
    padding:5px 10px 5px 440px;
}
div.main-blocks {
    clear:both;
    background:url('../images/main-blocks-bg.gif') no-repeat top left;
    padding:16px 11px 10px 11px;
    min-height:200px;
    _height:200px;
}

div.page-text {
    background:url('../images/bg-text.gif') no-repeat top left;
    padding:16px 20px 16px 20px;
    min-height:200px;
    _height:200px;
}
div.page-image {
    background:url('../images/page-image.jpg') no-repeat 0px 3px;
    padding:106px 0px 0px 0px;
}
div.description {
    padding:0px 20px 0px 20px;
}

div.main-dots {
    background:url('../images/main-dots.gif') repeat-y 199px 0px;
    min-height:1px;
    _height:1px;
}
div.block {
    width:190px;
    float:left;
    padding:0px 7px 0px 7px;
}
div.block h2 {
    background:url('../images/h2-dot.gif') no-repeat 0px 3px;
    margin:0px;
    padding:7px 0px 0px 40px;
    min-height:30px;
    _height:30px;
    color:#000;
    font-weight:bold;
    font-size:1.5em;
}
div.block-text { padding:0px 0px 0px 20px; }
#cinnost-firmy.block { padding:0px 0px 0px 7px; }
#cinnost-firmy div.block-text { padding:0px 0px 0px 0px; }
#cinnost-firmy h2 { background:url('../images/ico3.gif') no-repeat 3px 0px; }
#blizsie-info h2 { background:url('../images/ico2.gif') no-repeat 3px 0px; }
#nas-tip h2 { background:url('../images/ico1.gif') no-repeat 3px 0px; }

div.request-button {
    background:url('../images/send-request.gif') no-repeat 0px 0px;
    text-align:center;
    padding:0px 20px 0px 0px;
    font-weight:bold;
}
div.request-button a {
    display:block;
    padding:10px 10px 10px 10px;
    color:#FFF;
}
div.request-button a:hover {
    text-decoration:none;
    color:#000;
}

div.realizacie {
    background:url('../images/bg-left-block.gif') no-repeat 5px bottom;
    padding:0px 0px 20px 0px;
    width:210px;
}
div.realizacie h2 {
    margin:0px;
    padding:5px 50px 10px 50px;
    font-size:1.2em;
    background:url('../images/left-block-top1.gif') no-repeat 5px top;
    font-weight:bold;
    color:#000;
}
div.realizacie ul {
    margin:0px;
    padding:0px 25px 0px 25px;
    list-style:none;
}
div.realizacie ul li {
    background:url('../images/left-block-dot.gif') no-repeat 0px 8px;
    padding:0px 0px 0px 13px;
}
div.realizacie ul li span {
    display:block;
    background:url('../images/left-block-dots.gif') repeat-x bottom left;
    padding:5px 0px 5px 0px;
}
div.realizacie ul li a { color:#000; }
div.realizacie ul li a:hover { color:#000; }

div.pripravujeme {
    background:url('../images/bg-left-block.gif') no-repeat 5px bottom;
    padding:0px 0px 20px 0px;
    width:210px;
}
div.pripravujeme h2 {
    margin:0px;
    padding:5px 50px 5px 50px;
    font-size:1.2em;
    background:url('../images/left-block-top2.gif') no-repeat 5px top;
    font-weight:bold;
    color:#000;
}
div.pripravujeme-text {
    padding:0px 25px 0px 25px;
}

div.navigacia {
    background:url('../images/menu-bg.gif') no-repeat 0px bottom;
    padding:0px 0px 20px 0px;
    width:210px;
}
div.navigacia ul {
    margin:0px;
    padding:15px 25px 10px 25px;
    background:url('../images/menu-top.gif') no-repeat 0px 0px;
    list-style:none;
    font-weight:bold;
}
div.navigacia ul li {
    background:url('../images/left-block-dot.gif') no-repeat 0px 8px;
    padding:0px 0px 0px 13px;
}
div.navigacia ul li span {
    display:block;
    background:url('../images/left-block-dots.gif') repeat-x bottom left;
    padding:5px 0px 5px 0px;
}
div.navigacia ul li a { color:#000; }
div.navigacia ul li a:hover { color:#FF9C00; text-decoration:none; }
div.navigacia ul li a.active { color:#FF9C00; }
div.navigacia ul li a.active:hover { color:#FF9C00; text-decoration:none; }

div.kontext {
    text-align:right;
    background:url('../images/kontext-dots.gif') repeat-x top left;
    padding:3px 0px 10px 0px;
    color:#999;
}
div.kontext a { color:#999; }
div.kontext a:hover { color:#000; }

p.order-message {
    margin:0px;
    padding:5px 0px 15px 0px;
    font-size:1.5em;
    font-weight:bold;
    color:#F00;
    text-align:center;
}
fieldset.group {
    border:1px solid #E5E5E5;
    padding:5px 15px 5px 15px;
    margin:0px 0px 10px 0px;
}
fieldset.group legend {
    background:#FF9C00;
    color:#FFF;
    font-weight:bold;
    padding:3px 10px 3px 10px;
}
fieldset.group p {
    margin:0px;
    padding:8px 0px 8px 0px;
}
table.fields th {
    font-weight:normal;
    vertical-align:top;
    padding:2px 5px 2px 5px;
    width:210px;
    background:#EFEFEF;
}
table.fields td {
    font-weight:normal;
    vertical-align:top;
    padding:2px 0px 2px 5px;
}
span.required {
    color:#F00;
    font-weight:bold;
    font-size:1.2em;
}
div.submit {
    text-align:center;
}
div.submit table {
    margin:0px auto;
}
p.kontakt {
    margin:0px;
    padding:10px 0px 5px 0px;
    text-align:right;
    font-size:1.1em;
}
input.request {
    background:url('../images/send-request.gif') no-repeat 0px 0px;
    text-align:center;
    padding:10px 0px 10px 0px;
    font-weight:bold;
    margin:0px;
    border:none;
    cursor:pointer;
    width:150px;
}

#bottom { background:url('../images/bg-bottom.gif') repeat-x top center; }
#bottom .body {
    background:url('../images/bottom.gif') no-repeat top center;
    width:909px;
    margin:0px auto;
    text-align:center;
    min-height:135px;
    _height:135px;
    color:#555555;
}
#bottom a { color:#555555; }
#bottom a:hover { color:#000; }
#bottom .sections {
    margin:0px;
    padding:50px 0px 0px 30px;
    list-style:none;
    font-weight:bold;
    line-height:1.5em;
}
#bottom .sections li {
    display:inline;
    padding:0px 5px 0px 5px;
    border-right:1px solid #555555;
}
#bottom .sections li.last { border:none; }
#bottom .sections li a { color:#555555; text-decoration:none; }
#bottom .sections li a:hover { color:#000; text-decoration:underline; }

#bottom p {
    margin:0px;
    padding:15px 20px 0px 20px;
    color:#FFF;
}
#bottom p strong { color:#FF9C00; }

.cleaner {
    visibility:hidden;
    clear:both;
    line-height:0.1em;
    height:0.1em;
    font-size:0.1em;
}
