html      {
            height: 100%;
}
body      { font-family: Arial, Tahoma, Helvetica, sans-serif;
            font-size: 10pt;
            color           : #000000;
            margin: 0px auto;
            margin-top: 0px; margin-bottom: 0px;
            scrollbar-track-color:      #000000;
            scrollbar-face-color:       #000000;
            scrollbar-highlight-color:  #FFFFFF;
            scrollbar-3dlight-color:    #000000;
            scrollbar-darkshadow-color: #000000;
            scrollbar-shadow-color:     #FFFFFF;
            scrollbar-arrow-color:      #FFFFFF;
}

h1        { margin-top: 12px; margin-bottom:  10px; font-size: 14pt; line-height: 125%; font-weight: 900; color: #000000; }
h2        { margin-top: 12px; margin-bottom:  10px; font-size: 12pt; line-height: 125%; font-weight: 900; color: #000000; }
h3        { margin-top: 11px; margin-bottom:  10px; font-size: 11pt; line-height: 125%; font-weight: 900; color: #000000; }
h4        { margin-top: 10px; margin-bottom:  10px; font-size: 10pt; line-height: 125%; font-weight: 900; color: #000000; }
h5        { margin-top: 10px; margin-bottom:  10px; font-size: 09pt; line-height: 125%; font-weight: 900; color: #000000; }
h6        { margin-top: 10px; margin-bottom:  10px; font-size: 08pt; line-height: 125%; font-weight: 900; color: #000000; }
h7        { margin-top: 10px; margin-bottom:  10px; font-size: 07pt; line-height: 125%; font-weight: 900; color: #000000; }
p         { font-size: 10pt;
            margin-bottom: 10px; margin-top: 10px; text-indent: 0px; 
            white-space: normal; line-height: 125%;
}
li        { line-height: 125%; }

strong,b  { font-weight: 900; }
table     { margin-top: 0px; margin-bottom: 0px; }
th        { padding: 2px; font-weight: 900; vertical-align: top; background-color: #999999; color: #FFFFFF; }
td        { padding: 2px; font-weight: 500; vertical-align: top; }

img       { margin: 0px; border: 0px; }

form      { margin-top:  0px; margin-bottom:  0px; }
div       { margin-top:  0px; margin-bottom:  0px; }
em        { font-style: italic; }
pre       { font-family: Courier New, Arial; font-weight: normal; font-size: 10pt; margin-bottom: 0px; margin-top: 8px; text-indent: 0px; }
a         { text-decoration: underline; color: #003399; }
a:hover   { text-decoration: underline; color: #CC3300; }
hr        { margin-top:  8px; margin-bottom:  8px;
            border          : 0      ;
            color           : #A0B93B;
            background-color: #A0B93B;
            height          : 1px    ;
}

.clear    { clear: both; }

.editacestranky {
	margin-bottom   : 04px   ;
	padding         : 04px   ;
	background-color: #000000;
	color           : #FFFFFF;
	text-decoration : none   ;
}
.editacestranky a, .editacestranky a:hover {
	color           : #FFFF33;
	text-decoration : none   ;
}

input, textarea, select { font-family: "Arial Narrow", "Tahoma", "Helvetica", "Geneva", "Arial", "Verdana", sans-serif;
                          border: #000000 1px solid;
                          background-color: #FFFFFF;
                          color: #000000;
                          font-size: 12px;
                          padding-left  : 2px;
                          padding-right : 2px;
                          padding-top   : 0px;
                          padding-bottom: 0px;
}
input {
	height: 28px;
}
select {
	height: 32px;
    font-size: 12px;
}
input[type=file] { 
	font-size: 16px;
	background-color: #FFFFFF;
	color           : #000000;
	border: solid #000000 1px;
	height: 22px;
}
input[type=checkbox] {
	border: 0px;
}
input[type=button],input[type=submit] {
    font-size    : 12px;
	font-weight  : 900;
    padding-top  :  0px;
    padding-left :  2px;
    padding-right:  2px;
}
.prehledtab {
    border-left  : solid #000080 1px;
    border-top   : solid #000080 1px;
}
.prehledtab td, .prehledtab th { 
	padding-top  : 4px; padding-bottom: 3px;
	padding-left : 4px; padding-right : 3px;
    border-right : solid #000080 1px;
    border-bottom: solid #000080 1px;
}
