/* css dokument */


div.celastranka{
position:relative; 
  margin:auto; 
/*  width:960px; */ 
  text-align:left;
  border:none;
}

td.server {
	vertical-align: middle;
	text-align: center;
  height: 90px; /* 100px */ 
}

table.nadpis1 {
	/*background: url(images/doztracenaleft.jpg);*/
	background-color:#c0eeee;
	width: 95%; 
  border:#000000 solid 1px;  
}

td.motto {
	background-color: #008c8c;
	color: white;
	vertical-align: middle;
	text-align: center;
  height: 30px;
}

td.menu {
  color: #008c8c;
  border: solid 0px;
  font-weight: bold;
  background-color: #e2edee;
}
a.menu {
  color: #008c8c;
  text-decoration: none
}

body {
	/* background-color: #e6f1f2; */
  background-color: #e2edee; 
	color: #000000;
	text-align: center;
  background-position: center top;
}

table.nadpis2 {
  background-color:#c0eeee;
	height: 50px;
	text-align: left;
	width: 95%;
  border:#000000 solid 1px;
}

table.maintable {
	width: 93%;
	padding: 0px;
	text-align: center;
  border-left:#000000 solid 1px;
  border-right:#000000 solid 1px;
  border-bottom:#000000 solid 1px;
}

table.tablenormaltext {
	padding: 5px; 
	width: 98%;
	text-align: left;
	background-color: #eaf4f4;
}

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, td {
	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;
}
.greenimportant
{
	color: green;
	font-weight: bold;
}
.veryimportant {
	color: red;
	font-weight: bold;
}
.poznamka {
	font-style: italic;
}
p, li {
	font-size: 1em;
}
ul.neodsazene {
	margin-left: 15px;
}

p.odsazeny
{
  margin-left:25px;
}

/* end of nadpisy a odstavce */
/* tabulkovy layout */


/*table {
	border-bottom: #000000 solid 2px;
	border-right: #000000 double 2px;
} */

 

table.nadpis3 {
	background-color: #008c8c;
	width: 100%           /*95%;
	text-align: left;
}


td {
	vertical-align: top;
}
td.logo {
	vertical-align : middle;
  text-align: left; 
}

/* end of tabulkovy layout */

