/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */


/*body {background: #282e36 url("../design/bg.png") 0 0 repeat-x; font:0.8em/1.5 'Titillium Web', "arial", sans-serif;}*/
body {background: #282e36 url("../design/bg_podstranka.png") top center repeat-x; font:0.8em/1.5 'Titillium Web', "arial", sans-serif;}

/* @import url("font.css"); */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('../font/TitilliumWeb-Regular.ttf');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url('../font/TitilliumWeb-SemiBold.ttf');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('../font/TitilliumWeb-Bold.ttf');
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

.full-wrapper {
  margin: 0 auto;
  min-height: 301px;
  width: 897px;
  padding-left: 20px;
  padding-right: 20px;

  background: #1a1e23 url('../design/podstranka.png') top center no-repeat;
  margin-top: 24px;
  border: solid #5b6779 1px;
  color: white;
  font: 12px 'Titillium Web';
  padding-bottom: 30px;
  
}

.full-wrapper h1 {
  color: #ee378b;
  font: 22px 'Titillium Web';
}
.full-wrapper h2 {
  color: #ee378b;
  font: 18px 'Titillium Web';
}
.full-wrapper h3 {
  color: #ee378b;
  font: 16px 'Titillium Web';
}
.full-wrapper h4 {
  color: #ee378b;
  font: 14px 'Titillium Web';
}
.full-wrapper span, .full-wrapper p, .full-wrapper div {
  color: white;
  font: 12px 'Titillium Web';
}

.full-wrapper a, .full-wrapper a:hover {
  color: gray;
  font: 12px 'Titillium Web';
}


.full-wrapper table {
  background-color: #242d3b;
  margin-left: 20px;
  color: #white;
  font: 12px 'Titillium Web';
  border-collapse: collapse;
}


.full-wrapper table td {padding: 10px;}
/*.full-wrapper table td:nth-child(even) {background-color: #3a485c;}*/
.full-wrapper table tr:nth-child(even) {background-color: #2e394a;}




/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:70px; padding:30px 20px 15px 20px;}

        #logo {margin-top: 10px;}
    
        #nav {position:absolute; top:80px; right:20px; margin:0;}
        #nav span {margin:0 8px;}
        #nav #nav-active {font-weight:bold; text-decoration:none;}
    
    #tray {
            position:relative;
            width:939px;
            height:45px;
            background:url("../design/menubar.png") 0 0 repeat-x;
            overflow:visible;
            font: 16px 'Titillium Web';
            font-weight: 400;
            text-align: center;
            margin: 0 auto;
          }
    #tray ul {
              list-style:none; 
              margin: 0px auto;
            }

    #tray li {
      display: inline-block;
      text-align: center;
      margin: 0px 20px;
    }
    /* #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;} */
    #tray li a {display:block; float:left; padding:10px 20px 17px 18px; text-decoration:none;}     
    #tray li a:hover {
      background:url("../images/tray_over.png") top center no-repeat;
      text-decoration: none;
/*    	color: rgb(204,51,204);
    	text-shadow: none;
    	-webkit-transition: 500ms linear 0s;
    	-moz-transition: 500ms linear 0s;
    	-o-transition: 500ms linear 0s;
    	transition: 500ms linear 0s;
    	outline: 0 none;*/
    } 
    #tray li#tray-active a {background:url("../design/tray-active.gif");}

        #search {position:absolute; top:8px; right:20px;}
        #search div {position:relative; width:185px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("../design/search-input.gif") 0 0 no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}

    #footer {
      margin-top: 54px;
      border-top: solid #1c2026 1px;
      clear:both;
      padding:20px 0px 40px 0px;
      font-size:85%;
      width: 100%;
      background-color: #1e2329;
      height: 201px;
      }
    #footer p {margin:0;}
    
    #footer #footer_content {
      margin: 0 auto;
      width: 960px;
      height: 201px;
    }
    
    .footer_col {
      float: left;
      height: 201px;
      padding-left: 18px;
    }

    .footer_col h3 {
      color: #ee378b;
      font-weight: 600;
      font-size: 16px;
    }
    
    .footer_col ul {
      list-style:none;
      font-size: 12px;
      font-weight: 200;
    }    
    
    .footer_col ul li{

      color: white;
      text-align: left;
      padding-left: 0px;
      margin-left: 0px;
      font-weight: 200;
    }    
    
    .footer_col ul li a {
      text-decoration: none;
      font-weight: 200;
    }    
    
    .dotted {
      border-right: 1px dotted #14171b;
    }
    
    #footer_col1 { width: 213px; padding-left: 0px !important;}
    #footer_col1 img { float: left; padding-top: 20px;}
    #footer_col2 { width: 159px;}
    #footer_col3 { width: 225px; }
      #footer_col3 ul { 
        max-height: 120px;
        
      }
      #footer_col3 li {           
          width: 50%;
          float: left;
      }

    #footer_col4 {
      width: 300px;
      background: url('../design/svet_paticka.png') center center no-repeat;
    }      
    
    #footer_col4 h3 {
      padding-right: 40px;
    }
                                                   

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:15px 30px 15px 20px; background:url("../design/col.gif") 0 0 repeat-y;}

    #ribbon {position:absolute; top:-5px; left:0; width:100px; height:100px; background:url("../design/ribbon.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden; z-index:10;}

    #col-browser {position:relative; float:left; width:280px; height:215px; background:url("../design/browser.gif") 0 0 no-repeat;}
    #col-browser img {position:absolute; top:28px; left:10px;}

    #col-text {float:right; width:600px; padding-top:15px; line-height:1.7;}

        #slogan {position:relative; width:289px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../tmp/slogan.gif") 0 0 no-repeat;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("../design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("../design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
/* #cols3 {background:url("../design/cols3.gif") 0 0 repeat-y;} */ 

    .col {float:left; min-height: 304px; width:304px; padding:2px 2px; margin-right:12px; border: solid #7a7d81 1px;}
    .col.last {margin-right:0;}
    .col h3 {margin:auto; padding:12px 15px 12px 50px; background:url("../design/banner_header.png") 0px 40% repeat-x;}

        .col-text {}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("../design/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../design/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}


/*
section 
*/

 .sub_page_leftmenu {
    float:left;
    width: 200px;
 } 

 .sub_page_leftmenu ul {
    width: 200px;
 } 
 
 .sub_page_leftmenu li {
    width: 200px;
    height: 32px;
    overflow:visible;
    font: 16px 'Titillium Web';
    font-weight: 400;
    list-style-type: none;
    margin-left: -20px;
    padding-top: 8px;
    padding-left: 20px;

 }

 .sub_page_leftmenu a, .sub_page_leftmenu a:hover {
    font: 16px 'Titillium Web';
    font-weight: 400;
    text-decoration: none;
    color: white;
 } 

 .sub_page_leftmenu li:hover {
  background:url("../design/menubar.png") -40px 0px repeat-x;
   
 } 

.sub_page_leftmenu .active {
  background:url("../design/menubar.png") -40px 0px repeat-x;
 } 
 
 .sub_page_content {
    float:left;
    padding-left: 50px;
    width: 600px;

 }