/*
    Project: ZS Kanice

    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/

* {min-height:1px;}
body {border:0px none; margin:0; padding:0; background:#fefefb url('../design/bg3.jpg') repeat-x 0 0; color:#192666; text-align:center; font-style:normal; font-variant:normal; font-weight:normal; line-height:160%; font-size:70%; font-family:verdana, sans-serif}

a {color:#192666;}
a:hover {color:#4F6AD7;}

p {border:0px none; margin:15px 0; padding:0}

div {display:block; border:0px none; margin:0; padding:0}

h1, h2, h3, h4, h5 {border:0px none; padding:0; font-weight:bold; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:10px}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}



table {display:table; border-collapse:collapse; margin:5px; padding:10px; border:1px solid #FF952B; font-size:100%;}
tr {display:table-row;}
th, td {display: table-cell; border:1px solid #FF952B; margin:0; padding:10px; vertical-align:middle; text-align:left;}
th {background:#F9CD93; text-align:center; color:#192666; font-weight:bold;}

ul, ol {display:block; border:0px none; padding:0; margin-left:40px; margin-right:0; margin-top:15px; margin-bottom:15px}
ol {list-style-type:decimal;}
li {display:list-item; border:0px none; margin:0; padding:0}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0px none; margin:15px 0; padding:0}
dt {border:0px none; margin:0; padding:0; font-weight:bold}
dd {border:0px none; padding:0; margin-left:30px; margin-right:0; margin-top:0; margin-bottom:0}

form {border:0px none; margin:0; padding:0}
fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;}

hr {display:block; height:1px; margin:10px 0; padding:0; background:#CCC; border:0px solid #CCC; color:#CCC}

a, img, span {border:0px none; margin:0; padding:0}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:100%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}
.box {min-height:1px;/* _height:1px;*/}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#main {width:870px; margin:50px auto 0 auto; text-align:left;}

/* Header */
#header {position:relative; width:870px; height:120px; margin:0; padding:0; background:#cccccc url('../design/header5.jpg') no-repeat 0 0; color:#FFF}

       
   

/* Main menu (tabs) 0b3bab*/ 
#tabs {background:#fbe259; margin:0 0px; padding:10px 0 0 0; width:870px;height:32px;}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 10px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; border:0px none; background:url('../design/tab_link.gif') repeat-x 0 0; color:#fefefc; font-weight:bold; text-decoration:none; cursor:pointer; padding-left:15px; padding-right:15px; padding-top:7px; padding-bottom:7px}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; /*left:-15px;*/ width:8px; height:8px; background:url('../design/tab_link_l.gif') no-repeat 0 0;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; /*right:-1px;*/ width:8px; height:8px; background:url('../design/tab_link_r.gif') no-repeat 100% 0;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:#FFF; color:#079908;}
    #tabs ul li a:hover span.tab-l {background:url('../design/tab_hover_l.gif') no-repeat 0 0;}
    #tabs ul li a:hover span.tab-r {background:url('../design/tab_hover_r.gif') no-repeat 100% 0;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:url('../design/tab_hover.gif') repeat-x 0 0; color:#1a52d0}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; /*_left:-15px;*/ width:8px; height:8px; background:url('../design/tab_active_l.gif') no-repeat 0 0;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url('../design/tab_active_r.gif') no-repeat 100% 0;}

/* Page (2 columns) */
#page {width:870px; min-height:1px; background:#FFF url('../design/bg_page.gif') repeat-y 0 0; /*_height:1px;*/}
#page-in {min-height:1px; background:url('../design/bg_page_in.jpg') no-repeat 0 0; /*_height:1px;*/; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px}




/* Strip */
#strip {position:relative; clear:both; padding:3px 20px 10px 20px; color:#6182D1;}
#strip p {margin:0;}
#strip a {color:#6182D1;}
#strip a:hover {color:#192666;}

    /* Strip - breadcrumbs */
    #strip #breadcrumbs {width:300px; margin:0; padding:0;}
    
    /* Strip - RSS 
    #strip #rss {width:200px; margin:0; background:url("../design/ico_rss.gif") 0 50% no-repeat}
    */    
   /* Strip - Search */
   #strip #search {float:right; width:200px; margin:0px 0px 25px 0px;}
   #strip #search form {position:relative;}
   #strip #search #search-input-out {position:absolute; top:0; right:45px; width:155px; height:28px; margin:0; padding:0; border:0px none; background:url('../design/search_input.gif') no-repeat 0 0; color:#192666; font-style:normal; font-variant:normal; font-weight:bold; line-height:100%; font-size:90%; font-family:verdana, sans-serif}
   #strip #search #search-input {width:140px; margin:5px 8px; border:0px none; background:#FFF; color:#192666; font-style:normal; font-variant:normal; font-weight:bold; line-height:100%; font-size:100%; font-family:verdana, sans-serif; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px}
   #strip #search #search-submit {position:absolute; top:0; right:0px;}
   #strip #search fieldset {margin:0; padding:0; border:0px none;}
   #strip #search fieldset {width:200px;}
   #strip #search legend {display:none;} 

 
