/* CSS for web:   mlasevic.wz.cz           */
/* Author: , e-mail: ml_software@email.cz  */
/* Update:  25.5.2004 */

/* Definice vlastností standardních bloků HTML */
body {
  text-align: center;
	background-color: white;
/* Scrollbar                 */
	scrollbar-face-color: #A6A6A6;
	scrollbar-highlight-color: #E1E1E1;
	scrollbar-3dlight-color: #363636;
	scrollbar-darkshadow-color: #efefef;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #ffffff;
  /* Font                      */
	/*font-family: 'Courier New ce', 'Courier CE', 'Courier';*/
	font-family: 'Times News Roman ce', 'Times CE', 'Times New Roman';
  font-size: 12pt;
}

body.menu {
  text-align: center;
	background-color: #BA000B;
/* Scrollbar                 */
	scrollbar-face-color: #A6A6A6;
	scrollbar-highlight-color: #E1E1E1;
	scrollbar-3dlight-color: #363636;
	scrollbar-darkshadow-color: #efefef;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #ffffff;
  /* Font                      */
	/*font-family: 'Courier New ce', 'Courier CE', 'Courier';*/
	font-family: 'Times News Roman ce', 'Times CE', 'Times New Roman';
  font-size: 12pt;
}


/* obecná definice tabulky */ 
table
{
  border-width: 1;
  border-color : black;
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}

H1
{
  text-align: center;
}

/* odkazy obecné */
a
{
  font-weight: bold;
  text-decoration: none;
  color : #BA000B;
}

a:visited
{
  font-weight: bold;
  text-decoration: none;
  color : #727272;
}

hr
{
  color: #BA000B;
}

/* Čára pod hlavním nadpisem stránky */
hr.nadpis
{
  color: #BA000B;
}

/* Oddělovací čára v aktualitách */
hr.aktualita
{
  color: gray;
}

/* Nadpis H1 v menu */
H1.menu
{
  color: white;
  font-size: 16pt;
  text-align: center;
  font-weight: bold;
}

H1.page
{
  text-align: left;
  font-weight: bold;
}

H2
{
  text-align: center;
}

H3
{
  text-align: center;
}

H4
{
  text-align: center;
}

H4.akce
{
  text-align: left;
}

H5
{
  text-align: center;
}

ol
{
  text-align: left;
  list-style-type: lower-alpha;
}

ul
{
  text-align: left;
  list-style-type: disc;
}

img
{
  border: 0;
}

a.odkazy
{
  display : block;
}
/* odkaz na funkci zpět */
a.zpet
{
  font-weight: bold;
  text-decoration: none;
  color : #BA000B;
}


/* odkazy v menu */
a.menu
{
  color: white;
  font-weight: bold;
  text-decoration: none;
	display: block;

}

a.menu:visited
{
  font-size: 12pt;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

/* obyčejné pole v tabulce */
td
{
  font-size: 12pt;
  vertical-align: top;
  text-align: justify;
}

/* definice tabulek pro aktuality */
td.aktuality
{
  text-align: left;
  veftical-align: top;
}

td.new
{
  text-align: center;
  veftical-align: middle;
  width: 60;
}
/* Konce definice pro aktuality */

/* titulky v tabulkách */
td.titulek
{
  font-weight: bold;
  color: blue;
  text-align: center;
}

/* titulky v tabulkách */
td.casy
{
  text-align: center;
  vertical-align: middle;
}

td.akce_level_1
{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 100;
}

td.akce_level_2
{
  text-align: left;
  vertical-align: middle;
  font-weight: none;
}


td.fotogalerie
{
  height: 3;
  width: 160;
  text-align: center;
  vertical-align: middle;
}

td.mapy
{
  text-align: center;
  vertical-align: top;
}

p
{
  text-align: justify;
  font-weight: normal;
  color: black;
  margin-left: 30; 
  margin-right: 10; 
}

p.normal
{
  text-align: justify;
  font-weight: normal;
  color: black;
}

p.zpet
{
  text-align: center;
}
/* odstavec pro zveřejnění důležitých informací */
p.dulezite
{
  font-weight: bold;
  color: red;
  font-size: 14pt;
}

p.odkazy
{
  text-align: center;
}

/* Definice identifikátorů */
/* Umístění záhlaví stránky */
#data
{
  vertical-align: top;
  text-align: center;
}

#hlavicka
{
  font-size: 9pt;
  background-color: white;
  text-align: center;
  vertical-align: top;
  height: 60;
  width: 100%;
}

/* Umístění záhlaví stránky */
#copyright{
  color: white;
  font-size: 10pt;
  background-color: #BA000B;
  text-align: center;
  vertical-align: bottom;
  height: 20;
  width: 100%;
}

/* Definice tříd */ 
