/* ----------------------------------------------------------------------------------------------------------

    Stěhování Tavočer
    www.tavocer.cz

    Výstupní zařízení:  screen, projection

    Autor:              Vít Dlouhý (vit.dlouhy@nuvio.cz), Nuvio (www.nuvio.cz)
    Poslední revize:    2008-04-17, 16:19 GMT+1
    Verze stylopisu:    2.1 (2008-03-19, 15:43 GMT+1)

    Struktura:
        display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Obsah:
    
        1) Reset
        2) Výchozí hodnoty HTML tagů
        3) Univerzální styly (display, float, margin, text-align...) a vlastnosti
        4) Obecné HTML styly (table, ul, dl...)
        5) Layout
        6-1) Stránka: Úvod            
        Z) Nezařaditelné

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) Reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; background:transparent;}


/* ----------------------------------------------------------------------------------------------------------
2) Výchozí hodnoty HTML tagů
---------------------------------------------------------------------------------------------------------- */

body {padding-bottom:20px; background:#FFF url("../design/bg.gif") 0 0 repeat-x; color:#000; font:0.75em/1.5 "arial", sans-serif;}

a {color:#1b3065;}
a:hover {color:#FF9A00;}

h1 {font-size:180%;}
h2 {font-size:120%;}
h3 {font-size:100%;}
h4 {font-size:100%;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold; }
th, td {padding:3px 5px; vertical-align: top; }

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px; border:1px solid #EBEFFA;}
legend {position:absolute; top:-1em; margin:0; padding:3px 6px; border:1px solid #EBEFFA; font-size:100%; font-weight:bold; color:#FF9A00;}

form table td, form table th { vertical-align: middle; }

abbr, acronym, .help {border-bottom:1px dotted #CCC; cursor:help;}
del {text-decoration:line-through;}
strong {font-weight:bold;}
blockquote {margin:15px 20px;}
cite, em, q, blockquote {font-style:italic;}
pre, code, kbd, samp {font-family:monospace; font-size:110%;}
sub, sup {line-height:0;}

hr {display:block; height:1px; margin:10px 0; border:0 solid #CCC; background:#CCC; color:#CCC;}

/* ----------------------------------------------------------------------------------------------------------
3) Univerzální styly (display, float, margin, text-align...) a vlastnosti
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.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 !important;}
.va-middle {vertical-align:middle !important;}
.va-bottom {vertical-align:bottom !important;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}
.novisible {position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden;}

.width100 {width:100%;}
.bigger {font-size:105%;}
.smaller {font-size:95%;}

/* ----------------------------------------------------------------------------------------------------------
4) Obecné HTML styly (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin-left:0; list-style:none;}
ul.ul-01 ul {list-style:none;}
ul.ul-01 li {padding:1px 0 1px 15px; background:url("../design/ul-01.gif") 0 5px no-repeat;}

ul.nos {margin:10px 0; list-style:none;}

table.table-01 {border:1px solid #EBEFFA;}
table.table-01 th {border:1px solid #EBEFFA; background:#FFF; color:#233E85;}
table.table-01 td {border:1px solid #EBEFFA;}
table.table-01 tr.bg td {background:#F7F9FD;}

dl.dl-01 dt {color:#233E85;}

/* ----------------------------------------------------------------------------------------------------------
5) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:895px; margin:0 auto;}

	#header {position:relative; height:230px; background:url("../design/header.jpg") 0 100% no-repeat; overflow:hidden;}

        #tray {position:absolute; top:13px; width:820px; padding-left:75px; color:#aacbd5; font-size:95%;}
        #tray .f-right {padding-left:20px; background:url("../design/ico-contact.gif") 0 0 no-repeat;}

        #logo {position:absolute; top:80px; left:58px;}
        #logo h1, #logo strong { display: block; position:relative; overflow:hidden; width:109px; height:117px; margin:0; padding:0; font-size:180%;}
        #logo h1 span, #logo strong span { display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/logo.gif") 0 0 no-repeat; cursor:pointer;}

        #slogan, #slogan-en {position:absolute; top:97px; left:260px;}
        #slogan, #slogan-en strong {display: block; position:relative; overflow:hidden; width:298px; height:85px; margin:0; padding:0; font-size:160%;}
        #slogan strong span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/slogan.gif") 0 0 no-repeat;}
		
		#slogan-en strong span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/slogan-en.gif") 0 0 no-repeat;}

		
		
    #cols {padding-bottom:20px;}

    	#indexcontent, #content {float:right; width:635px; padding-top:40px;}

    	#aside {float:left; width:230px; background:url("../design/aside.gif") 0 0 no-repeat; overflow:hidden;}

            #aside .box-01 {padding-bottom:40px; background:url("../design/aside-box.gif") 100% 100% no-repeat;}
            
            #nav {width:192px; margin:0; margin-left:13px; list-style:none;}
            #nav li {display:inline; width:192px;}
            #nav li a {display:block; padding:4px 0 4px 30px; border-bottom:1px solid #DDD; background:url("../design/nav-link.gif") 10px 50% no-repeat; text-decoration:none; font-weight:bold;}
            #nav li#nav-active a {color:#FF9A00;}
            #nav li.last a {border:0;}

            #button {position:relative; overflow:hidden; width:220px; height:80px; margin:10px 0 25px 0; padding:0; background-color:#ff9f00; font-size:120%;}
            #button a:hover {color:#FFF;}
            #button span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/button.gif") 0 0 no-repeat; cursor:pointer;}

            #button-en {position:relative; overflow:hidden; width:220px; height:80px; margin:10px 0 25px 0; padding:0; background-color:#ff9f00; font-size:120%;}
            #button-en a:hover {color:#FFF;}
            #button-en span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/button-en.gif") 0 0 no-repeat; cursor:pointer;}
			
            #address {padding:0 20px; font-size:95%; line-height:1.6; color:#1b3065;}

	#footer {clear:both; padding:15px 20px; border:1px solid #FF9A00; background:#ffb03c; color:#FFF; font-size:95%;}
	#footer a {color:#FFF; text-decoration:none;}
	#footer a:hover {text-decoration:underline;}
	#footer p {margin:0;}
	
/* ----------------------------------------------------------------------------------------------------------
6-1) Stránka: Úvod
---------------------------------------------------------------------------------------------------------- */

#cz, #en {float: right}
//#cz span{}

#hx-title-01, #hx-title-02, #hx-title-01-en, #hx-title-02-en {position:relative; overflow:hidden; width:635px; height:26px; margin:0; margin-bottom:15px; padding:0; border:0 !important; font-size:120%;}
#hx-title-01 span, #hx-title-02 span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/hx-title-01.gif") 0 0 no-repeat;}

#hx-title-01-en span, #hx-title-02-en span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/hx-title-01-en.gif") 0 0 no-repeat;}

#hx-title-02, #hx-title-02-en {margin-top:25px;}
#hx-title-02 span {background:url("../design/hx-title-02.gif") 0 0 no-repeat;}

#hx-title-02-en span {background:url("../design/hx-title-02-en.gif") 0 0 no-repeat;}

#subhx-title-01, #subhx-title-01-en {position:relative; overflow:hidden; width:290px; height:20px; margin:0; padding:0; font-size:100%;}
#subhx-title-01 span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/subhx-title-01.gif") 0 0 no-repeat;}

#subhx-title-01-en span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/subhx-title-01-en.gif") 0 0 no-repeat;}

#subhx-title-02, #subhx-title-02-en {position:relative; overflow:hidden; width:350px; height:20px; margin:0; padding:0; font-size:100%;}
#subhx-title-02 span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/subhx-title-02.gif") 0 0 no-repeat;}

#subhx-title-02-en span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/subhx-title-02-en.gif") 0 0 no-repeat;}

#welcome {padding-right:180px; background:url("../design/welcome.jpg") 100% 15px no-repeat;}

#cat {float:left; width:200px; line-height:2;}
#cat ul {margin-top:0;}
#cat ul li {background-position:0 50%;}

#tips {float:right; width:425px;}
#tips ol {margin:15px 0; padding:0;}
#tips ol li {margin:0; padding:0;}

/* ----------------------------------------------------------------------------------------------------------
6-2) Stránka: Podstránka
---------------------------------------------------------------------------------------------------------- */


#indexcontent h2, #content h1 {border-bottom:1px solid #D1DBF3; color:#233E85; letter-spacing:-1px;}
#indexcontent h3, #content h2 {color:#ffb241;}
#content h3 { margin-top: 10px; }

.perex {padding:15px; border-bottom:1px solid #EBEFFA; background:#F7F9FD;}

.skryty {display: none}

#mapa {float:right; text-align:center}
#mapa img {width:200px; height:115px}

.input-vzdalenost {border:none; font-weight:bold; width:30px; text-align:center}
.input-vysledek {border:none; font-weight:bold; color:#028; font-size:130%; width:40px; text-align:center}


/* ----------------------------------------------------------------------------------------------------------
Z) Nezařaditelné
---------------------------------------------------------------------------------------------------------- */


