body      { font-family: Arial, Tahoma, Helvetica, sans-serif;
            font-size: 10pt;
            background-color: #FFFFFF;
            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: 00px; margin-bottom: 10px; font-size: 15pt; line-height: 125%; font-weight: 900; }
h2        { margin-top: 12px; margin-bottom: 10px; font-size: 12pt; line-height: 125%; font-weight: 900; }
h3        { margin-top: 11px; margin-bottom: 10px; font-size: 11pt; line-height: 125%; font-weight: 900; }
h4        { margin-top: 10px; margin-bottom: 10px; font-size: 10pt; line-height: 125%; font-weight: 900; }
h5        { margin-top: 10px; margin-bottom: 10px; font-size:  9pt; line-height: 125%; font-weight: 900; }
h6        { margin-top: 10px; margin-bottom: 10px; font-size:  8pt; line-height: 125%; font-weight: 900; }
h7        { margin-top: 10px; margin-bottom: 10px; font-size:  7pt; line-height: 125%; font-weight: 900; }
p         { font-size: 10pt; text-align: justify;
            margin-bottom: 10px; margin-top: 10px; text-indent: 0px; 
            white-space: normal; line-height: 125%;
}
li        { line-height: 145%; }

strong,b  { font-weight: 900; }
table     { margin-top: 10px; margin-bottom: 10px; }
th        { padding-bottom: 2px; padding-top: 2px; font-weight: 900; text-align: left; vertical-align: top; background-color: #000000; color: #FFFFFF; }
td        { padding-bottom: 2px; padding-top: 2px; font-weight: 500; text-align: left; vertical-align: top; }

img       { margin: 0px; border: 0px; }

form      { margin-top:  0px; margin-bottom:  0px; }
div       { margin-top:  0px; margin-bottom:  0px; }
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: #006699; }
a:hover   { text-decoration: underline; color: #000000; }
hr        { margin-top:  8px; margin-bottom:  8px;
            border          : 0      ;
            color           : #000000;
            background-color: #000000;
            height          : 2px    ;
}

.clear    { clear: both; }

header    { margin: 0px; }
nav       { margin: 0px; }
section   { margin: 0px; }
footer    { margin: 0px; }

input, textarea, select { font-family: "Tahoma", "Helvetica", "Geneva", "Arial", "Verdana", sans-serif;
                          border: #000000 1px solid;
                          background-color: #FFFFFF;
                          color: #000000;
                          font-size: 10px;
                          padding-left  : 4px;
                          padding-right : 4px;
                          padding-top   : 2px;
                          padding-bottom: 0px;
}
input {
	height: 18px;
}
select {
	height: 24px;
    font-size: 10px;
}
input[type=file] { 
                 font-size: 10px;
                 background-color: #F0F0F0;
                 color           : #000000;
                 border: solid #000000 1px;
                 height: 22px;
}
input[type=checkbox] {
                 border: 0px;
}
input[type=button],input[type=submit] {
	height       : 30px;
	font-weight  : 900;
    padding-left : 12px;
    padding-right: 12px;
}
.prehledtab {}
.prehledtab td, .prehledtab th { 
	padding-top : 4px; padding-bottom: 4px;
	padding-left: 4px; padding-right : 4px;
}
