/* Styly Autosevis Svátek */

BODY	{  /* všechen text */
	color: #444;
	background-color: #ffffff;
	margin: 0px;
	}

p,td,address,dt,dd,dl,ol,ul,li
	{ /* základní text */
	font-family: Verdana, sans-serif;
	color: #39536B;
	font-size: 11px;
	margin-left: 0px;
	line-height: 160%;
	margin-top: 8px;
	margin-bottom: 6px;
	}

a	{
	text-decoration: none;
	color: #0033cc;
	}
a:hover	{
	text-decoration: underline;
  color: #FF4400;
	}

table.page	{ /* stránkotvorná tabulka */
  width: 740px;
	}
table.page td { /* stránkotvorná buňka */
	vertical-align: top;
	}
td.head { /* horní buňka */
	margin: 0px;
	height: 0px;
	background-color: #B4B7BC;
	}	
td.head-r { /* horní buňka pravá*/
  background: #B4B7BC url(horni.jpg) right top no-repeat;
	}
td.head-r img { /* obrázek nahoře vpravo*/
  margin-left: 1px;
  margin-bottom: 1px;
	}
td.sec-l { /* druhá řádka */
	height: 22px;
  background-color: #6D869B;
	color: #FFF;
	}
td.sec-r { /* druhá řádka */
	font-size: 10px;
  text-align: right;
  padding-top: 2px;
  padding-right: 24px;
	background-color: #7C94A8;
	color: #FFF;
	}
td.content-l { /* spodní buňka */
	margin: 0px;
	height: 100%;
  padding-left: 24px;
	background-color: #B3BFCA;
	}
td.content { /* spodní buňka */
	padding: 0px 0px 40px 0px;
	border: 0px;
  height: 100%;
	background-color: #CBD4DC;
	}
img.banner { /* obrázek baner */
  border-left: 7px solid #E0E6EB;
  border-right: 7px solid #E0E6EB;
  border-top: 5px solid #E0E6EB;
  border-bottom: 5px solid #E0E6EB;
}
td.foot-l { /* poslední řádka vlevo */
	font-size: 10px;
	height: 22px;
	padding-top: 2px;
  padding-left: 30px;
  background-color: #6D869B;
	color: #FFF;
	}
td.foot-r { /* poslední řádka vpravo */
	font-size: 9px;
  text-align: right;
  padding-top: 3px;
  padding-right: 24px;
	background-color: #7C94A8;
	color: #FFF;
	}

table.m   {
  margin-top: 24px;
  margin-bottom: 26px;
  width: 163px;
	background-color: #E3E9EE;
	border-top: 1px solid #7C94A8;
	border-right: 1px solid #7C94A8;
	}
table.m td {
  height: 21px;
	border-bottom: 1px solid #7C94A8;
	padding: 1px 0 0 22px;
	}
table.m a	{
  display: block;
	text-decoration: none;
	color: #39536B;
	background-color: #C3CFDA;
	width: 100%;
	height: 100%;
	}
table.m  a:hover	{
	text-decoration: none;
  background-color: #F85F46;
	color: #000;
	}
table.m  a:active	{
	background-color: #fff;
	text-decoration: none;
	color: #000;
	}

H1	{
	font-family: Arial, "Arial CE", sans-serif;
  display: block;
	color: #fff;
	background-color: #94A6B7;
	font-size: 17px;
	width: 100%;
	height: 22px;
  margin: 25px 0 0 0;
	padding: 2px 0 0 20px;
  }
  
H2	{
	font-family: Arial, "Arial CE", sans-serif;
	color: #5D768B;
	font-size: 14px;
  margin: 14px 0 18px 0;
	padding: 2px 0 0 20px;
  }
  
td.content p{ /* vlastní text */
  margin: 12px 8px 12px 21px;
  }
  
td.content img { /* obrázek v textu */
  border-left: 7px solid #E0E6EB;
  border-right: 7px solid #E0E6EB;
  border-top: 5px solid #E0E6EB;
  border-bottom: 5px solid #E0E6EB;
  }
  
ul	{
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	}

li	{
	margin-left: 40px;
	padding-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	}
