/* css dokument */
body {
	background-color: #e6f1f2;
	color: #000000;
	text-align: center;
}
img {
	border: 1px solid black;
}
div.celastranka {
	text-align: center;
}
/* nadpisy a odstavce */
h1, h2 {
	color: #008c8c;
}
h1 {
	font-family: arial black;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0px;
}
h2, h3, p, li {
	font-family: arial;
	text-align: left;
}
h2 {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 10px;
}
h3 {
	font-size: 1em;
}
h3.tablenadpis {
	font-size: 1em;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	color: white;
}
.important {
	font-weight: bold;
}
.veryimportant {
	color: red;
	font-weight: bold;
}
.poznamka {
	font-style: italic;
}
p, li {
	font-size: 1em;
}
ul.neodsazene {
	margin-left: 15px;
}
p.motto {
	background-color: #008c8c;
	color: white;
	text-align: center;
}
p.odsazeny
{
  margin-left:25px;
}

/* end of nadpisy a odstavce */
/* tabulkovy layout */


table {
	border-bottom: #000000 solid 2px;
	border-right: #000000 double 2px;
}
table.nadpis1 {
	/*background: url(images/doztracenaleft.jpg);*/
	background-color:#c0eeee;
	width: 95%;
}
table.nadpis2 {
  background-color:#c0eeee;
	/*background: url(images/doztracenaleft.jpg);*/
	height: 50px;
	text-align: left;
	width: 95%;
}
table.nadpis3 {
	background-color: #008c8c;
	width: 95%;
	text-align: left;
}
table.maintable {
	width: 93%;
	padding: 0px;
	text-align: center;
}
table.tablenormaltext {
	padding: 5px;
	width: 93%;
	text-align: left;
	background-color: #eaf4f4;
}
td {
	vertical-align: top;
  font-family: arial 
}
td.logo {
	text-align: right;
}
td.server {
	vertical-align: middle;
	text-align: center;
}
/* end of tabulkovy layout */
