@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
object, embed, param,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 140%;
}

strong { font-weight: bold; }

:focus { outline: 0; }

ol, ul, menu { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 1px; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* MOST COMMON */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; }
h1 { padding:0px 0px; font-size:170%; }
h2 { padding:0px; font-size:130%; }
h3 { padding:0px; font-size:110%; }
p { padding:0px 0px; }
ul, ol { margin-left:35px; }
ul { list-style-type:disc; }
ol {list-style-type:decimal; }
table th{ text-align:center; font-weight:bold; }
table, div { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
table { padding: 0px; }
img { vertical-align: middle; }

/* Objekty */
.no_border { font-size:0px; line-height:0px; }
.clear { height:0px; clear:both; font-size: 0px; line-height: 0px; }
.center { text-align:center; }

/* novy sposob na clearovanie floatovanych divov, funguje uplne rovnako v kazdom prehliadaci, treba pouzit na hlavny div */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }  
.clearfix { display: block; }

.b { font-weight: bold; }
.underline { text-decoration: underline; }
.left {	text-align: left; }
.center { text-align: center; }
.right {	text-align: right; }
.white { color: #FFFFFF; }

/* NIFTY CORNERS */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}