/* Lars Models styly všechny hlavní stránky */


BODY	{  /* všechen text */
 	background: #ffffff; 
 	font-family: 'Times New Roman', 'Times CE', Serif;
/*	font-family: Arial CE, Arial, Helvetica, sans-serif;  */
	margin-top: 15; /* tohle je default hodnota */
	margin-left: 0;
	margin-right: 0;
 	}

p,td,address,h3,dt,dd,ul,li	{
	font-size: 13;
	margin-top: 0;
	margin-bottom: 0;
}

p,td,address,li	{color: #666;}

address, dt	{font-weight: bold; color: #777;}

td.n	{ /* text pod náhledem */
	font-family: Tahoma;
	font-size: 10px;
	color: #444;
	letter-spacing: 2px; 
	text-align: center;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0;
	}

h3	{
	font-size: 13;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4	{
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}

a	{ color: #666; text-decoration: none; cursor: hand; } /* všechny odkazy */
a:hover	{ color: #444; text-decoration: underline}

a.l	{ color: #000; text-decoration: none}  /* odkazy v navigační liště */
a:hover.l	{ color: #c00; text-decoration: none}

a.f	{ color: #000; font-weight: bold;}  /* odkazy ve fotogalerii 1*/
a:hover.f	{ color: #c00;}

a.s	{ color: #666; text-decoration: underline;} /* odkazy na script */
a:hover.s	{ color: #444; text-decoration: underline}

img		{ border-style: none; border-width: 0 }
img.a,img.b	{ border: 1px solid #aaa; margin: 0; cursor: hand }
img.b		{ filter:gray }
img.3		{ border: 1px solid #333; margin: 0; cursor: hand }

td.gr1,td.gr2 {
	background: url(grid_grey.gif) repeat;
	height: 29;
	font-family: Arial;
	font-size: 11;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

td.gr2	{
	background: url(grid_red.gif) repeat;
	color: #900;
}

td.bar_r {border-right: 1 solid #999;}

table.g1 {margin-left: 8px;}
table.g1 td {vertical-align: top;}

.center	{ text-align: center; }

