/* ----------------------------------------------------------------------------------------------------------

    Output device:  screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-06-25, 10:18 GMT+1
    Version:    2.2.5 (2008-06-07, 20:28 GMT+1)

    Structure:
        display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) Layout
        3-1) Page: Úvod
        4) HTML styles
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:#f0f7fd url("../design/bg.gif") 50% 0 repeat-x; color:#000; font:0.75em/1.6 "georgia", sans-serif;}

a {color:#007dc3;}
a:hover {color:#000;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

h1 {font-size:250%; font-weight:normal; font-style:italic; color:#007dc3;}
h2 {margin-top:25px; font-size:170%; font-weight:normal; font-style:italic; color:#007dc3;}

/* ----------------------------------------------------------------------------------------------------------
2) Layout
---------------------------------------------------------------------------------------------------------- */

#gradient {background:url("../design/bg-gradient.gif") 0 97px repeat-x;}

#main {width:770px; margin:0 auto; overflow:hidden;}

	#header {position:relative; padding-top:25px;}

        #logo {position:relative; overflow:hidden; width:300px; height:50px; margin:0; padding:0; font-size:160%;}
        #logo 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;}
        
        #nav {position:absolute; top:40px; right:0; margin:0;}
        #nav a {text-decoration:none; color:#000; font-weight:bold;}
        #nav a#nav-active {text-decoration:underline; color:#007dc3;}
        #nav a:hover {text-decoration:underline;}
        #nav span {margin:0 3px; color:#007dc3;}

	#content {padding:40px 0 30px 0; overflow:hidden;}

	#footer {clear:both; padding-bottom:30px; font-size:90%; color:#007dc3; font-style:italic;}

/* ----------------------------------------------------------------------------------------------------------
3-1) Page: Úvod
---------------------------------------------------------------------------------------------------------- */

#perex h1 {width:570px; line-height:1.3;}

/* ----------------------------------------------------------------------------------------------------------
4) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {display:block; float:left; width:340px; margin-left:15px; list-style:none; }
ul.ul-01 li {padding-left:18px; background:url("../design/ul-01.gif") 0 9px no-repeat; font-weight:bold;}
ul.ul-01 ul {margin:0;}

ul {display:block; float:left; margin-left:15px; list-style:none; }
li {padding-left:18px; background:url("../design/ul-01.gif") 0 9px no-repeat; }
ul {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.img {margin-left:30px; padding-top:15px;}

.bigger {font-size:120%;}