/* ----------------------------------------------------------------------------------------------------------
    Projekt: Planning Wizard
    URL: http://www.forecasting.cz/

    Výstupní zařízení: screen, projection

    Autor: Vít Dlouhý (vit.dlouhy@nuvio.cz), Nuvio (www.nuvio.cz)
    Poslední revize: 2007-09-11, 14:37 GMT+1

    Struktura:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, table, caption, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {padding:0; background:#e3e8ea url("../design/bg.gif") 0 0 repeat-x; font:0.7em/1.5 "tahoma",sans-serif; color:#535F61; text-align:center;}

a {color:#535F61;}
a:hover {color:#F7B03D;}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:160%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

p {margin:15px 0;}

table {margin:15px 0; border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 5px;}

ul, ol {display:block; margin:15px 0 15px 30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
ol ol {list-style-type:upper-alpha;}
ol ol ol {list-style-type:lower-alpha;}
li {display:list-item;}

dl {margin:15px 0;}
dt {font-weight:bold; color:#97BC31;}
dd {margin-left:30px;}

fieldset {margin:15px 0; padding:10px; border:1px solid #E4EFC6;}
legend {margin-left:10px; padding:5px 10px; background:#A5CC3A; font-size:100%; font-weight:bold; color:#FFF;}
blockquote {margin:15px 40px; font-style:italic;}

abbr, acronym, .help {border-bottom:1px dotted #CCC; cursor:help;}
del, .del {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

hr {display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;}

/* ----------------------------------------------------------------------------------------------------------
Univerzální styly
---------------------------------------------------------------------------------------------------------- */

