body, div, form, p {margin: 0px; padding: 0px;}
td {vertical-align: top; }
.hand {cursor: pointer; cursor: hand; }
.clear {clear: both; }
.hide {display: none;}
*:focus {outline: none;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.td-vertical-align-middle {vertical-align: middle;}






/* PATH  */
.path-div-outer {
     margin: 0px;
     padding: 0px;
     text-align: left;
     padding: 5px 1px;
     border-radius: 5px;
     border: 0px solid #ddd;
     background: #f5f5f5;
     background: #fff;
}

.path-div {
}

.path img {
     margin: 0px 5px;
     position: relative;
     top: 1px;
}

.path a, .path {
     color: #1E3762;
     color: #777777;
     text-decoration: none;
}
.path a:hover {
     color: #302305;
}




/* TOP */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/_/top.png') no-repeat;
}





/* PAGER */
.pager {
     height: 16px;
     margin: 10px 0px;
     clear: both;
     overflow-x: hidden;
}
.pager a, .pager .sel {
     padding: 0px 5px;
}
.pager, .pager a {
     padding-top: 10px;
     color: #444444;
     text-align: right;
}
.pager .sel {

     font-weight: bold;
     color: #000077;
     text-decoration: underline;
}









/* DISKUSIA */
.discussion-form-outer {
     padding: 8px 10px;
     border: 1px solid #cccccc;
     margin-bottom: 10px;
     
}
.discussion-form-outer .inner {
     margin-top: 10px;
     
}
.discussion-form-outer .link {
     padding-left: 20px;
     background: url('../images/_/icon_star.png') no-repeat;
     display: block;
     font-weight: bold;
     color: #00aa00;
     text-decoration: none;
}
.discussion-form-outer .link:hover {
     text-decoration: underline;
}


.discussion-post {
     border: 1px solid #9ACD18;
     border: 1px solid #3268a8;
     padding: 1px;
     margin-bottom: 10px;
}
.discussion-post-title {
     background: #CDE784;
     background: #dce4f2;
     padding: 3px 6px;
     color: #436700;
}

.discussion-post-content {
     padding: 3px 6px;
     line-height: 160%;
}

.discussion-post-reply {
    overflow: auto;
}
.discussion-post-reply span {
    float: right;
    margin-right: 8px;
    display: inline-block;
    padding: 3px 5px;
    background: #DCE4F2;
    color: #3268A8;
}

.discussion-post-reply span:hover {
    background: #cCd4e2;
    color: #000;
}











/* MODULES */
.module-outer {
     overflow: auto;
     margin-bottom: 20px;
}

/* module-text */
.module-text {
     padding: 0px;
     line-height: 150%;
}

.module-text a {
     color: #375A78;
     text-decoration: underline;
}

.module-text img {
     border: 1px solid #666688;
     margin-right: 15px;
/*
     margin-bottom: 0px;
     padding: 2px;
*/
}

.module-text table {
     border-spacing: 2px;
     border: 0px;
}

.module-text td {
     padding: 3px;
     border: 0px solid #dddddd;
}

.module-text ul {
     overflow: auto;
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 19px;
	padding-left: 0px;
	
}
.module-text ul li {
     list-style-type: none;
	list-style-image: none;
	padding-left: 13px;
     background: url('../images/_/li.png') no-repeat 0px 5px;
     margin-bottom: 0px;
}

.module-text ol {
	margin: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 19px;
	padding-left: 5px;
}
.module-text ol li {
	padding-left: 1px;
     position: relative; 
     left: -5px;
}








/* FORMS */ 

.form-text, .form-text-sel, textarea {
     padding: 4px;
     border: 1px solid #aaa;
     color: #555;
     width: 590px;
     background: url('../images/bg_form_text.png') no-repeat left top;
}

