/*=	LAA
    format.css	11.03.2020 
*/

* {
    /* color: #666666; */
    color: #333333;
    /* font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; */
    font-family: Verdana, Helvetica, lucida, sans-serif;
    /* line-height: 16pt; */
    font-size: 9pt;
    }
body {
    background-color: #EEE3D5;
    }
a {
    /* color: #094FA3; */
    color: #00517C;
    text-decoration: underline;
    }
a:hover {
    color: #333333;
    text-decoration: none;
    }
a img {
    border: 0px;
    }
p {
    margin: 6px 0px;
    text-align: justify;
    font-size: 9pt !important;
    }


/*= NADPISY */
h1 {
    margin: 0px 0px 24px 0px;
    color: #00517C;
    font-size: 13pt;
    font-weight: bold;
    }
h2 {
    color: #006AAE;
    font-size: 11pt;
    font-weight: bold;
    }
h3 {
    margin: 20px 2px 5px 0;
    padding: 0 0px 5px 0;
    /* background: url(../images/layout/odrazka_obdelnik.gif) no-repeat -2px 0px; */
    font-family: "Century Gothic", "Trebuchet MS", arial, sans-serif;
    color: #005888;
    font-weight: bold;
    font-size: 11pt;	
    border-bottom: 1px dotted #D8D8D8;
    }
#header h3 {
    margin: 4px 2px 5px 8px;
    font-family: "Century Gothic", "Trebuchet MS", arial, sans-serif;
    padding: 0 0 5px 0;
    /* background: url(../images/layout/odrazka_obdelnik.gif) no-repeat -2px 0px; */
    color: #333333;
    font-weight: normal;
    font-size: 14pt;	
    line-height: 1.4em;
    border-bottom: none;
    }	
h4 {
    font-family: "Century Gothic", "Trebuchet MS", arial, sans-serif;
    padding-left: 0;
    color: #333333;
    font-size: 10pt;	
/*	background: url(../images/layout/odrazka_sipka.jpg) no-repeat 0% 50%; */
    }
h5 {
    padding: 16px 0 4px 0;
    font-family: "Century Gothic", "Trebuchet MS", arial, sans-serif;
    margin: 0;
    color: #333333;
    font-weight: bold;
    font-size: 11pt;	
    line-height: 1.4em;
    }

ul {
    list-style: none;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 16px;
    /*list-style: disc outside url(../images/layout/odrazka_li.gif); obrazek jsem nikdy nevidel, ale 404 v console jo*/
    }
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;
    /* background: url(/App_Themes/Default/Images/input-pozadi.jpg) repeat-x left top; */
    }

/*
br.form  {
    clear: both;
    }
*/
 input  {
/*	border: 1px #CCCCCC solid; */
    /* border-style: ; */
    }

textarea  {
    border: 1px #CCCCCC solid;
    }

th {
    text-align: left;
    }

#navigation * {
    color: Black;
    }

fieldset {
    background-color: #FFFDD7; 
    padding-top: 10px;
    color: #D8D8D8;
    }

.legendSpace {
  margin-top: 15px; 
    }

*>legend {
  margin:-12px 0 0 0; 
  padding: 0 5px;
    }


div.cleaner {
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    }

.fg-button-icon-right .ui-icon {
    right: 0;
}