.f-left {float:left !important;;}
img.f-left {margin-right:15px;}
.f-right {float:right !important;;}
img.f-right {margin-left:15px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.bigger {font-size:110%;}
.smaller {font-size:85%;}

.high {color:#000;}
.nonhigh {color:#000;}

.width100 {width:100%;}

.clear {clear:both;}

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.nom {margin:0 !important;}
.nomt {margin-top:0;}
.nomb {margin-bottom:0;}

.noscreen {display:none;}

/* ----------------------------------------------------------------------------------------------------------
HTML styly (tabulka, seznam, definice...)
---------------------------------------------------------------------------------------------------------- */

.dl-style01 {margin:10px; padding:0;}
.dl-style01 dt {margin:0; padding:0; color:#87A82C;}
.dl-style01 dd {margin:0; margin-bottom:10px; padding-left:10px; background:url("../design/dd-style01.gif") 0 4px no-repeat;}

.ul-style01 {margin:15px 0; padding:0; list-style:none;}
.ul-style01 li {margin:0; padding:5px 10px 5px 25px; background:#F3F5F6 url("../design/ul-style01.gif") 10px 10px no-repeat;}
.ul-style01 li.bg {background:url("../design/ul-style01.gif") 10px 10px no-repeat;}

.ul-style02 {margin:15px 0; padding:0; list-style:none;}
.ul-style02 li {margin:0; padding:1px 0 1px 15px; background:url("../design/ul-style02.gif") 0 8px no-repeat;}

.ul-style03, .ul-style03 ul {margin:20px 0; padding:0; list-style:none;}
.ul-style03 ul {margin:0;}
.ul-style03 li {margin:0; margin-left:20px; padding:0; padding-left:15px; background:url("../design/ul-style01.gif") 0 8px no-repeat;}
.ul-style03 ul li {margin:0; margin-left:20px; padding:0; padding-left:15px; background:url("../design/ul-style02.gif") 0 8px no-repeat;}

.table-style01 {border-collapse:collapse; border:1px solid #D4DCDF;}
.table-style01 th {background:#9DACB3; color:#FFF; text-align:center;}
.table-style01 td {border:1px solid #D4DCDF;}
.table-style01 tr.bg td {background:#F2F4F5;}

.hx-style01 {padding-bottom:5px; background:url("../design/hx-style01.gif") 0 100% repeat-x; font-size:110%;}

/* ----------------------------------------------------------------------------------------------------------
LAYOUT
---------------------------------------------------------------------------------------------------------- */

#main {width:980px; margin:0 auto; text-align:left;}

    #page {background:#FFF url("../design/page-bg.gif") 0 0 repeat-y;}

    /* Hlavička */
    #header {position:relative; z-index:89; height:50px; background:#FFF; color:#939ea3;}
       #header.hp {background:#FFF url("../design/header-bg-hp.gif") 666px 100% no-repeat;}
    #header a {color:#939ea3;}
    #header a:hover {color:#6B797D;}
    #header p {margin:0;}
    
        #logio {position:absolute; top:15px; left:220px; margin:0; padding:2px 0 2px 110px; }

        #lang {position:absolute; top:15px; right:40px; margin:0;}
        #lang-active {padding:5px; background-color:#E3E8EA; font-weight:bold; text-decoration:none; color:#5F6C6F !important;}
               
            .cz {margin-right:5px; padding-left:25px !important; background:url("../design/flag-cz.gif") 5px 50% no-repeat;}
            .sk {margin-right:5px; padding-left:25px !important; background:url("../design/flag-sk.png") 5px 50% no-repeat;}
            .en {padding-left:25px !important; background:url("../design/flag-gb.gif") 5px 50% no-repeat;}

    /* Postranní sloupec (vlevo) */
    #sidebar {float:left; width:200px; padding-bottom:20px;}
    #sidebar a:hover {color:#A5CC3A;}

        #logo {position:relative; width:200px; height:200px; margin:0; padding:0; cursor:pointer;}
        #logo span {position:absolute; width:100%; height:100%; background:url("../design/logo.gif") no-repeat;}

        #nav {width:200px; margin:0; margin-bottom:5px; padding:0; list-style:none;}
        #nav li {display:block; margin:0; margin-bottom:1px; padding:0; list-style:none;}
        #nav li a {display:block; width:185px; height:27px; padding-top:8px; padding-left:15px; background:#77868B url("../design/nav.gif") 0 -35px no-repeat; font-weight:bold; color:#FFF; text-transform:uppercase; text-decoration:none;}
        #nav li#nav-active a {background:#FFF url("../design/nav.gif") 0 0 no-repeat; color:#77868B;}
        #nav li a:hover {background:#77868B url("../design/nav.gif") 0 -70px no-repeat; color:#E3E8EA;}

        .sidebar-top {clear:both; width:200px; height:5px; background:url("../design/sidebar-top.gif") 0 100% no-repeat;}
        .sidebar-bg {clear:both; width:190px; padding:5px 0 5px 10px; background:url("../design/sidebar-bg.gif") 0 0 repeat-y;}
        .sidebar-bg h3 {padding:7px 10px; border:0; background:#a5cc3a url("../design/sidebar-hx.gif") 100% 0 repeat-y; font-size:100%; font-weight:bold; color:#FFF; text-transform:uppercase;}
        .sidebar-in {padding:5px 10px 0 10px;}            
        .sidebar-bottom {clear:both; width:200px; height:18px; background:url("../design/sidebar-bottom.gif") 0 0 no-repeat;}

    /* Obsah (vpravo) */
    #content {float:left; width:780px; padding-bottom:20px;}
        
        #content-top {width:780px; height:20px; background:url("../design/content-top.gif") 0 0 no-repeat;}
        #content-top.hp {background:url("../design/content-top-hp.gif") 0 0 no-repeat;}
        
        #content-in {padding-left:20px;}        
        #content-in .col-l {float:left; width:535px;}
        #content-in .col-r {float:right; width:210px; margin-top:-5px;}

            #content-in .col-r-top {clear:both; width:210px; height:5px; background:url("../design/col-r-top.gif") 0 100% no-repeat;}
            #content-in .col-r-bg {clear:both; width:190px; padding:5px 10px; background:url("../design/col-r-bg.gif") 0 0 repeat-y;}
            #content-in .col-r-bg h3 {padding:7px 10px; background:#a5cc3a url("../design/col-r-hx.gif") 100% 0 no-repeat; font-size:100%; font-weight:bold; color:#FFF; text-transform:uppercase;}
            #content-in .col-r-in {padding:10px 10px 0 10px;}
            #content-in .col-r-bottom {clear:both; width:210px; height:18px; background:url("../design/col-r-bottom.gif") 0 0 no-repeat;}
            #content-in .col-r a:hover {color:#A5CC3A;}

    /* Patička */
    #footer {clear:both; padding:20px 0 110px 220px; background:url("../design/footer-bg.gif") 0 0 no-repeat;}
    #footer p {margin:0;}
    #footer a:hover {color:#6B797D;}
    
       #nuvio-tag {float:right; padding-right:60px; line-height:200%;}
       #nuvio-tag, #nuvio-tag a {color:#A7B8BE;}
       a#nuvio {padding:4px 0 4px 25px; background:url("../design/nuvio.gif") 0 0 no-repeat;}
       a:hover#nuvio {background:url("../design/nuvio.gif") 0 -40px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
Stránka: ÚVOD
---------------------------------------------------------------------------------------------------------- */

#intro {position:relative; width:720px; height:220px; margin-bottom:15px; margin-left:20px; background:#FBB052 url("../design/banner.jpg") 0 0 no-repeat;}

    #slogan {position:absolute; top:100px; left:50px; width:360px;}
    #slogan h3 {margin:0; margin-bottom:10px; font:normal 220%/1.2 "georgia",serif; font-style:italic; color:#FFF;}
    #slogan p a:hover.arrow05 {background-color:#C67305; color:#FFF;}

h2.welcome {padding:10px; border-bottom:1px solid #c5d0d4; background:#e3e8ea url("../design/hx-welcome.gif") 100% 0 no-repeat; font-size:120%;}
h2.welcome span {padding:10px 10px 10px 35px; background:url("../design/hx-welcome-span.gif") 10px 10px no-repeat;}

.welcome-box {background:#e3e8ea url("../design/welcome-box.gif") 0 100% no-repeat;}
.welcome-box-in {padding:0 20px 5px 20px; border-top:1px solid #f2f4f5; background:url("../design/welcome-box-in.gif") 100% 0 no-repeat;}

#projects {clear:both; width:700px; margin-top:15px; padding:7px 10px; background:#77868b; color:#e3e8ea;}
#projects span {margin:0 3px;}
#projects a {color:#FFF;}
#projects a:hover {color:#E3E8EA;}

.thumb {float:left; position:relative; width:110px; height:88px; margin-right:10px; padding:5px; border:3px solid #e3e8ea; cursor:pointer;}
.thumb-maximize {position:absolute; bottom:0; right:0; margin:0; width:18px; height:18px; background:url("../design/thumb-maximize.gif") 0 0 no-repeat;}
.thumb:hover, .thumb.hover {position:relative; width:110px; height:88px; padding:5px; border:3px solid #dbeab2;}
.thumb:hover .thumb-maximize, .thumb.hover .thumb-maximize {position:absolute; bottom:0; right:0; margin:0; width:18px; height:18px; background:url("../design/thumb-maximize.gif") -18px 0 no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
Podstránky
---------------------------------------------------------------------------------------------------------- */

.hx-title {margin-bottom:15px; margin-right:40px; padding:20px 20px 15px 20px; background:#FBB052 url("../design/hx-title.jpg") 0 100% no-repeat;}
.hx-title h2 {margin:0; margin-bottom:20px; font-size:240%; letter-spacing:-1px; color:#FFF; font-weight:normal;}

#breadcrumbs {padding-left:40px; font-size:100%; color:#444;}
#breadcrumbs a {color:#444;}
#breadcrumbs a:hover {color:#FFF;}

#perex {margin-right:-20px; padding:5px 20px 5px 60px; background:#e3e8ea url("../design/perex.gif") 0 100% no-repeat;}

.main-content {padding-right:60px; font-size:120%;}

.main-content table.width100 {width:700px;}

/* ----------------------------------------------------------------------------------------------------------
Nezařaditelné: Styly odkazů
---------------------------------------------------------------------------------------------------------- */

a.arrow01 {padding-right:10px; background:url("../design/arrows.gif") 100% 3px no-repeat;}
a:hover.arrow01 {padding-right:10px; background:url("../design/arrows.gif") 100% 3px no-repeat;}

.arrow02 {padding:5px 20px 5px 10px; background:#77868B url("../design/arrows.gif") 95% -292px no-repeat; color:#FFF; text-decoration:none;}
a:hover.arrow02 {background-color:#DF8106; color:#FFF;}

a.arrow03 {padding-right:10px; background:url("../design/arrows.gif") 100% 3px no-repeat;}
a:hover.arrow03 {padding-right:10px; background:url("../design/arrows.gif") 100% -197px no-repeat;}

a.arrow04 {padding-right:10px; background:url("../design/arrows.gif") 100% 3px no-repeat;}
a:hover.arrow04 {padding-right:10px; background:url("../design/arrows.gif") 100% -97px no-repeat;}

.arrow05 {padding:5px 20px 5px 10px; background:#DF8106 url("../design/arrows.gif") 95% -292px no-repeat; color:#FFF; text-decoration:none;}
a:hover.arrow05 {background-color:#C67305; color:#FFF;}
    
    
/* ----------------------------------------------------------------------------------------------------------
Nezařaditelné
---------------------------------------------------------------------------------------------------------- */

.bt {padding-top:7px; background:url("../design/dot.gif") 0 0 repeat-x;}
.bb {padding-bottom:7px; background:url("../design/dot.gif") 0 100% repeat-x;}
.col50 {float:left; width:340px;}
.note-line {padding-top:15px; border-top:1px solid #D5DCDF; font-size:85%;}
.nounderline {text-decoration:none;}

/* Smazat :) */
.tag {background:#FF0; font-weight:normal;}

