/*
	Soubor: obrazky_cz.css
	Popis:  Kaskadni styly pro obrazkovy system
*/

a 	{color: Red; text-decoration:none;}
a.a_text:hover 	{color: Red; background-color: #FFFF99; text-decoration:underline; font-weight: bold;}

body
{	color: Blue;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 100%;
	background-image: url('obrazky/102c_svetle_landscape.jpg'); /* obrázek na pozadí */
	background-attachment: fixed; /* pozadí neroluje */
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	margin: 5px 10px 5px 10px;
	text-align: center;
}

.barva_0 {background-color: transparent;}

table.hlavni
{	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
}
table.hlavni td	{padding: 0px;}

table.tabulka
{	width: 651px;
	text-align: left;
	margin: 0 auto;
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
	background-image: url('obrazky/sprite_obrazky_pozadi.png');
}

table.tabulka.hlavicka
{	height: 102px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.tabulka.telo
{	background-repeat: repeat-y;
	background-position: -651px 0px;
	font-size: 90%;
}
table.tabulka.zapati
{	height: 10px;
	background-repeat: no-repeat;
	background-position: -1302px 0px;
}

table.hlavicka td	{text-align: center; vertical-align: middle;}
table.telo td	{text-align: center; vertical-align: middle; padding: 3px 2px 3px 2px; background-color: transparent;}
/*table.telo td:hover	{background-color: #FF6600;}*/
table.zapati td	{text-align: center; vertical-align: middle; padding: 2px;}

table.nadpis
{	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
	color: Red;
	line-height: 130%;
	font-size: 130%;
}

table.nadpis td	{text-align: center; vertical-align: middle; padding: 0px;}

table.nadpis b.nadpis	{margin: 0px 15px 0px 15px;}
