/*
Hlavni stylovy predpis
*/

/*
Stylovy predpis podle Intervalu, mel by sjednotit nektere vlastnosti UA
*/
@import url("default/interval.css");

/*
Obecne definice (centered atp.)
*/
@import url('default/my_common.css');

/*
Predpis pro zahlavi stranky
*/
@import url("top.css");

/*
Stylesheet pro stredni cast
*/
@import url("middle.css");

/*
Stylesheet pro spodek
*/
@import url('bottom.css');

/*
Zakladni definice
*/
body {
    font-family : 'Trebuchet MS', 'Helvetica CE', 'Helvetica', 'Arial CE', 'Arial';
    font-size : 0.8em;
    width : auto;
		height : auto;
    margin : 0;
    padding : 10px 20px 10px 10px; 
    border : 0;
		background : #fff url("../img/background.gif") no-repeat 40% 120px fixed;
    color : #000;
    }

/*
Barvy a vzhled odkazu
*/
a { color : #639; font-weight : 600 }
    a:visited { color : #669 }
		
/*
Seznamy
*/
li.no_type { list-style-type : none; }
ul li.subsection { list-style-image : url('../img/purple_disc.gif') }
.li_1 { margin-top : 6px}
ol ol li { list-style-type : lower-alpha }

/*
Nadpisy
*/
h1 { font-size : 2em; line-height : 1.5em; margin-bottom : 1.5em }
h2 { font-size : 1.6em; line-height : 1.5em; margin-bottom : 0.5em }
h3 { font-size : 1.3em; line-height : 1.5em; margin-top : 1.5em }
h4 { font-size : 1.2em; line-height : 1.5em; margin-top : 1em  }
h5 { font-size : 1em; line-height : 1.5em; margin-top : 0.5em  }
h1, h2, h3, h4, h5, h6, h7 { font-weight : 900 }

/*
Tabulky
*/
table { margin : 0.5em 0 }
    #table1 { float : left;	margin : 0 1em 1em 0 }
    .table2 { font-size : 1em }
    .table2 td, .table3 td,.table3 th, #table4 td {
		    border-top : solid 1px black;
		    border-left : solid 1px black;
		    padding : 0.5em;
		    }
    .table3, #table4, .table5 { font-size : 1em }
    #table4 { float : left; margin-right : 1em }
    .table5 {	border : solid 1px black }
        .table5 td { padding : 0.5em }
    #table6 { float : right; margin : 0 0 1em 1em }

/*
Ostatni
*/

b { font-weight : 900; }
p { margin : 0.5em 0; }
    p.motto { text-align : right; }
    .beletrie p { text-indent : 1.3em }
strong { font-weight : 900 }
	

.footnote_line { margin-top : 2em }

div.quote {
    width : 16em;
		font-weight : 900;
		background-color : #dadada;
		padding : 1em;
    }

#img1 { margin-top : 1em }
.futhark img { clear : left }
 
