/* ----------------------------------------------------------------------------------------------------------

    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-color:#fff; color:#404040}

a {color:#404040;}
a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#DDD;}
    #nav #nav-active {color:#DD1600;}
    #nav #nav-active {color:#4775d6;} /* blue */

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#DD1600; color:#FFF;}
    #tray li#tray-active a {background:url("../design/tray-active.gif"); color:#FFF;} /* blue */
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}

        #search #search-input {background-color:#FFF;}
        #search #search-input input {color:#404040;}

    #footer, #footer a {color:#9f9f9f;}
    #footer a:hover {color:#404040;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */
.strednitext {min-height: 270px;}
#col-top, #col-bottom, #col {background-color:#F5F5F5;}

#cols3 .col h3 {background-color:#F5F5F5; color:#DD1600;}
#cols3 .col h3 a {color:#DD1600;}
#cols3 .col h3 a {color:#4775d6;} /* blue */
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {/*background:#F5F5F5;*/ height: 34px; }
#cols3 .col-morebtn {padding-top: 5px; float: right; width: 67px; height: 30px; background: url("../design/cols3-more.gif") no-repeat; }
#cols3 .col-morebtn a{float: left; padding-left: 20px;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#4775d6;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#4775d6;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#F5F5F5;}
#cols2 #col-right h4 span {background-color:#F5F5F5;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#777}

.blue {color:#4775d6;}


/* unitip css */
#unitip {position: absolute; z-index: 1000; top: -1000px; color: #fff; font-size: 11px; display: none;}
#unitippoint, #unitipmid, #unitipcap {position: relative;top: 0px; left: 0px; width: 145px; display: block;}
#unitippoint { background: url("../images/TipPoint.png") no-repeat; height: 19px; overflow: hidden; }
#unitipmid { background: url("../images/TipMid.png") repeat; width: 115px; height: auto; padding: 5px 15px;}
#unitipcap { background: url("../images/TipCap.png") no-repeat; height: 7px; overflow: hidden;}


/* reference */
div#reference {
       
        width: 110%;
        
        }

        div#reference div#referencebox {

                float:left;
                display:inline;
                width:330px; height:150px;
                width:280px; height:130px;
                background:url(../design/pozadireferencex.gif) center no-repeat;
                margin-bottom: 10px;
                margin-right: 23px;
                
	}
        div#reference div#referencebox img{
                
                margin-left: 10px;
                margin-top: 4px;
                overflow: auto;
        }
        div#reference div#text {
                margin-right: 10px;
                float: right;
                display: inline;
                width: 330px;
                height: 180px;
                background:url(../design/pozadireference.gif) center no-repeat;
        }



hr.cleaner {
	clear:both;
	visibility:hidden;
}