/* Content */
#content {float:left; width:630px; /*_width:650px;*/ margin:0; padding:0 0 0 20px;}

    /* Content - article */
    #content .article {clear:both; margin:0; padding:20px; background:url('../design/content_article_bg.jpg') no-repeat 0 0;}
    #content .article h2 {margin:0 -20px; padding:10px; background:#DEE5FD url('../design/content_title_bg.gif') repeat-y 0 0; color:#192666}
    #content .article h2 span {background:url('../design/ico_list.gif') no-repeat 0 50%; padding-left:25px}
    #content .article img {float:left; border:0px none; padding-left:0; padding-right:10px; padding-top:10px; padding-bottom:10px}
    /*#content .article a {size:12px;color="#716363"}*/
    


#content .article ul, ol {display:block; border:0px none; padding:0; margin-left:40px; margin-right:25px; margin-top:15px; margin-bottom:15px}
#content .article ol {list-style-type:decimal;}
#content .article li {display:list-item; border:0px none; margin:0; padding:0; /*min_height:1px;*/ text-align:justify}
#content .article ul ul, ul ol, ol ol, ol ul {margin: 0 20px 0 20px;}
#content .article ol ul ul li {margin: 0 20px 0 20px;}



#content .article p {text-align:justify;}
#content .article p #uvodni {clear:both;}    

img.maly {float:left; border:none; clear:both; } /* Žadný rámeček okolo náhledů fotek v levém sloupci. */
		div#minifotky a:hover {background:white; } /* Toto je třeba provést, aby vše správně fungovalo i v prohlížeči IE6. Popravdě, nejsem si jistá proč tomu tak je. */
		div#minifotky a img.velky {height: 0; width: 0; border-width: 0; } /* Skrývá velkou fotku, tím, že mu přidělí výšku i šířku hodnotou 0. */
		div#minifotky a:hover img.velky {position:absolute; top: 110%; left: 25%; height: 450px; width: 450px; border: none; clear:both; } /* Nechá velkou fotku zobrazit se na stejném místě jako „rám“ vpravo, když uživatel ukáže kurzorem myši na obrázek v levém sloupci. */
		#ram {position: absolute; top: 112%;left: 26%; height: 350px; width: 350px; border: 0px solid red; font: 1em "Trebuchet MS", Verdana, sans-serif; color: red; padding: 10px} /* Vytváří prázdný „rám“, kde uživatel učekává zobrazení velké fotografie.  */
		p {margin-bottom:2px; clear:both;} /* Přiděluje spodní vnější okraj elementům p, takže se zarovnají s rámem, jenž zobrazuje velkou fotku. */

#content .article .fotky {vertical-align:middle;}

.anketa{clear:both;
	font-family:"Tahoma", Verdana;
	font-size:10px;
}
.anketa th{
	background-color:#F0F0F0;
	border:1px solid #BFBFBF;
}
.anketa td{
	border:1px solid #BFBFBF;
}
.TlacitkoOdeslat{
	border:1px solid #BFBFBF;
	background-color:#F0F0F0;
	font-family:"Tahoma", Verdana;
	font-size:10px;
}

    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #DEE5FD; color:#6685CC;}
    #content .info a {color:#6685CC;}
    #content .info a:hover {color:#FF9000;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url('../design/ico_date.gif') no-repeat 0 50%;}
    #content .info span.cat {background:url('../design/ico_cat.gif') no-repeat 0 50%; margin-left:8px}
    #content .info span.user {background:url('../design/ico_user.gif') no-repeat 0 50%; margin-left:8px}
    #content .info span.comments {background:url('../design/ico_comments.gif') no-repeat 0 50%; margin-left:8px}
    
    
    /* Content - More */
    #content .export1 {padding:0; border:0px none; position:relative; margin-left:500px; margin-right:0; margin-top:0; margin-bottom:15px}
    #content .export1 a {display:block; position:absolute; top:0; right:10; width:67px; /*_width:95px;*/ height:21px; margin:0; background:url('../design/export1.jpg') no-repeat 0 0; color:#FFF; text-decoration:none; padding-left:28px; padding-right:0; padding-top:0; padding-bottom:0}
    #content .export1 a:hover {background:url('../design/export1.jpg') no-repeat -95px 0;}

