.tab_uvod	{ background-image: url(images/terc.gif);	/* pozadí k úvodní tabulce */
	  	  background-repeat: no-repeat;
          	  background-position: center center }		
.bcg_uvod	{ background-image: url(images/bcg.jpg);
		  background-position: center }
.bcg_right	{ background-image: url(images/bcg_r_1024.jpg);
		  background-position: right; background-repeat: repeat-y }
.bcg_left	{ background-image: url(images/bcg_l.jpg);
		  background-position: left }

/* pozice nadpisù v úvodu */

.uvod		{ position: relative;
		  top: 20px;
		  left: 210px }			
.cinnost	{ position: relative;
		  top: 5px;
		  left: -10px }			
.historie	{ position: relative;
		  top: 5px;
		  left: -85px }
.uspechy	{ position: relative;
		  top: 5px;
		  left: 20px }
.propozice	{ position: relative;
		  top: 0px;
		  left: 60px }
.vysledky	{ position: relative;
		  top: 5px;
		  left: 90px }
.kontakt	{ position: relative;
		  top: 0px;
		  left: -55px }
.kalendar	{ position: relative;
		  top: -25px;
		  left: 0px }			
.zmena1	{ position: relative;
		  top: 0px;
		  left: 40px }
.zmena2	{ position: relative;
		  top: -50px;
		  left: 110px }

/* nadpisy pro titulek */

.titulek_v	{ font-style: italic;		/* titulek velký */
		  font-weight: 900;
		  font-size: 30px;
		  font-family: Bookman Old Style;
		  position: relative;
		  color: #2839BF;
		  top: -5px;
		  left: 20px }
.titulek_m	{ font-style: normal;		/* titulek malý */
		  font-weight: 900;
		  font-size: 18px;
		  font-family: Bookman Old Style;
		  position: relative;
		  color: #2839BF;
		  top: -7px;
		  left: -130px }
.nadpis_m	{ font-style: italic;		/* nadpis malý */
		  font-weight: 900;
		  font-size: 16px;
		  font-family: Ariel;
		  position: relative;
		  color: #2839BF }
.stin		{ position: absolute;		/* stín */
		  filter: DropShadow(color=#aaaaaa, Offx=3, Offy=3) }
.stin_m		{ position: absolute;		/* stín */
		  filter: DropShadow(color=#aaaaaa, Offx=1, Offy=2) }

/* texty v obsahu */

.obsah		{ font-style: oblique;		
		  font-weight: 900;
		  font-size: 15px;
		  font-family: Comic Sans MS;
		  color: #2839BF }
.obsah_vyber	{ color: #FF0201 }
.obsah_small	{ font-style: oblique;
		  font-weight: 900;
		  font-size: 10px;
		  position: relative;
		  left: 10 }

/* odkazy */

	a:link		{ color: #2839BF; text-decoration: none }
	a:visited	{ color: #2839BF; text-decoration: none }
	a:active	{ color: #2839BF; text-decoration: none }
	a:hover		{ color: #2B58DB; text-decoration: none }

/* text v tabulkách */

.cerveny	{ color: red }
.OSL		{ font-weight: bold }
.stred		{ text-align: center }
.top {
	vertical-align: top;
}

.den		{ text-align: right; vertical-align: top }
.mesic		{ text-decoration: underline; text-align: left }

/* smìrnice */
.popis { font-weight: bold; vertical-align: top }
.prihlasky { text-align: right; vertical-align: top }
.podtrh { border-bottom: 1px solid }