.form-text:focus {
     border: 1px solid #555;
     color: #333333;
}
.form-text.red {
    border-color: #f00;
}
.form-button {
    font-weight: bold;
    cursor: pointer;
    background: #0B5487;
    background: #375A78;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 16px;
    border: 0px;
}

     
.form-button-submit {
     display: none;
}
.td-form-button-green .form-button {
     background: #00743C !important;
}

.form-table td {
    padding: 3px 0px;
}

















/* MESSAGE DIVS */
.message-red-title {
     color: #e00005;
     font-weight: bold;
     padding-bottom: 5px;
}
.message-red, .message-green, .message-gray {
     
     color: #e00005;
     padding-left: 7px;
     background: url('../images/_/bg_message_red.png') no-repeat left 6px;
     font-weight: bold;
}
.message-green {
     color: #008800;
     background: url('../images/_/bg_message_green.png') no-repeat left 6px;
}
.message-gray {
     color: #008800;
}

.message-green a, .message-green b, .message-red a, .message-red b {
     color: black;
}
.message-red-div, .message-green-div, .message-green-div {
     border: 1px solid #e00005;
     background: #ffdddd;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-green-div {
     border: 1px solid #008800;
     background: #ccffcc;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-gray-div {
     border: 1px solid #cccccc;
     background: #ffffff;
     padding: 6px 10px;
     margin-bottom: 10px;
}

.message-red-div, .message-green-div, .message-gray-div {
    border-radius: 6px;
    padding: 10px;
    box-shadow: 2px 2px 5px #ccc;
    position: relative;
}







/* ANKETA */
.inquiry-bar-bg {
     background: url('../images/inquiry_bar_bg.png') repeat-x;
     height: 6px;
     font-size: 2px;
}

.inquiry-link {
     padding: 0px 0px 10px 1px;
     color: #638700;
}

.inquiry-link .a {
     text-decoration: underline;
     cursor: pointer;
}
.inquiry-link .inquiry-count {
     color: #444444; 
}

.gray-box-bottom-text {
     border-top: 1px solid #E7E4D3;
     padding-top: 5px; 
}














/********
 * EPAY *
 * *****/
 
.div-epay-button {
    border: 1px solid #eee;
}
.div-epay-button-hover {
    border: 1px solid #aaa;
    background: #aaa;
    
}

.div-epay-button a {
    display: block;
    background: #008800;
    float: left;
    padding: 10px;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.div-epay-cardpay {
    
    padding: 5px 5px 5px 110px;
    margin-top: 10px;
    background: url('../images/epay/cardpay.png') no-repeat 5px 5px;
} 



/* GALLERY */
.gallery-image a {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    display: inline-block;
}

.gallery-image a img {
    display: block;
    border: 0px;
}
.gallery-image {
    float: left;
    margin: 8px;
}
.gallery-image:nth-child(4n) {
    margin-right: 0px;
}
















/*******************************/
/*******************************/
/* SPECIALNE PRE KONKRETNY WEB */
/*******************************/
/*******************************/


body {
     font-family: Georgia, 'arial', 'trebuchet ms', tahoma;
     font-size: 14px;
     color: #555555;
}

H1 {
    color: #0A5485;
    COLOR: #375A78;
    text-align: center;
    background: url('../images/bg_shadow.png') no-repeat center bottom;
    padding: 12px 0px 31px 0px;
    margin-top: 0px;
    text-transform:uppercase;
    font-size: 30px;
}
H2, H2 a {
    color: #0A5485;
    COLOR: #375A78;
    font-weight: bold;
    font-size: 16px;
    background: url('../images/bg_line.png') repeat-x center center;
}
H2 a {
     text-decoration: underline;
}

H2 > span {
    background: #fff;
    display: inline-block;
    padding-right: 10px;
}

H2 span > strong.date {
    color: #8C8A8B;
}
a {
     color: #858585;
}





body {
    background: url('../images/bg.png') center top; 
    background: url('../images/bg2.png') center top;
    background: url('../images/bg3.png') center top;
    
}
div#main {
    text-align: justify;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
    min-height: 200px;
    box-shadow: 0px 0px 20px #000;
    background: url('../images/bg_div_main.png') no-repeat center top #E8E6E7;
    background: url('../images/bg_div_main2.png') no-repeat center top #E8E6E7;
    background: url('../images/bg_div_main3.png') no-repeat center top #E8E6E7;
    background: url('../images/bg_div_main4.png') no-repeat center top #E8E6E7;
    min-height: 500px;
}



