﻿/* styly pro zobrazení seznamu clanku */
div#seznam { font-weight: normal; font-size: 12px; color: black; font-family: Verdana; text-align: justify; margin-bottom: 10px; }
div#seznam P { font-weight: normal; font-size: 12px; color: black; font-family: Verdana; text-align: justify; }
div#seznam H1 { font-weight: bold; color: #660066; font-family: Verdana; background-image: none; font-size: 14px; display: inline; }
div#seznam H2 { font-weight: bold; font-size: 12px; color: purple; font-family: Verdana; left: 10px; display: inline; }
div#seznam H3 { font-weight: bold; font-size: 11px; left: 20px; color: blue; font-style: italic; font-family: Verdana; position: relative; text-decoration: underline; }
div#seznam H4 { font-size: 14px; font-family: Verdana; font-weight: bold; text-align: center; }
div#seznam .nadpis { font-weight: normal; font-size: 12px; color: black; font-family: Verdana; text-align: justify; background-image: url(WIMAGES/h1.jpg); background-repeat: no-repeat; width: 100%; margin-bottom: 5px; }



/* styly pro zobrazení clanku */
div#clanek P { font-weight: normal; font-size: 12px; color: black; font-family: Verdana; }
div#clanek H1 { font-weight: bold; color: #660066; font-family: Verdana; background-image: url(WIMAGES/h1.jpg); background-repeat: no-repeat; font-size: 14px; }
div#clanek H2 { font-weight: bold; font-size: 12px; color: purple; font-family: Verdana; left: 10px; display: inline; }
div#clanek H3 { font-weight: bold; font-size: 11px; left: 20px; color: blue; font-style: italic; font-family: Verdana; position: relative; text-decoration: underline; }
div#clanek H4 { font-size: 14px; font-family: Verdana; font-weight: bold; text-align: center; }
div#clanek .datum { font-size: 12px; font-family: Verdana; }

/* styly pro zobrazení obsahu clanku (body)*/

div#clBody P { font-weight: normal; font-size: 12px; color: black; font-family: Verdana;  }
div#clBody H1 { font-weight: bold; color: #660066; font-family: Verdana; background-image: url(WIMAGES/h1.jpg); background-repeat: no-repeat; font-size: 14px; }
div#clBody H2 { font-weight: bold; font-size: 12px; color: purple; font-family: Verdana; left: 25px; position: relative; }
div#clBody H3 { font-weight: bold; font-size: 11px; left: 20px; color: blue; font-style: italic; font-family: Verdana; position: relative; text-decoration: underline; }
div#clBody H4 { font-size: 14px; font-family: Verdana; font-weight: bold; text-align: center; }

