/* Styly KARYON  */

BODY	{  /* všechen text */
	height:101%;
	background: #BCBCBC url("back.gif") repeat-x;
	margin: 0px 0 24px 0;
	}
	
table.main	{ /* stránkotvorná matrjoška */
	margin: 12px 0 6px 0;
	padding: 0px;
	border: 1px white solid;
	}
table.page	{ /* stránkotvorná tabulka */
 width: 752px;

	background-color: #D5DBDB;
	margin: 0px 0 0px 0;
	padding: 10px;
	}
td.levy { /* menutvorná buňka */
 width: 230px;
	vertical-align: top;
	text-align: right;
	padding: 0;
	}
td.text { /* textotvorná matrjoška */
 width: 520px;
	vertical-align: top;
 width: 500px;
	padding-left: 12px;
	}	
div.stranka { /* textotvorná buňka */
	background-color: #eeeeee;
	border: 1px #fff solid;
	padding: 8px 6px 18px 12px;
	}

p,td,address,h2,h3,dt,dd,dl,ol,ul,li
	{ /* základní text */ 
	font-family: Verdana, sans-serif;
	color: #345;
	font-size: 11px;
	line-height: 140%;
	margin: 8px 12px 6px 0;
	}

a {
	color: #569;
	text-decoration: underline;
	}
a:hover	{
  color: #00f;
	}

dl.menu 	 { /* menu */
	margin: 10px 0 0 0;
	}
dl.menu dt 	 { /* položka menu */
	margin: 0 0 3px 12px;
	padding-bottom: 6px;
	}
dl.menu a 	{ /* odkaz v menu */
 display: block;
 width: 100%;
	text-decoration: none;
 _height: 16px;
 height: 17px;
 padding: 2px 2px 2px 2px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #566;
	}
dl.menu a:hover    {
	color: #fff;
	background-color: #fb0;
	}

h1	{ /* záhlaví stránky */
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 140%;
  color: #7030A0;
  color: #826E93;
  color: #fb0;
	margin: 0px 0 16px 0;
	}

h2	{ /* záhlaví malé */
	font-size: 13px;
	color: #826E93;
 color: #566;
	font-family: Arial, sans-serif;
	margin: 9px 0 0 0;
	}
	
ul	{
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	}

li	{  
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 7px;
	margin-bottom: 6px;
	}
	
blockquote { margin-top: 0px; margin-bottom: 0px; }

img.b {
	border: solid 1px #fff;
	margin: 8px 0px 6px 31px;
}
img.logo {
  border-bottom: 1px #fff solid;
}

p.pata {
	margin-top: 6px;
	font-size: 10px;
}