div#header {
    position: relative;
    height: 470px;
}
div#header a#logo {
    position: absolute;
    width: 300px;
    height: 65px;
    top: 10px;
    left: 20px;
}
div#header a#home {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 98px;
    left: 30px;
    background: url('../images/home.png') no-repeat center center;
    z-index: 1000;
}

div#menu-main {
    position: absolute;
    top: 80px;
    left: 20px;
    background: url('../images/bg_menu_main.jpg') no-repeat center top;
    background: url('../images/koza_2.jpg') no-repeat center top;
    height: 58px;
    width: 930px;
}

div#menu-main>.inner {
    padding-top: 12px;
    padding-left: 55px;
}    
div#menu-main a {
    display: inilne-block;
    float: left;
    padding: 8px 10px;
    /*background: url('../images/bg_menu_sep.png') no-repeat left center;*/
    border-left: 1px solid #586F7C;    
    color: #ccc;
}
div#menu-main a:first-child {
    border-left: 0px;
}
div#menu-main a.sel {
    color: #fff;
    background: #136496;
    background: #2A4C68;
}

/*
div#menu-main a:first-child {
    background: none;
}
*/

div#header > img {
    position: absolute;
    top: 148px;
    left: 19px;
}

div#header #top-contact {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #085486;
    text-align: center;
    width: 360px;
    height: 47px;
    white-space:nowrap;
    background: #CECECE;
}






div#header #top-contact>div {
    padding: 5px 0px 0px 0px;
    float: left;
    text-align: right;
    line-height: 130%;    
}
div#header #top-contact> div.contact-1 {
    width: 150px;
}
div#header #top-contact> div.contact-2 {
    width: 190px;
}

div#header #top-contact a.envelope {
    color: #085486;
    display: inline-block;
    background: url('../images/envelope.png') no-repeat left 4px;
    padding-left: 25px;
}
div#top-contact a.sel {
    text-decoration: underline;
}
div#top-contact .lng-switch a {
    color: #858585 !important;
    padding-left: 0px;
    background: none;
}











div#content {
    padding: 0px 20px 20px 20px;
}
div#content > .inner {
    background: #fff;
    padding: 10px;
}
div#pravna-rada-banner {
    height: 80px;
    background: url('../images/pravna_rada_banner.png') no-repeat center top;
    position: relative;
}

div#pravna-rada-banner a {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    height: 60px;
}
div#pravna-rada-banner a:hover {
    background: url('../images/pravna_rada_link_hover.png') no-repeat center center;
}




div#tri-bloky {
    display:none;
    background: url('../images/bg_shadow.png') no-repeat center bottom;
    overflow: auto;
    padding-bottom: 23px;
}

#pageid-1 div#tri-bloky {
    display: block;
}

div#tri-bloky > div {
    width: 293px;
    height: 189px;
    height: 169px;    
    background: #D7D7D7;
    float: left; 
    margin-left: 15px;
    text-align: center;
}
div#tri-bloky > div.n0 {
    margin-left: 0px;
}

div#tri-bloky > div > .inner {
    padding: 0px 10px;
}

div#tri-bloky .name {
    color: #0D5289;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    text-transform:uppercase;
    height: 24px;

    color: #375A78;
    font-size: 16px;
    font-weight: bold;
}

div#tri-bloky .description {
    color: #515151;
    height: 82px;
    height: 60px;
    margin: 7px 12px 18px 12px;
    overflow-y: hidden;
    line-height: 120%;
}

