@charset "utf-8";
/*==============================================================================
RESET CSS Document v1.0
==============================================================================*/

/* CSS RESET  (Eric Meyer)
==============================================================================*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
	font-size: 100.01%;	
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ODKAZY
==============================================================================*/
a {
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* NADPISY
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	letter-spacing: -1px;
	font-size: 2em;
}
 
h2 {
	padding: 1em 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}
 
h3 {
	font-size: 1em;
	font-weight: bold;
}

/* OSTATNI
==============================================================================*/
p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}