/*=	LAA
    format.css	10.6.2008
*/

* {
    color: #666666;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-size: 8pt;
    }
body {
    background-color: #EEE3D5;
    }
a {
    color: #094FA3;
    text-decoration: underline;
    }
a:hover {
    color: #B0A800;
    }
a img {
    border: 0px;
    }
p {
    margin: 6px 0px;
    text-align: justify;
    }


/*= NADPISY */
h1 {
    margin: 0px 0px 24px 0px;
    color: #094FA3;
    font-size: 13pt;
    font-weight: bold;
    }
h2 {
    color: #006AAE;
    font-size: 11pt;
    font-weight: bold;
    }
h3 {
    margin: 20px 2px 5px 0px;
    padding: 0px 0px 5px 25px;
    background: url(../images/layout/odrazka_obdelnik.gif) no-repeat -2px 0px;
    color: #006AAE;
    font-weight: bold;
    font-size: 9.5pt;
    }
h4 {
    padding-left: 12px;
    background: url(../images/layout/odrazka_sipka.jpg) no-repeat 0% 50%;
    }
ul {
    list-style: none;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 16px;
    list-style: disc outside url(../images/layout/odrazka_li.gif);
    }
ul li {
    padding-bottom: 3px; 
    padding-left: 5px;
    }
ol li {	
    margin-bottom: 0;
    }
    
li.nobullet {	
    list-style: none;
    }
    
/*= FORMULARE */ 
input, select {
    margin-right:10px;
    margin-bottom: 2px;
    width: 57px;
}

/*
br.form  {
    clear: both;
    }
*/
input  {
    border: 1px #CCCCCC solid;
    }

textarea  {
    border: 1px #CCCCCC solid;
    resize: none;
    }

th {
    text-align: left;
    }

#navigation * {
    color: Black;
    }
