    /* rámečkové třídy */
    .border { border: 1px solid #eeeeee }
    .border_bottom { border-bottom: 1px solid #eeeeee }
    .border_right_bottom { border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee }
    .border_right_bottom_dotted { border-right: 1px dashed #eeeeee; border-bottom: 1px solid #eeeeee }

    /* předefinování základních tagů */
    body { font-family: arial,Helvetica,sans-serif; font-size: 10pt }
    td { font-size: 10pt }

    /* nadpisy */
    h1 { font-family: Arial,Helvetica,sans-serif; font-size: 14 pt}
    h2 { font-family: Arial,Helvetica,sans-serif; font-size: 12 pt}
    h3 { font-family: Arial,Helvetica,sans-serif; font-size: 10 pt; padding-bottom: 6 pt; border-bottom: dashed #dddddd 1px; padding-bottom: 3px; } 

		h3.no_underline {border-bottom: none; }

    /* linky */
    A:link { color:  <?=$COLOR_LINK?> }
    A:hover { color: <?=$COLOR_HOVER?> }
    A:vlink { color: <?=$COLOR_VLINK?> }
    A:alink { color: <?=$COLOR_ALINK?> }

    A.menu_link:link { color: black }
    A.menu_link:vlink { color: black }
    A.menu_link:alink { color: black }

    .inputField { font-size: 8pt}


