/*  
Version: 1.0
Author: Ivo Laryš
Author URI: http://gingercandy.cz/
*/

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: left;
	font: 9pt/1.25 "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	font-size: 90%;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.nodisplay,
hr {
display: none;
}
strong {
	font-weight: bold;
}
strong.underLine {
  font-weight: normal;
  text-decoration: underline;
}
.clear {
clear: both;
}
/* BASIC TAGS
-------------------------------------------------------------*/
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004040;
}
h1 {
	font-size: 120%;
	margin-bottom: 15px;
}
h2 {
	font-size: 105%;
	margin-bottom: 10px;
}

/* OBECNE
-------------------------------------------------------------*/
#page {
	margin: 0;
	text-align: left;
	/* width: 800px; */
	font-size: 100%;
	position: relative;
}
#content {
	background-color: #fff;
	/* padding: 20px 0px;
	margin-top: 80px; */
	position: relative;
}
#content p {
	font-size: 100%;
	margin-bottom: 10px;
	text-align: justify;
}
#content a {
	color: #5C855F;
	text-decoration: none;
}
#content a:hover {
	color: #004040;
	text-decoration: underline;
}
h3#eps {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 150%;
}
h3#ochrana {
	position: absolute;
	top: 45px;
	left: 10px;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
}
h3#stranka {
	position: absolute;
	top: 50px;
	left: 440px;
	font-size: 150%;
	letter-spacing: 0.04em;
	word-spacing: 0.2em;
}

/* FORMULAR
-------------------------------------------------------------*/
form {
	font-size: 100%;
	margin: 0px 0 10px;
	padding: 0px 0 0;
	border-bottom: #004040 1px solid;
}
legend {
  padding: 5px 0;
  font-size: 110%;
  font-weight: bold;
  color: #004040;
}
fieldset {
  margin-bottom: 10px;
}
form div {
	margin-top: 5px;
	text-align: justify;
}
form div.floatLeft {
	float: left;
	width: 160px;
}
form label {
  padding: 0 5px;
}
form label.floatLeft, form label.floatLeft1 {
  padding: 0;
	float: left;
	width: 200px;
}
form label.floatLeft1 {
	width: 90px;
}
form label.povinnost, form span.povinnost {
	color: #004040;
	font-weight: bold;
}
input, select {
	padding: 1px;
	width: 250px;
	font-size: 100%;
}
input.submit {
	width: auto;
	margin-top: 10px;
	padding: 2px 10px;
	font-weight: normal;
	background-color: #CCCCCC;
	border: solid 1px black;
	font-size: 100%;
}
input.width-auto {
	width: auto;
}
form.formBack, form.formTisk {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
p.loga {
  padding: 15px 0;
}
p.loga img {
  margin-right: 15px;
}
p.motto {
  font-style: italic;
}
