﻿/* ------------------------------------------------------------ TAGY ------------------ */
body { margin: 0px; padding: 0px; }
table { border-collapse: collapse; }
img { border: none 0px; }
    img.left { float: left; margin-top: 0px; margin-left: 0px; margin-right: 1em; margin-bottom: 1em; }
    img.right { float: right; margin-top: 0px; margin-left: 1em; margin-right: 0px; margin-bottom: 1em; }
    img.center { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
.display { display: block; }
.zMax { z-index: 1000; }
/* ------------------------------------------------------------ TRIDY ------------------ */
.clr { clear: both; }
.fright { float: right; }
.fleft { float: left; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.invisible, .hidden { display: none; }
.red { color: #ab1251; }
.relative { position: relative; }
/* ------------------------------------------------------------ ODRAZENI ------------------ */
.m10r { margin-right: 10px; }
.m10l { margin-left: 10px; }
.m10t { margin-top: 10px; }
