body, p, table, a, td, li, dd, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
}

p {
	font-size: 12px;
	/* text-indent: 1.5em; */
	text-align: justify;
	margin: 0;
	color: black;
}

h1, h2, h3, h4 {
	margin-top: 0; /* iefix 1em */	
	margin-bottom: 1em;
	background-color: white;
	color: #084990;
	text-transform: uppercase;	
	font-weight: bold;
	text-align: left;
}

p + table, p + p, p + h1, p + h2, p + h3, p + h4, h1 + h2, h1 + h3, h2 + h3, h3 + h4, table + p, table + h1, table + h2, table + h3, table + h4, table + table {
	margin-top: 1em;
}

p + h1, p + h2, p + h3 {
	margin-top: 2em;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
	text-transform: none;
}

ul {
	text-align: justify;
}

dt {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0px 20px 0px;
}


dd {
	font-size: 12px;
	font-style: italic;
}

a {
	color: #084990; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	display: block;
	text-align: left;
	width: 300px;
	border: 1px #084990 solid;
	background-color: #CCE6FF;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 5px 0px
}

img {
	border: 1px #084990 solid;
	margin: 10px auto 10px auto;
}

table {
	width: 100%;
	border: 2px #084990 solid;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 2px; /* když to tu neni tak se ukousne tabulka */
}

th, td {
	border: 1px #084990 solid;
	text-align: left !important;
	padding: 3px 3px 3px 3px;
	background-color: white;
}

th, td, td p, td h1, td h2, td h3, td h4 {
	font-size: 8pt;
	margin: 0;
	text-align: justify;
}

td h1 {
	font-size: 10pt;
}

td h2 {
	font-size: 9pt;
}

td + h1 {
	background-color: red;
}

th {
	background-color: #CCE6FF;
	font-weight: bold;
}

div.center {
	text-align: center;
}

img.right {
	float: right;
	margin: 0px 0px 0px 10px;
}

br.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
	height: 0;
	display: none;
}

i.mail {
 	color: blue;
}

hr {
	height: 2px;
	border: 1px #336699 solid;
}

/* ODRNY PRO SOUBORY */

p.file_pdf {
	display: list-item;	
	list-style: disc inside url("file_pdf.gif");
}

p.file_odt {
	display: list-item;
	list-style: disc inside url("file_odt.gif");
}

p.file_xls {
	display: list-item;
	list-style: disc inside url("file_xls.gif");
}

p.file_doc {
	display: list-item;
	list-style: disc inside url("file_doc.gif");
}

p.file_zip {
	display: list-item;
	list-style: disc inside url("file_zip.gif");
}

p.file_tif {
	display: list-item;
	list-style: disc inside url("file_tif.gif");
}

p.file_tiff {
	display: list-item;
	list-style: disc inside url("file_tif.gif");
}

p.file_jpg {
	display: list-item;
	list-style: disc inside url("file_jpg.gif");
}

p.file_jpeg {
	display: list-item;
	list-style: disc inside url("file_jpg.gif");
}
/* Přihlašovací formuláře */

table.form1 {
	background-color: red;
}

table.nested {
	width: 100%;
	border: 0;
	margin: 0;
	
}

td.fornested {
	padding: 0;
}

td.text1 {
	width: 500px;
	padding: 2px;
}

td.radio1 {
	text-align: center !important;
	width: 20px;
	border-left: 0px;
}

input.radio1 {
	width: 20px !important;
	border: 0 !important;
}

input.submit1 {
	font-weight: bold;
	width: 100% !important;
	height: 25px;
	border: 0;
	margin: 0;
	background: #084990 none repeat scroll 0 0;
	color: white;
}

input.submit1:hover {
	background: #BC3124 none repeat scroll 0 0;
}

input.text1 {
	width: 496px;
	margin: 0;
	border: 1px #CCE6FF solid;
}

textarea.textarea1 {
  margin: 0;
  border: 1px #CCE6FF solid;;
  width: 99%;
}
