/** Sheets, autor: Jakub Valenta **/

@import url("basic.css");
@import url("menu.css");
@import url("modules.css");

#page_bg {
    background: url('../images/page_bg.jpg') center 80px no-repeat;
}
#page {
    position: relative;
    font-size: 92%;
    padding-top: 35px;
}
#page, #top, .wrapper_outer {
    width: 950px;
    margin: 0px auto 0px auto;
}


/*** TOP_BAR ***/

#top_bar {
    width: 930px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 10px 0px 10px;
    font-size: 92%;
    z-index: 1;
}
#top_bar ul {
    width: 200px;
    display: block;
    float: left;
    list-style-type: none;
}
#top_bar ul li {
    display: inline;
    line-height: 35px;
    padding-right: 7px;
    margin-right: 6px;
    background: url('../images/divider.gif') right center no-repeat;
}
#top_bar ul li.last {
    background: none;
}
#top_bar ul li a {
    color: #5a5a64;
}

/*** TOP ***/

#top {
    width: 950px;
    height: 120px;
    position: relative;
}
#top .logo_outer {
    width: 325px;
    height: 55px;
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 2;
}
#top .logo_outer .logo {
    margin-bottom: 10px;
}
#top .logo_outer ul {
    list-style-type: none;
    padding-left: 2px;
}
#top .logo_outer li {
    line-height: 14px;
    float: left;
    display: block;
    font-weight: bold;
    padding-right: 7px;
    margin-right: 6px;
    background: url('../images/divider.gif') right center no-repeat;
}
#top .logo_outer li.last {
    padding-right: 0px;
    margin-right: 0px;
    background: none;
}

.wrapper_outer {
    position: relative;
    z-index: 2;
}
.wrapper_top {
    width: 950px;
    height: 10px;
    line-height: 1%;
    font-size: 1%;
    overflow: hidden;
    background: url('../images/wrapper_top.png') center no-repeat;
}
.wrapper_bottom {
    width: 950px;
    height: 10px;
    line-height: 1%;
    font-size: 1%;
    overflow: hidden;
    background: url('../images/wrapper_bottom.png') center no-repeat;
}
.wrapper_inner {
    width: 938px;
    padding: 13px 6px 10px 6px;
    background: url('../images/wrapper_bg.png') center repeat-y;
}


/*** BANNER ***/

#banner {
    width: 904px;
    height: 254px;
    position: relative;
    margin: 0px auto 11px auto;
    background: url('../images/banner_bg.jpg') left top no-repeat;
}
#banner .title {
    width: 454px;
    height: 40px;
    display: block;
    position: absolute;
    right: 76px;
    top: 50px;
    font-size: 1%;
    line-height: 1%;
    overflow: hidden;
}
#banner .title h1 {
    font-size: 1%;
    line-height: 1%;
}
#banner .title span {
    width: 454px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../images/banner_title.gif') no-repeat;
}
#banner p {
    width: 480px;
    height: 80px;
    position: absolute;
    top: 130px;
    right: 33px;
    line-height: 1.4;
}


#mini_banners {
    width: 904px;
    height: 100px;
    margin: 0px auto 15px auto;
}
#mini_banners a img {
    width: 294px;
    height: 100px;
    display: block;
    float: left;
    margin-right: 11px;
}
#mini_banners a.last img {
    margin-right: 0px;
}


/*** MAIN ***/

#main {
    padding-bottom: 10px;
    background: url('../images/main_bg2.gif') repeat-y;
}
#column_block {
    width: 704px;
    float: left;
}
#left {
    width: 240px;
    float: left;
}
#content {
   width: 640px;
   float: right;
   padding-right: 25px;
}
#right {
    width: 234px;
    float: right;
}

/*** STRANKY ***/

.stranky {
    padding: 0px 15px 0px 0px;
}
.stranky p {
    line-height: 1.3;
    margin-bottom: 15px;
}
.stranky ul, .stranky ol {
    margin: 0px 0px 15px 11px;
    line-height: 1.5;
}
.stranky ol {
    margin-left: 30px;
}
.stranky ul {
    list-style-type: none;
}
.stranky ul li {
    padding-left: 18px;
    background: url('../images/bullet.gif') left 6px no-repeat;
}
.stranky .f_left {
    display: block;
    float: left;
    margin: 2px 10px 6px 0px;
}
.stranky .f_right {
    display: block;
    float: right;
    margin: 2px 0px 6px 10px;
}

.stranky .images a img {
    padding: 4px;
    margin: 0px 10px 15px 0px;
    border: 1px solid #e7e7e7;
}
.stranky .images a.last img {
    margin-right: 0px;
}



/*** FOOTER ***/

#footer_outer {
    width: 950px;
    height: 160px;
    position: relative;
    padding-top: 20px;
    margin: -4px auto 0px auto;
    background: url('../images/footer_decor.jpg') no-repeat;
    z-index: 0;
}
#footer {
    width: 904px;
    height: 32px;
    font-size: 92%;
    padding: 18px 16px 0px 20px;
    margin: 0px auto 15px auto;
    background: url('../images/footer_bg.gif');
}
#footer ul {
    display: block;
}
#footer ul li {
    display: block;
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    color: #3c3c3c;
    background: url('../images/divider.gif') right center no-repeat;
}
#footer ul li a {
    color: #3c3c3c;
}
#footer ul li a.blue {
    color: #0772cc;
    font-weight: bold;
}
#footer ul li a:hover {
    text-decoration: none;
}
#footer ul li.last {
    background: none;
}
#footer ul li.right {
    float: right;
    background: none;
    margin: 0px;
    padding: 0px;
}
#footer .webdesign-plzen {
    width: 121px;
    height: 16px;
}



#homepage #main {
    padding-bottom: 5px;
    background: url('../images/main_bg.gif') repeat-y;
}

#footer_partners {
  padding-top: 15px;
  text-align: center;
}
#footer_partners h4 {
  padding-bottom: 15px;
}
#footer_outer {
  padding-bottom: 15px;
}
