/*
 * content.css
 *
 * Definicie stylov pre obsah, ktory je editovany cez TinyMCE. Vdaka tomuto suboru
 * sa text pocas editovania a po ulozeni bude zobrazovat uplne rovnako.
 *
 * Vsetky styly je potrebne nadefinovat ako vnorene elementy tychto rodicov:
 *  - div.content-text (text stranky z modulu Content)
 *  - body.mceContentBody (text v editore TinyMCE)
 *
 */

/*
 * Farby
 *
 *   Blue:  #00aeef
 *   Gray1: #c1c1c1
 *   Gray2: #808080
 *   Text:  #404040
 *   Black: #282828
 * 
 * Velkosti fontov
 * 
 *   20px: hlavny nadpis
 *   16px: nadpisy v texte, v pravom stlpci
 *   12px: bezny text
 *   10px: mensi text s detailami
 * 
 */


/*** Body ***/

body, td, th, textarea, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    color: #404040;;
}

body.mceContentBody {
}

div.clear {
    float: none;
    clear: both;
    font-size: 0px;
}



/*** Headers ***/

h2, h3, h4, h5, h6 {
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 4px 0px;
    color: #404040;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    letter-spacing: -1px;
}

h2:first-child {
    margin-top: 0px;
}

div.content-text h2,
body.mceContentBody h2
{
    font-size: 16px;
    font-weight: bold;
}


h3 {
    font-size: 12px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}

/*
h5 {
    font-size: 12px;
    font-weight: normal;
}

h2 {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    color: #00aeef;
    font-size: 20pt;
    line-height: 100%;
    font-weight: bold;

}

h3, h4, h5, h6 {
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 4px 0px;
    color: #404040;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
    font-weight: normal;
}
*/

h2.underline {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #404040;
    height: 22px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    letter-spacing: -1px;
}

h3.underline {
    color: #404040;
    border-bottom: 2px solid #404040;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 22px;
}

/*

h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px;
    color: #5f5f5f;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.3em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}
*/



/*** Links ***/

a, body.mceContentBody a {
    color: #404040;
    text-decoration: underline;
}

div.block-inactive a {
    color: #c1c1c1;
}

a:hover, body.mceContentBody a:hover, div.block-inactive a:hover {
    color: #00aeef;
}



/*** Paragraphs, etc. ***/

p {
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

div.content-text p,
body.mceContentBody p
{
    text-align: justify;
}

pre {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 12px 0px;
    line-height: normal;
}



/*** Lists ***/

div.content-text ul, div.content-text ol,
body.mceContentBody ul, body.mceContentBody ol
{
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul,
body.mceContentBody ul ul, body.mceContentBody ul ol, body.mceContentBody ol ol, body.mceContentBody ol ul
{
    padding-left: 23px;
    margin-bottom: 0px;
}

div.content-text li,
body.mceContentBody li
{
}
