/*
to co je tady se pousti i do tinymce editoru
*/

h1 {font-size: 1.5em}
h2 {font-size: 1.5em; color:#c70000; margin-top:0.5em;}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}
body, td, pre {
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
     
    margin:8px;
}
body {background:#FFFff;}

img {border:0;}
table {cursor:default}
table td, table th {cursor:text}
ins {border-bottom:1px solid green; text-decoration: none; color:green}
del {color:red; text-decoration:line-through}
cite {border-bottom:1px dashed blue}
acronym {border-bottom:1px dotted #CCC; cursor:help}
abbr {border-bottom:1px dashed #CCC; cursor:help}

/*********************************************************************/
h1{
    color:#c70000;
   
}

a {color:#2d84c5; text-decoration: none;}
a:hover {text-decoration: underline;}


body {
    font-family: Arial;
    font-size: 75%;

}



/*
    * pro lepší přehlednost při zadávání hodnot v \"přidat produkt\"
rozlišit barevně
Kod + rámeček (zeleně),
Cena A + rámeček (červeně),
Cena B + rámeček (modře)
*/

input#cena1{ border-color: #c70000;}
h4.cena1 {color:#c70000;}

input#cena2 {border-color:#0000c7;}
h4.cena2 { color:#0000c7;}

input#kod{border-color:#00bc00;}
h4.kod{color:#00bc00;}