/* Right column */
#col {float:left; width:200px; margin:0; padding:0; background:#CEDBF9 url('../design/col_bg.gif') repeat-y 0 0;}
#col-in {background:url('../design/col_top.gif') no-repeat 0 0;; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:20px}
#col h3 {background:#A0B9F3 url('../design/col_title_bg.gif') repeat-y 0 0; color:#192666; margin-left:-10px; margin-right:-10px; margin-top:0; margin-bottom:15px; padding-left:15px; padding-right:15px; padding-top:13px; padding-bottom:14px}

    /* Right column - Kontakty */
    #col #kontakty {margin-bottom:15px; line-height:130%;}
    #col #kontakty p {margin:0 15px 5px 15px;}
    #col #kontakty #me {float:left; width:150px; height:120px; margin:0 25px 10px 15px;}
    #col #kontakty #logo {float:center; width:124px; height:120px; margin:0 25px 10px 25px;}

    /* Right column - Category */
    #col ul#category {margin:15px 0; padding:0; list-style:none; position:relative;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #e0e8fa;}
    #col ul#category li a {display:block; background:url('../design/ico_archive.gif') no-repeat 5px 6px; text-decoration:none; padding-left:22px; padding-right:0; padding-top:3px; padding-bottom:3px}
    #col ul#category li #category-active a {background-color:#dbe5fa; color:#192666;}
    #col ul#category li a:hover {background:#E0E8FA url('../design/ico_archive2.gif') no-repeat 5px 50%; font-weight:bold}
	

     #category li ul {display:none;}
     #category li:hover ul{list-style-type:none; position:relative; display:block; width:15.2em;}
     #category li ul li { width:auto;background-color:#feb259; color:#fad9b2;}
     #category li ul li {clear:left; padding-top:7%;}   
    
    /* Right column - Archive */
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#archive li a {display:block; background:url('../design/ico_archive.gif') no-repeat 5px 50%; text-decoration:none; padding-left:22px; padding-right:0; padding-top:3px; padding-bottom:3px}
    #col ul#archive li #archive-active a {background-color:#dbe5fa; color:#192666;}
    #col ul#archive li a:hover{background:#E0E8FA url('../design/ico_archive2.gif') no-repeat 5px 6px; font-weight:bold}
    
     #archive li ul {display:none;}
     #archive li:hover ul{list-style-type:none; position:absolute; display:block; width:15em;}
     #archive li ul li {float:none; width:auto;background-color:#feb259; color:#fad9b2;}
     div.obsah {clear:left; padding-top:7%;}        


    /* Right column - Links */
    #col ul#links {margin:15px 0; padding:0; list-style:none;}
    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#links li a {display:block; background:url('../design/ico_links.gif') no-repeat 5px 6px; text-decoration:none; padding-left:18px; padding-right:0; padding-top:3px; padding-bottom:3px}
    #col ul#links li a:hover {background-color:#dbe5fa; color:#192666;}
    #col ul#links li.textbox{margin-right:5px; margin-left:0px; margin-top:5px;} 

    #col a#pocitadlo {margin:0 0 0 80px;}


/* Footer */
#footer {position:relative; clear:both; width:870px; height:60px; margin-bottom:50px; background:url('../design/footer.jpg') no-repeat 0 0; color:#6685CC}
#footer a {color:#6685CC;}
#footer a:hover {color:#192666;}

    /* Footer - "back on top" */
    #top {position:relative; top:55px; left:550px;}
    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}
    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url('../design/ico_top.gif') no-repeat 0 0; cursor:pointer}
    #top a:hover span {background:url('../design/ico_top.gif') no-repeat -30px 0;}

    /*  Footer - copyright */
    #footer p#copyright {margin:0 0 0 50px; }

    /* Footer - created by */
    #createdby {position:relative; top:10px; left:690px; margin:0; color:#8CA3D8;}
    #createdby a {color:#8CA3D8;}