div#tri-bloky .a a {
    display: inline-block;
    border-radius: 5px;
    background: url('../images/bg_menu_main.jpg') no-repeat center -15px;
    background: url('../images/koza_2.jpg') no-repeat center top;
    border: 1px solid #375A80;
    box-shadow: 4px 4px 4px #aaa;
    width: 110px;
    padding: 4px 0px;
    color: #ccc;
    letter-spacing: 1px
}
div#tri-bloky .a a:active {
    position: relative;
    top: 1px;
    left: 1px;
}





div#left {
    width: 600px;
    float: left;
}
div#right {
    width: 295px;
    width: 304px;
    float: right;
}

body.subpage div#left {
    width: 900px;    
}
body.subpage div#right {
    display: none;    
}



div#right > .inner {
    margin: 10px 0px 10px 10px;
    padding: 10px;
    padding-top: 1px;
    background: #eee;
    
    background: #D7DFE3;
    background: #DEE8ED;
    background: #E3EFF4;
}
div#right H2 > span {
    background: #DEE8ED;
    background: #E3EFF4;
}



div#right div.news a.all {
    float: right;
    background: #fff;
    background: #DEE8ED;
    padding-left: 7px;
    
}
div#right div.news a.all span {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    position: relative;
    top: -1px;
    border: 1px solid #b5b5b5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff;
}



div.module-text-blue {
    background: #0B5487;
    background: url('../images/koza.jpg') no-repeat center center;
    background: url('../images/koza_2.jpg') no-repeat center top;
    padding: 16px;
    color: #fff;
    color: #ccc;
}

div.module-text-blue h2 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #ccc;
}
div.module-text-blue h2 span {
    background: url('../images/koza_2.jpg') no-repeat -10px -20px;
}







div.news .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
    overflow: auto;
}
div.news .item .date, div.news .item a {
    color: #0A5485;
    COLOR: #375A78;
    font-weight: bold;
}

div.news a.more {
    float: right;
}
.module-text a {
    color: #0B5487;
}






div#footer {
    overflow: auto;
    padding: 0px 20px 20px 20px;
    position: relative;
}
div#footer > div {
    float: left;
    width: 290px;
    margin-right: 20px;
}
div#footer h2 {
    margin-top: 0px;
    margin-bottom: 5px; 
}
div#footer h2 span {
    background: #E8E6E7; 
    color: #375a78; 
}


div#footer #c1 {
    margin-left: 10px;
    background: url('../images/logo_footer2.png') no-repeat left top;
    padding-top: 50px;
}

div#footer #c2 a {
    display: block;
}

div#footer #c3 {
    margin-right: 0px;
}
div#footer #c3 a {
    color: #0A5485;
    COLOR: #375A78;
}

div#vario {
    position: absolute;
    bottom: -30px;
    right: 10px;
    color: #aaa;
}



.footer-kontakt {
    overflow: auto;
}
.footer-kontakt > .left {
    width: 60px;
    float: left;
}
.footer-kontakt > .right {
    width: 225px;
    float: left;
}







div#slideshow {
    position: absolute;
    left: 19px;
    top: 148px;
    z-index: 1000;
}

div#slideshow-nav {
    z-index: 1100;
    position: absolute;
    bottom: 15px;
    right: 30px;
}
div#slideshow-nav a {
    display: inline-block;
    background: #0B5487;
    background: #375A78;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #aaa;
}
div#slideshow-nav a.activeSlide {
    background: #fff;
}







div.news a:not(.all) {
    color: #0B5586;
    color: #375A78;
    font-weight: bold;
}

div#right div.news {
    margin-bottom: 30px;
}





.form-table td .form-text {
    width: 570px;
}
.form-table td {
    white-space: nowrap;
}

.module-text-content {
    overflow-x: hidden;
}





/* FIS vysky rotovacky */
div#slideshow > img {
    height: 280px;
    height: 250px;
    width: 930px;
}
div#header {
    height: 400px;
}
