/* ----------------------------------------------------------------------------------------------------------

    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:url("../images/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:26px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../images/ul-01.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-02 {margin:26px 0; list-style:none;}
ul.ul-02 li {padding:2px 0 2px 25px; background:url("../images/ul-01.gif") 0 50% no-repeat; font-size:100%;}

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:90px; padding:27px 20px 15px 20px;}

        #logo {margin:0;}
    
        #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:960px; height:45px; background:url("../images/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 15px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:17px 12px 17px 11px; background:url("../images/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a:hover {background:url("../images/tray-hover.gif"); color:#000 !important;}
    #tray li#tray-active a {background:url("../images/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("../images/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 {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */


#col {position:relative; padding:15px 30px 15px 20px; background:url("../images/col.jpg") 0 0 no-repeat; height: 220px; margin:15px 0;}

    #col-text {float:right; width:425px; padding-top:15px; line-height:1.7;}
        #slogan {position:relative; width:289px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%; visibility:hidden;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols1-top {width:960px; height:5px; margin-top:15px; background:url("../images/cols1-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols1-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/cols1-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols1 {background:url("../images/cols1.gif") 0 0 repeat-y;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../images/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("../images/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../images/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:12px;}
	.col1 {float:left; width:956px; padding:0 1px; margin-right:0;}
	.col2 {float:left; width:632px; padding:0 1px; margin-right:0;}
	.woman { background:url('../images/woman.jpg') 0 0 no-repeat;}
	.woman h3{ background: none !important;}
	.woman p {  padding: 150px 0 0 0;}

	
    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("../images/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
	.col1 h3 {margin:0; padding:7px 15px 12px 50px; background:url("../images/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
    .col2 h3 {margin:0; padding:7px 15px 12px 50px; background:url("../images/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
	.col2 .col-text{ padding: 20px 20px 92px 20px !important}
	
        .col-text {padding:20px;}
		 .col-text a { color:#000;}
        .col-text p {margin:5px 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("../images/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../images/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}
label { display:block; width: 150px; float:left;}
input { margin: 5px 2px; width: 200px; padding: 2px;}
textarea { margin: 5px 2px; }
form {}
fieldset { border: 1px solid #ccc;  background:#F9F9F9; padding: 20px;}
legend { padding: 5px 10px;  border: 1px solid #ccc; font-weight: bold; }

/* form*/
.required { border:3px solid #c00;}
.red { color: #FF0000; font-weight:bold;}
.red_blink { color: #FF0000; font-weight:bold; text-decoration:blink;}
.blink {text-decoration:blink !important;} 
.white_blink {text-decoration:blink !important; background-color:#fff !important; color: #FF0000 !important;} 
.gray {background:url("../images/tray-active.gif")!important; color: #ffffff !important;} 

.table_jizdni-rad {}
.table_jizdni-rad td,.table_jizdni-rad th { padding: 10px; border: 1px solid #999999;}

.table_airportexpress {}
.table_airportexpress td,.table_airportexpress th { padding: 3px 3px 3px 10px; border: 1px solid #999999;}
.noborder { border: none !important;padding: 3px 3px 3px 3px !important;}

.fright {float: right;}

