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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	font-size: 12px;
	margin-right: 5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* priehladnost */
img, div
{
 behavior: url(iepngfix.htc);
}

/* obtekanie */
.clearb, .clearl, .clearr
{
 clear:                 both;
 margin:                0;
 font-size:             1px;
}

.clearl
{
 clear:                 left;
}

.clearr
{
 clear:                 right;
}

/* chybove farby */
.b_black
{
 border-color: #000000;
}

.t_red
{
 color: #ff0000;
}

.b_red
{
 border: 1px #ff0000 solid;
}

/* custom form */
.custom-checks input,
.custom-radios input {
	position: absolute;
	left: -9999em;
}

.custom-checks label,
.custom-radios label {
	float: left;
	font-size: 1em;
	line-height: 1em;
	background: url('../images/custom_form.gif') right top no-repeat;
	padding: 1px 30px 3px 0px;
	margin: 0 1em .5em -5px;
	cursor: pointer;
}

/* checks */
.custom-checks label.hover, .custom-checks label.focus { background-position: right -300px; }
.custom-checks label.checked { background-position: right -150px; }
.custom-checks label.focus { outline: 0px dotted #ccc; }

/* radios */
.custom-radios label { padding: 1px 00px 3px 20px; background-position: 0 -450px;}
.custom-radios label.hover, .custom-radios label.focus { background-position: 0 -750px; }
.custom-radios label.checked { background-position: 0 -600px; }
.custom-radios label.focus { outline: 0px dotted #ccc; }