/* layout styles */

html { padding: 0; margin: 0;}
body { padding: 0 0 20px 0; margin: 0; background: #fff;  }

ul li { xoverflow: auto; }
.col-main ul li { xoverflow: hidden; }

.sprite { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: no-repeat 50% 0; }

/* Layout */
.row { float: left; width: 100%; display: block; position: relative; }
.col { position: relative; float: left; left: 100%; _display: inline; }

.col-main { margin-left: -674px; width: 674px; }
.col-side { margin-left: -960px; width: 265px; zoom: 1;}
.col-full { margin-left: -960px; width: 960px; zoom: 1;}

.col-main, .col-side { margin-top: 20px; }

/* Grid */
.cg1 { margin-left: -940px; }
.cg2 { margin-left: -860px; }
.cg3 { margin-left: -780px; }
.cg4 { margin-left: -700px; }
.cg5 { margin-left: -620px; }
.cg6 { margin-left: -540px; }
.cg7 { margin-left: -460px; }
.cg8 { margin-left: -380px; }
.cg9 { margin-left: -300px; }
.cg10 { margin-left: -220px; }
.cg11 { margin-left: -140px; }
.cg12 { margin-left: -60px; }

.cw1 { width: 60px; }
.cw2 { width: 140px; }
.cw3 { width: 220px; }
.cw4 { width: 300px; }
.cw5 { width: 380px; }
.cw6 { width: 460px; }
.cw7 { width: 540px; }
.cw8 { width: 620px; }
.cw9 { width: 700px; }
.cw10 { width: 780px; }
.cw11 { width: 860px; }
.cw12 { width: 940px; }

#mother { width: 960px; margin: 0 auto; position: relative;  }

#main { position: relative; zoom: 1; width: 100%; float: left; background: url(../img/bg-main.png) repeat-x 0 0; padding-bottom: 20px; }

/* Header */
#header {  position: relative; zoom: 1; height: 108px; }

#logo { padding: 0; font-size: 15px; position: absolute; top: 28px; left: 17px; }
#logo p { margin: 0; }
#logo a { text-decoration: none; }
#logo a img { display: block; }

#slogan { font-size: 19px; line-height: 35px; color: #8f8f8f; }
#slogan p { margin: 0; }

#nav-skip { position: absolute; left: -2000px; }
#nav-skip a:focus, #nav-skip a:active { position: absolute; left: 2000px; }

/* Main menu */
#main-menu { margin: 0 0 5px 0; background: #fff; border: 1px solid #d7d7d7; font-size: 16px; font-weight: bold; font-family: Arial, sans-serif; }
#main-menu ul { float: left; margin: -1px 0; padding-bottom: 0; width: 100%; }
#main-menu ul li { display: block; float: left; margin: 0; padding: 0;  zoom: 1; _display: inline; position: relative; background: none; }
#main-menu ul li.active { background: url(../img/bg-main-menu-item.png) repeat-y 100% 0; }
#main-menu ul li.active .in1 { float: left; background: url(../img/bg-main-menu-item.png) repeat-y 0 0; padding: 0 2px; }
#main-menu ul li.first .in1 { background: none; padding-left: 0; margin-left: -1px; }
#main-menu ul li a { display: block; float: left; margin: 0; padding: 5px 17px; text-decoration: none; position: relative; overflow: hidden; color: #636466; }
#main-menu ul li a:hover { color: #ee2e24; }
#main-menu ul li.active a, #main-menu ul li.active a:hover { background: #ee2e24; color: white;  }

#motive-box { height: 360px; clear: both; margin-bottom: 10px; position: relative; overflow: hidden; width: 100%; }
#motives { width: 100%; height: 100%;  }
#motives ul, #motives ul li { margin: 0; padding: 0; background: none }
#motives.loading { background: url(../img/ajax-loader.gif) no-repeat 50% 50%; }
#motive-box img { display: block; }
.motive-next, .motive-prev { display: block; width: 38px; height: 38px; text-indent: -9999px; background: url(../img/bg-next.png) no-repeat 0 0; position: absolute; top: 143px; cursor: pointer; z-index: 10; }
.motive-next { background: url(../img/bg-next.png) no-repeat 0 0; right: 0; }
.motive-prev { background: url(../img/bg-prev.png) no-repeat 0 0; left: 0; }
.motive-next:hover, .motive-prev:hover { background-position: 0 -100px; }

#motive-box.motive-box-detail { height: 361px; }
#motive-box.motive-box-detail #motives img { /* height: 400px; */ }
.motive-box-detail .motive-next { right: 0; left: auto; top: 16px; }
.motive-box-detail .motive-prev { right: 50px; left: auto;  top: 16px;}
.motive-box-detail #motive-menu { left: auto; right: 20px; }

/* Slide menu */
#motive-menu { width: 169px; position: absolute; left: 20px; bottom: 0; z-index: 100; }
#motive-menu .btn-toggle { display: block; height: 20px; background: url(../img/btn-popup-arrow.png) no-repeat 0 0; }
#motive-menu .btn-toggle:hover { background-position: 0 -50px; }
#motive-menu .btn-toggle-down { background-position: 0 -100px; }
#motive-menu .btn-toggle-down:hover { background-position: 0 -150px; }
#motive-menu ul { margin: 0; padding: 0; }
#motive-menu ul li { margin: -1px 0 0; padding: 0; background: white; border: 1px solid #d7d7d7; font-size: 16px; font-weight: bold; font-family: Arial, sans-serif;}
#motive-menu ul li a, #motive-menu ul li a:visited { text-decoration: none; display: block; text-align: center; padding: 5px 3px; color: #636466; }
#motive-menu ul li a:hover { color: #ee2e24; }

/* Search box */
#search-box { position: absolute; top: 27px; right: 0; }
#search-box .spc { padding: 0; }
#search-box input { vertical-align: middle; }
#search-box #q { width: 150px; border: 1px solid #f1f3f3; padding: 3px; color: #686868; }
#search-box #q:focus { color: #333; }

#lang-menu { position: absolute; top: 73px; left: 775px; }
#lang-menu ul { margin: 0; padding: 0; }
#lang-menu ul li { margin: 0 5px 0 0; padding: 0; background: none; float: left; }
#lang-menu ul li.active { opacity: 0.5; _filter: alpha(opacity=50); }
#lang-menu ul li a { display: block; width: 16px; height: 11px; overflow: hidden; text-indent: -3000px;  }

#lang-menu ul li.flag-en a { background: url(../img/flag-en.png) no-repeat 0 0; }
#lang-menu ul li.flag-de a { background: url(../img/flag-de.png) no-repeat 0 0; }
#lang-menu ul li.flag-cs a { background: url(../img/flag-cs.png) no-repeat 0 0; }
#lang-menu ul li.flag-ru a { background: url(../img/flag-ru.png) no-repeat 0 0; }

/* Footer */
#footer { width: 100%; float: left;  border-top: 1px solid #636466; padding: 12px 20px 12px; color: #636466; }
#footer p { margin: 0; }
#footer a.sep { background: url(../img/bg-sep.png) no-repeat 0 50%; padding-left: 10px; margin-left: 5px; }
#footer a, #footer a:visited { color: #7b7b7b; }
#footer a:hover { color: #333; }

/* Subfooter */
#subfooter { width: 100%; float: left;  border-top: 1px solid #cccccc; padding: 12px 20px 12px; color: #b6b6b6; }
#subfooter p { margin: 0; }
#subfooter a.sep { border-left: 1px solid #99c6bf; padding-left: 10px; margin-left: 5px; }
#subfooter a, #footer a:visited { color: #b6b6b6; }
#subfooter a:hover { color: #333; }

/* Breadcrumb */
.breadcrumb { padding: 7px 0; margin: 0 0 15px 0; font-size: 84.615%; zoom: 1; }
.breadcrumb p { margin: 0; }
.breadcrumb strong { font-weight: normal; }
.breadcrumb a, .breadcrumb a:visited { background: url(../img/bullet-breadcrumb.png) no-repeat 100% 55%; padding-right: 13px; margin-right: 5px; }

#motive-box .breadcrumb { position: absolute; left: 287px; top: 12px; background: #8b8883; z-index: 10; padding: 4px 5px; color: #fff; }
#motive-box .breadcrumb a, #motive-box .breadcrumb a:visited { color: #fff; }

.annot { font-weight: bold; }
.content {  }

/* Home */
.col-home1 { margin-left: -960px; width: 584px; }
.col-home2 { margin-left: -366px; width: 366px; }

.col-home-box1 { margin-left: -544px; width: 375px; }
.col-home-box2 { margin-left: -159px; /*margin-top: -43px;*/ width: 159px; }

.col-home-des1 { margin-left: -375px; width: 200px; }
.col-home-des2 { margin-left: -175px; width: 175px; }

.home-box { background: #686868; padding: 18px 20px 18px 20px; color: #fff; zoom: 1; height: ; }
.home-box h2 { color: #fff; margin: 0 0 10px; font-size: 30px; line-height: 1.1; letter-spacing: -1px; }
.home-box h3 { color: #fff; margin: 0; font-size: 100%;  }
.home-box p { margin: 0; }
.home-box .inner { padding: 9px; }
.home-box-in1 { background: #a7a7a7; zoom: 1; }
.home-box-in1 .inner { min-height: 88px; _height: 88px; line-height: 1.3; }
.home-box-in2 { background: #979797; border-top: 1px solid #686868; line-height: 1.3; zoom: 1; }

.home-box-in2 img { float: left; border-left: 1px solid #686868; }

.video-box { background: white; text-align: center; color: #000000; padding: 3px; min-height: 153px; _height: 153px; }
.video-box img { display: block; margin: 0 auto; }
.video-box .desc { margin: 5px 0 0; line-height: 1.3; }

.home-box-in3 { margin-bottom: 1em; }

.col-main .col-home-box1 { margin-left: -633px; width: 433px; }
.col-main .col-home-des1 { margin-left: -433px; width: 200px; }
.col-main .col-home-des2 { margin-left: -233px; width: 233px; }

.col-main .col-home-box1 { color: #d7d7d7; font-size: 12px; }
.col-main .col-home-box1 p { margin-bottom: 12px; }
.col-main .col-home-des1 p { margin-bottom: 0; }
.col-main .col-home-box1 ul li { background: url(../img/bullet-longarrow.png) no-repeat 0 8px; padding-left: 25px; }
.col-main .col-home-box1 a, .col-main .col-home-des1 a:visited { color: #d7d7d7; }
.col-main .col-home-box1 a:hover { color: #fff; }

ul.longarrow2 li { background: url(../img/bullet-longarrow2.png) no-repeat 0 8px; padding-left: 25px; }

.author-box { background: #e9e9e9; padding: 15px 15px 5px 15px; font-size: 12px; color: #646464; line-height: 1.25; }
.author-box h2 { font-size: 24px; margin: 0 0 15px; }
.author-box ul, .author-box p { margin: 0 0 10px; }
.author-box img.framed { border: 3px solid white; }
.author-box ul li { background: url(../img/bullet-longarrow2.png) no-repeat 0 5px; padding-left: 25px; }

.signpost ul { margin: 0; padding: 0;letter-spacing: -1px; font-family: Arial, sans-serif; font-weight: bold; }
.signpost ul li { margin: -1px 0 0; padding: 0; background: none; border: 1px solid #cccccc; border-width: 1px 0; }
.signpost ul li a, .signpost ul li a:visited { text-decoration: none; color: #636466; padding: 20px 20px 20px 20px; background: url(../img/bullet-signpost.png) no-repeat 95% 50%; display: block; zoom: 1; font-size: 28px; line-height: 38px; }
.signpost ul li a:hover { color: #ee2e24; background-color: #f1f3f3; }

.col-side .signpost { margin-bottom: 30px; }
.col-side .signpost ul { letter-spacing: 0; }
.col-side .signpost ul li a { font-size: 138.462% !important; padding: 10px 20px 10px 10px !important; zoom: 1; }

#motive-box .signpost { position: absolute; top: 0; left: 0; background: url(../img/bg-signpost-matte.png) repeat 0 0; z-index: 10; width: 265px; }
#motive-box .signpost h2 { font-size: 35px; text-transform: uppercase; padding: 15px 5px; text-align: center; margin: 0; background: #636466; color: white; }
#motive-box .signpost ul { letter-spacing: 0; }
#motive-box .signpost ul li a { font-size: 138.462%; padding: 10px 20px 10px 20px; color: white; background-image: url(../img/bullet-signpost-motive.png); }
#motive-box .signpost ul li a:hover { background-color: #000; }

/* News */
.news { margin: 0 0 20px; padding: 0; width: 100%; }
.news ul { margin: 0; padding: 0; width: 100%; }
.news ul li .date { margin: 0; font-size: 84.615%; }
.news ul li { margin: 0 0 30px; padding: 0; background: none; zoom: 1; }
.news ul li .img-box { float: left;  text-align: center; padding: 0;  }
.news ul li .img-box img { background: white; display: block; border: 1px solid #d0d0d0; }
.news ul li .text-box { margin-left: 139px; }
.news ul li.no-img .text-box { margin-left: 0; }
.news ul li h3 { margin: 0 0 5px; font-size: 138.462%; }
.news ul li .desc { margin: 0; }

/* Related images */
.related-images { position: relative; margin: 0 0 30px; zoom: 1; }
.related-images ul { margin: 0 0 0; padding: 0; font-size: 0; letter-spacing: -1px; }
.related-images ul li { margin: 0 9px 0 0; padding: 0 0 10px; background: none; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; letter-spacing: 0; overflow: hidden; font-size: 13px; letter-spacing: 0; line-height: 1.3;  }
.related-images ul li img { display: block; padding: 4px; border: 1px solid #d2d2d2; margin: 0; background: #fff; }
.related-images ul li a, .related-images ul li span { display: block; position: relative;}
.related-images ul li .delete { display: block; position: relative;}

/* Collection images */
.collection-images { position: relative; margin: 0 0 30px; zoom: 1; }
.collection-images h2 { font-size: 24px; text-transform: uppercase; }
.collection-images ul { margin: 0 0 10px; padding: 10px 0 10px 10px; font-size: 0; letter-spacing: -1px; background: #e9e9e9; }
.collection-images ul li { margin: 0 13px 0 0; padding: 0 0 1px; background: none; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; letter-spacing: 0; overflow: hidden; font-size: 13px; letter-spacing: 0; line-height: 1.3;  width: 105px; }
.collection-images ul li img { display: block; padding: 0; border: 1px solid #d6d6d6; margin: 0 0 5px; background: #fff; }
.collection-images ul li a, .related-images ul li span { display: block; position: relative; text-align: center;}
.collection-images ul li .delete { display: block; position: relative;}


.collection-sets ul li { width: 142px; margin-right: 15px; }
.collection-sets ul li img { padding: 2px; }

/* Side box */
.side-box { border: 1px solid #c5c5c5; margin: 0 0 20px; background: white; }
.side-box h2 { margin: 0; padding: 3px 10px; background: #e2e2e2; font-size: 110%; zoom: 1; }
.side-box .inner { padding: 10px; zoom: 1; }
.side-box .inner p, .side-box .inner ul { margin-bottom: 5px; }

/* Side news*/
.side-news ul { margin: 0; padding: 0; }
.side-news ul li { margin: 0 0 15px; padding: 0; background: none; }
.side-news .inner .date { color: #656565; font-size: 84.615%; margin: 0;  }
.side-news h3 { font-size: 100%; font-weight: bold; margin: 0; }

/* Poll */
.poll h3 { margin: 0 0 10px 0; font-size: 100%; }
.poll ul { margin: 0; padding: 0; }
.poll ul li { margin: 0 0 5px 0; padding: 0; background: none; font-size: 92.308%; zoom: 1; =margin-bottom: 0; }
.poll ul li a { display: block; text-decoration: none; zoom: 1; }
.poll ul li .question { display: block; text-decoration: underline; margin: 2px 0; }
.poll ul li .poll-bar { width: 98%; display: block; }
.poll ul li .poll-bar-in { width: 0%; background: url(../img/poll-bar-1.png) repeat-x 0 100%; height: 4px; display: block; border: 1px solid #0070c0; }

#kfb-window .popup-artikl img { display: block; margin: 0 auto 20px; }
.popup-artikl h3 { margin-bottom: 0px; }

/* Forms */
form { margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; font-family: "Trebuchet MS", Arial, sans-serif; }

.inp-text { border: 1px solid #c5c5c5; }
input.inp-text, textarea { padding: 1px 3px; }

.btn-submit { padding: 3px 8px; background: #646464; color: white; text-transform: uppercase; border: 1px solid #d6d6d6; }

.form-box { padding: 20px 20px 15px 20px; background: #e9e9e9; color: #646464; zoom: 1; position: relative; margin-bottom: 30px; }
.form-box .inp-fix { margin-right: 8px; display: block; }
.form-box .inp-fix .w-full { margin-right: -8px; }
.form-box p { margin-bottom: 8px; }
.form-box h2 { margin: 0 0 10px; font-size: 24px; }

.form-box table.plain tr td { padding-bottom: 5px; }


.error { color: #ff0000; font-weight: bold; }
.error-message, .ok-message { color: red; font-size: 100%; font-weight: bold; margin: 15px 0; background: #FDF5F1; padding: 5px 5px 5px 10px; border: 1px solid #F3D2D2; }
.ok-message { color: green; background: #F6FBDC; border: 1px solid #C6E528;}

.w-full { width: 100%;  }
.w-half { width: 50%;  }

/* File icons */
ul.files li { background: none; padding: 0; margin-bottom: 0.3em;}
ul.files li a, a.ico-file { background-repeat: no-repeat; background-position: 0 2px; line-height: 1.5em; padding: 2px 0 2px 22px !important; }
ul.files { list-style: none; margin: 0 0 1em 0; padding: 0; }

/* File icons */
.ico-file-ai {background-image: url("../img/file-icons/ico-file-ai.png");}
.ico-file-avi {background-image: url("../img/file-icons/ico-file-avi.png");}
.ico-file-bmp {background-image: url("../img/file-icons/ico-file-bmp.png");}
.ico-file-cdr {background-image: url("../img/file-icons/ico-file-cdr.png");}
.ico-file-doc {background-image: url("../img/file-icons/ico-file-doc.png");}
.ico-file-dxf {background-image: url("../img/file-icons/ico-file-dxf.png");}
.ico-file-exe {background-image: url("../img/file-icons/ico-file-exe.png");}
.ico-file-png {background-image: url("../img/file-icons/ico-file-png.png");}
.ico-file-html {background-image: url("../img/file-icons/ico-file-html.png");}
.ico-file-jpg {background-image: url("../img/file-icons/ico-file-jpg.png");}
.ico-file-mp3 {background-image: url("../img/file-icons/ico-file-mp3.png");}
.ico-file-pdf {background-image: url("../img/file-icons/ico-file-pdf.png");}
.ico-file-png {background-image: url("../img/file-icons/ico-file-png.png");}
.ico-file-ppt {background-image: url("../img/file-icons/ico-file-ppt.png");}
.ico-file-psd {background-image: url("../img/file-icons/ico-file-psd.png");}
.ico-file-rtf {background-image: url("../img/file-icons/ico-file-rtf.png");}
.ico-file-qt {background-image: url("../img/file-icons/ico-file-qt.png");}
.ico-file-ra {background-image: url("../img/file-icons/ico-file-ra.png");}
.ico-file-swf {background-image: url("../img/file-icons/ico-file-swf.png");}
.ico-file-tif {background-image: url("../img/file-icons/ico-file-tif.png");}
.ico-file-txt {background-image: url("../img/file-icons/ico-file-txt.png");}
.ico-file-xls {background-image: url("../img/file-icons/ico-file-xls.png");}
.ico-file-zip {background-image: url("../img/file-icons/ico-file-zip.png");}
.ico-file-unknown {background-image: url("../img/file-icons/ico-file-unknown.png");}

#prodejci-kraje-flash {width: 670px; height: 360px;}