
/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */


/* Text vľavo */
p.p_vlavo {
    text-align: left;
    /* text-align: left; */
}

/* Text vpravo */
p.p_vpravo {
    text-align: right;
    /* text-align: right; */
}

/* Text na stred */
p.p_na_stred {
    text-align: center;
    /* text-align: center; */
}

/* Text na celý riadok */
p.p_vpravo {
    text-align: justify;
    /* text-align: justify; */
}

/* Obrázok vľavo */
img.ivlavo {
    float: left;
    /* float: left; */
}

/* Obrázok vpravo */
img.ivpravo {
    float: right;
    /* float: right; */
}

/* Obrázok na stred */
img.ina_stred {
    display: block;
    /* display: block; */
}

/* Zoznam bez odrážok */
ul.zoznam_empty {
    list-style-type: none;
    /* list-style-type: none; */
}

/* Tabuľka 1 */
table.tlist1 {
    
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */



/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
ul.zoznam_empty li {
    padding: 5px 0px;
    text-indent: -17px;
}