/* -------------------- začátek úvodního resetu ---------------------------- */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Comic Sans MS, sans-serif;
	font-size: 97%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: Black;
}
table {
	border-collapse: separate;
	border-spacing: 2px;
	border: 2px solid Black;
}
table td, table th {
	border: 1px solid Black;
	padding: 2px 5px;
	text-align: center;
}
table th {
	background-color: Black;
	color: White;
	font-size: 100%;
  font-weight: bold;
  padding: 0px 2px;
}
table td.dny {
	background-color: Black;
	color: White;
	font-size: 120%;
  font-weight: bold;
  padding: 0px 2px;
}
ul li {
	list-style: none;
	font-size: 100%;
	margin-top: 5px;
}
ul li.seznam {
	list-style: disc inside;
	font-size: 100%;
	margin-top: 5px;
}

a, a:link {
	text-decoration: underline;
	color: Blue;
	font-size: 100%;
}
a:hover {
	text-decoration: none;
  font-weight: bold;
}
a:visited {
	color: Purple;
	font-size: 100%;
}
h1 {
	font-size: 300%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 25px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}
p {
  font-size: 100%;
	display: block;
	margin-top: 10px;
}
strong, b {
	font-weight: bold;
	font-size: 100%;
}
em, i {
	font-style: italic;
	font-size: 100%;
}
/* -------------------- KONEC ÚVODNÍHO RESETU ------------------------------ */
/* -------------------- ZAČÁTEK BODY A OBALU ------------------------------- */
body {
	text-align: center;
	background: #FF8C00 top;
}
div#obal {
	position: relative;
	width: 760px;
	margin: 10px auto 245px auto;
	z-index: 1;
	text-align: left;
}
/* -------------------- KONEC BODY A OBALU --------------------------------- */
/* -------------------- ZAČÁTEK ZÁHLAVÍ ------------------------------------ */
div#zahlavi {
	position: relative;
	z-index: 2;
}
img.logoVoila {
	position: absolute;
	margin: 0px auto 0px auto;
	z-index: 3;
}
img.mrace {
	position: absolute;
	top: 10px;
	left: 1%;
	z-index: 4;
}
img.backspin {
	position: absolute;
	top: 75px;
	left: 5%;
	z-index: 4;
}
img.dj {
	position: absolute;
	top: 55px;
	left: 85%;
	z-index: 4;
}
/* -------------------- KONEC ZÁHLAVÍ -------------------------------------- */
/* -------------------- ZAČÁTEK HORIZONTÁLNÍHO MENU ------------------------ */
ul.menuH {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 5;
}
ul.menuH li a, ul.menuH li a:link, ul.menuH li a:visited {
	display: block;
	padding: 2px 5px;
	background-color: Navy;
	text-decoration: none;
	color: Gold;
	font-weight: normal;
	font-size: 140%;
	border-top: 2px solid Gold;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;
	border-left: 2px solid Gold;
}
ul.menuH li a:hover, ul.menuH li span {
	display: block;
	padding: 2px 5px;
  background-color: Gold;
  text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 140%;
	border-top: 2px solid Black;
	border-right: 1px solid Goldenrod;
	border-bottom: 1px solid Goldenrod;
	border-left: 2px solid Black;
}
ul.menuH li.home a, ul.menuH li.home a:link, ul.menuH li.home a:visited {
	font-size: 160%;
	font-weight: bold;
	color: Gold;
}
ul.menuH li.home a:hover, ul.menuH li.home span {
	font-size: 160%;
	font-weight: bold;
	color: Black;
}
li.home {
	position: absolute;
	top: 10px;
	left: 135px;
}
li.aktualne {
	position: absolute;
	top: 40px;
	left: 30px;
}
li.lektori {
	position: absolute;
	top: 90px;
	left: 70px;
}
li.rozvrh {
	position: absolute;
	top: 110px;
	left: 160px;
}
li.cenik {
	position: absolute;
	top: 120px;
	left: 245px;
}
li.casteDotazy {
	position: absolute;
	top: 125px;
	left: 320px;
}
li.galerie {
	position: absolute;
	top: 125px;
	left: 460px;
}
li.nabidkaVystoupeni {
	position: absolute;
	top: 115px;
	left: 550px;
}
li.tanecniSaly {
	position: absolute;
	top: 65px;
	left: 640px;
}
li.kontakt {
	position: absolute;
	top: 35px;
	left: 545px;
}
/* -------------------- KONEC HORIZONTÁLNÍHO MENU -------------------------- */
/* -------------------- ZAČÁTEK VERTIKÁLNÍHO MENU -------------------------- */
div#menuV {
	position: absolute;
	top: 300px;
	left: 2%;
	right: 80%;
	z-index: 6;
}
ul.menuV {
	margin-bottom: 40px;
}
ul.menuV li {
	margin-bottom: 15px;
}
ul.menuV li a, ul.menuV li a:link, ul.menuV li a:visited {
	display: block;
	padding: 2px 5px;
	background-color: #ffbc00;           
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 130%;
	border-top: 2px solid Gold;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;
	border-left: 2px solid Gold;
}
ul.menuV li a:hover, ul.menuV li span {
	display: block;
	padding: 2px 5px;
  background-color: Black;
	text-decoration: none;
	color: Gold;
	font-weight: bold;
	font-size: 130%;
	border-top: 2px solid Black;
	border-right: 2px solid Goldenrod;
	border-bottom: 2px solid Goldenrod;
	border-left: 2px solid Black;
}
ul.menuV li a.podpolozka, ul.menuV li a.podpolozka:link, ul.menuV li a.podpolozka:visited {
  margin: 3px 20px 3px 20px;
  background-color: Navy;
	text-decoration: none;
	color: #ffbc00;
	font-weight: normal;
	font-size: 100%;
	border-top: 2px solid Goldenrod;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;
	border-left: 2px solid Goldenrod;
	text-align: center;
}
ul.menuV li a.podpolozka:hover, ul.menuV li span.podpolozka {
  margin: 3px 20px 3px 20px;
  background-color: Black;
	text-decoration: none;
	color: #ffbc00;
	font-weight: bold;
	font-size: 100%;
	border-top: 2px solid Black;
	border-right: 2px solid Goldenrod;
	border-bottom: 2px solid Goldenrod;
	border-left: 2px solid Black;
	text-align: center;
}

/* -------------------- KONEC VERTIKÁLNÍHO MENU ---------------------------- */
/* -------------------- ZAČÁTEK CENTRÁLNÍ ČÁSTI ---------------------------- */
div#centre {
	position: relative;
	top: 280px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 13px;
	background: url(centreTop.png) no-repeat top;
}
div#obalObsahu {
	padding: 0px 100px 96px 82px;
	background: url(centreBottom.png) no-repeat bottom;
}
div#obsah {
	background-color: White;
	width: 559px;
}
div#text {
	padding: 0px 60px 120px 60px;
}
div#centre h1#nadpis {
  margin: 25px 150px 25px;
}
div#text h2 a {
  display: block;
  color: Blue;
  margin-top: 10px;
}
div#text h2 a:hover {
	text-decoration: none;
	font-weight: bold;
}
body.aktualne div#text p, body.casteDotazy div#text h2, body.galerie div#text h2, body.tanecniSaly div#text h2 {
  display: block;
  margin-top: 20px;
} 
/* -------------------- KONEC CENTRÁLNÍ ČÁSTI ------------------------------ */
/* -------------------- ZAČÁTEK ČÁSTI PRAVÝ BLOK --------------------------- */
div#pravyBlok {
	position: absolute;
	top: 300px;
	left: 80%;
	right: 2%;
	z-index: 5;
}
/* -------------------- KONEC ČÁSTI PRAVÝ BLOK ----------------------------- */
/* -------------------- ZAČÁTEK ČÁSTI AKTUÁLNĚ ----------------------------- */
div#aktualne {
	background-color: Black;
	padding: 5px 5px 10px 5px;
	border-top: 3px solid Grey;
	border-right: 3px solid White;
	border-bottom: 3px solid White;
	border-left: 3px solid Grey;
}
div#aktualne h2 {
	margin-top: 5px;
}
div#aktualne h2 a, div#aktualne h2 a:link, div#aktualne h2 a:visited {
  color: White;
	text-align: center;
	font-weight: bold;
}
div#aktualne h2 a:hover {
  display: block;	
  background-color: White;
  color: Black;
  text-decoration: none;
}
div#aktualne p.lichy {
	color: Gold;
	text-align: center;
	font-weight: bold;
}
div#aktualne p.sudy {
	color: White;
	text-align: center;
	font-weight: bold;
}
/* -------------------- KONEC ČÁSTI AKTUÁLNĚ ------------------------------- */
/* -------------------- ZAČÁTEK ČÁSTI PARTNEŘI ----------------------------- */
div#partneri {
	margin-top: 10px;
	padding: 5px 5px 10px 5px;
}
div#partneri h2 {
	text-align: center;
}
div#partneri a {
	display: block;
	margin: 15px;
}
div#edenred {
	margin-bottom: 15px;
}
div#edenred a {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
div#sodexo {
	margin: 15px;
}
div#sodexo a {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;	
}
div#seky {
	margin: 15px;
}
div#seky a {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;	
}
/* -------------------- KONEC ČÁSTI PARTNEŘI ------------------------------- */
/* -------------------- ZAČÁTEK ZÁPATÍ ------------------------------------- */
div#zapati {
	position: relative;
	bottom: 30px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 85%;
	z-index: 4;
}
/* -------------------- KONEC ZÁPATÍ --------------------------------------- */
/* -------------------- ZAČÁTEK LEKTORŮ ------------------------------------ */
table#lektori {
	width: 435px;
	height: 400px;
	margin-top: 20px;
	border: 0px;
}
table#lektori td {
  padding-top: 10px;
}
table#lektori td.fotky {
	width: 100px;
	height: 130px;
	border: 0px;
}
table#lektori td.jmena {
	background-color: White;
	border: 0px;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}

table#lektori td.jmena a {
  color: Black;
}
table#lektori td.jmena a:hover {
  text-decoration: none;
  background-color: #ffbc00;
}
/* -------------------- KONEC LEKTORŮ -------------------------------------- */
/* -------------------- ZAČÁTEK ROZVRHU ------------------------------------ */
body.Rozvrh div#text {
	padding: 0px 60px 0px 60px;
} 
table#rozvrh {
	width: 530px;
	height: 1500px;
	margin: 20px auto 0px auto;
}
table#rozvrh td a {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
table#rozvrh td a:hover {
	color: White;
}
table#rozvrh td.prvni {
background-color: Grey;
}
table#rozvrh td.druha {
background-color: White;
}
table#rozvrh td.podoli {
	background-color: #9ACD32;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.podoli:hover {
	background-color: #9ACD32;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.palmovka {
	background-color: #D2691E;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.palmovka:hover {
	background-color: #D2691E;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.jirihoZPodebrad {
	background-color: #8A2BE2;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.jirihoZPodebrad:hover {
	background-color: #8A2BE2;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.karlin {
	background-color: #ffbc00;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.karlin:hover {
	background-color: #ffbc00;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.karlin-dkkarlik {
	background-color: #c14040;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.karlin-dkkarlik:hover {
	background-color: #c14040;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.andel {
	background-color: #6495ED;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.andel:hover {
	background-color: #6495ED;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.flamenkin {
	background-color: #EE82EE;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}
table#rozvrh td.flamenkin:hover {
	background-color: #EE82EE;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}
table#rozvrh td.fontanela {
	background-color: #B22222;
	border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	border-left: 1px solid Black;
}


table#rozvrh td.fontanela:hover {
	background-color: #B22222;
	border-top: 3px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 3px solid Black;
}




/* -------------------- KONEC ROZVRHU -------------------------------------- */
/* -------------------- ZAČÁTEK CENÍKU ------------------------------------- */
table#cenik {
	width: 435px;
	height: 900px;
	margin-top: 20px;
}
table#cenik td.prvni {
background-color: White;
font-size: 120%;
}
table#cenik td.druha {
background-color: Silver;
font-size: 120%;
}
table#cenikOpenClass {
	width: 435px;
	height: 550px;
	margin-top: 20px;
}
table#cenikOpenClass th, table#cenikOpenClass td {
  font-weight: normal;
  font-size: 100%;
}
table#cenikOpenClass td.prvni {
background-color: White;
}
table#cenikOpenClass td.druha {
background-color: Silver;
}
/* -------------------- KONEC CENÍKU --------------------------------------- */
/* -------------------- ZAČÁTEK FOTEK LEKTORŮ ------------------------------ */
div#fotkyLektoru a {
display: block;
margin-top: 20px;
}
img.dumply1 {
width: 120px;
height: 160px;
}
img.dumply2 {
width: 107px;
height: 160px;
}
img.dumply3 {
width: 160px;
height: 120px;
}
img.dumply4 {
width: 160px;
height: 107px;
}
img.dumply5 {
width: 160px;
height: 107px;
}
img.honza1 {
width: 120px;
height: 160px;
}
img.honza2 {
width: 160px;
height: 120px;
}
img.honza3 {
width: 120px;
height: 160px;
}
img.honza4 {
width: 120px;
height: 160px;
}
img.honza5 {
width: 140px;
height: 120px;
}
img.honza6 {
width: 120px;
height: 160px;
}
img.ilca1 {
width: 107px;
height: 160px;
}
img.ilca2 {
width: 120px;
height: 160px;
}
img.ilca3 {
width: 150px;
height: 139px;
}
img.ilca4 {
width: 120px;
height: 160px;
}
img.ilca5 {
width: 106px;
height: 160px;
}
img.majda1 {
width: 120px;
height: 160px;
}
img.majda2 {
width: 120px;
height: 160px;
}
img.majda3 {
width: 120px;
height: 160px;
}
img.majda4 {
width: 120px;
height: 160px;
}
img.majda5 {
width: 120px;
height: 160px;
}
img.martin1 {
width: 120px;
height: 160px;
}
img.martin2 {
width: 120px;
height: 160px;
}
img.martin3 {
width: 120px;
height: 160px;
}
img.martin4 {
width: 120px;
height: 160px;
}
img.martin5 {
width: 120px;
height: 160px;
}
img.lucka1 {
width: 106px;
height: 160px;
}
img.lucka2 {
width: 107px;
height: 160px;
}
img.lucka3 {
width: 107px;
height: 160px;
}
img.lucka4 {
width: 160px;
height: 120px;
}
img.misa1 {
width: 120px;
height: 160px;
}
img.misa2 {
width: 120px;
height: 160px;
}
img.misa3 {
width: 120px;
height: 160px;
}
img.misa4 {
width: 120px;
height: 160px;
}
img.marcela1 {
width: 109px;
height: 160px;
}
img.marcela2 {
width: 106px;
height: 160px;
}
img.marcela3 {
width: 160px;
height: 100px;
}
img.marcela4 {
width: 160px;
height: 106px;
}
img.marcela5 {
width: 160px;
height: 106px;
}
img.veronika1 {
width: 160px;
height: 116px;
}
img.veronika2 {
width: 107px;
height: 160px;
}
img.veronika3 {
width: 107px;
height: 160px;
}
img.veronika4 {
width: 107px;
height: 160px;
}
img.veronika5 {
width: 107px;
height: 160px;
}
img.simca1 {
width: 107px;
height: 160px;
}
img.simca2 {
width: 107px;
height: 160px;
}
img.simca3 {
width: 107px;
height: 160px;
}
img.simca4 {
width: 107px;
height: 160px;
}
img.simca5 {
width: 107px;
height: 160px;
}
img.marie1 {
width: 140px;
height: 140px;
}
img.marie2 {
width: 107px;
height: 160px;
}
img.marie3 {
width: 160px;
height: 106px;
}
img.eliska1 {
width: 140px;
height: 135px;
}
/* -------------------- KONEC FOTEK LEKTORŮ -------------------------------- */
/* -------------------- ZAČÁTEK STRÁNEK KURZŮ ------------------------------ */
h3 a.karlin, h3 a.karlin:link, h3 a.karlin:visited  {
	color: #DAA520;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.karlin:hover {
	color: #DAA520;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.podoli, h3 a.podoli:link, h3 a.podoli:visited  {
	color: #51A400;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.podoli:hover {
	color: #51A400;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.jirihoZPodebrad, h3 a.jirihoZPodebrad:link, h3 a.jirihoZPodebrad:visited  {
  color: #8A2BE2;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.jirihoZPodebrad:hover {
	color: #8A2BE2;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.karlin-dkkarlik, h3 a.karlin-dkkarlik:link, h3 a.karlin-dkkarlik:visited  {
  color: #C10000;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.karlin-dkkarlik:hover {
	color: #C10000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.palmovka, h3 a.palmovka:link, h3 a.palmovka:visited {
  color: #CC7100;
  text-decoration: underline;
  padding-left: 3px;
  padding-right: 3px; 
}
h3 a.palmovka:hover {
  color: #CC7100;
  text-decoration: none;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px; 
}
h3 a.andel, h3 a.andel:link, h3 a.andel:visited  {
  color: #6495ED;
  text-decoration: underline;
  padding-left: 3px;
  padding-right: 3px; 
}
h3 a.andel:hover {
  color: #6495ED;
  text-decoration: none;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px; 
}
h3 a.flamenkin, h3 a.flamenkin:link, h3 a.flamenkin:visited  {
	color: #EE82EE;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.flamenkin:hover {
	color: #EE82EE;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.fontanela, h3 a.fontanela:link, h3 a.fontanela:visited  {
	color: #B22222;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
h3 a.fontanela:hover {
	color: #B22222;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}



div#fotkyKurzu a {
display: block;
margin-top: 20px;
}
img.break-zac1 {
width: 160px;
height: 120px;
}
img.break-zac2 {
width: 160px;
height: 120px;
}
img.break-zac3 {
width: 160px;
height: 120px;
}
img.break-zac4 {
width: 160px;
height: 120px;
}
img.break-zac5 {
width: 160px;
height: 120px;
}
img.break-zac6 {
width: 120px;
height: 160px;
}
img.break-pokr1 {
width: 160px;
height: 120px;
}
img.break-pokr2 {
width: 160px;
height: 120px;
}
img.break-pokr3 {
width: 160px;
height: 120px;
}
img.break-pokr4 {
width: 160px;
height: 120px;
}
img.break-pokr5 {
width: 160px;
height: 120px;
}
img.break-pokr6 {
width: 120px;
height: 160px;
}
img.street1 {
width: 160px;
height: 120px;
}
img.street2 {
width: 160px;
height: 120px;
}
img.street3 {
width: 160px;
height: 120px;
}
img.street4 {
width: 160px;
height: 120px;
}
img.rnb1 {
width: 160px;
height: 120px;
}
img.rnb2 {
width: 160px;
height: 120px;
}
img.rnb3 {
width: 160px;
height: 120px;
}
img.rnb4 {
width: 160px;
height: 120px;
}
img.rnb5 {
width: 160px;
height: 120px;
}
img.rnb6 {
width: 160px;
height: 120px;
}
img.dancehall1 {
width: 160px;
height: 120px;
}
img.dancehall2 {
width: 160px;
height: 120px;
}
img.dancehall3 {
width: 160px;
height: 120px;
}
img.salsaLS1 {
width: 160px;
height: 120px;
}
img.salsaLS2 {
width: 160px;
height: 120px;
}
img.salsaLS3 {
width: 160px;
height: 120px;
}
img.salsaLS4 {
width: 160px;
height: 120px;
}
img.latina-zac1 {
width: 160px;
height: 120px;
}
img.latina-zac2 {
width: 160px;
height: 120px;
}
img.latina-zac3 {
width: 160px;
height: 120px;
}
img.latina-zac4 {
width: 160px;
height: 120px;
}
img.latina-pokr1 {
width: 160px;
height: 120px;
}
img.latina-pokr2 {
width: 160px;
height: 120px;
}
img.latina-pokr3 {
width: 160px;
height: 120px;
}
img.orient1 {
width: 160px;
height: 120px;
}
img.orient2 {
width: 160px;
height: 120px;
}
img.orient3 {
width: 160px;
height: 120px;
}
img.orient4 {
width: 160px;
height: 120px;
}
img.orient5 {
width: 160px;
height: 120px;
}
img.moderna1 {
width: 160px;
height: 120px;
}
img.moderna2 {
width: 160px;
height: 120px;
}
img.moderna3 {
width: 160px;
height: 120px;
}
img.moderna4 {
width: 160px;
height: 120px;
}
img.moderna5 {
width: 160px;
height: 120px;
}
img.moderna6 {
width: 160px;
height: 120px;
}
/* -------------------- KONEC STRÁNEK KURZŮ -------------------------------- */
/* -------------------- ZAČÁTEK STRÁNEK TANEČNÍCH SÁLŮ ----------------------- */
body.TanecniSaly div#text a.salyKarlin, body.TanecniSaly div#text a.salyKarlin:hover  {
	color: #DAA520;
}
body.TanecniSaly div#text a.salyPodoli, body.TanecniSaly div#text a.salyPodoli:hover  {
	color: #51A400;
}
body.TanecniSaly div#text a.salyJirihoZPodebrad, body.TanecniSaly div#text a.salyJirihoZPodebrad:hover  {
	color: #8A2BE2;
}
body.TanecniSaly div#text a.salyKarlin-dkkarlik, body.TanecniSaly div#text a.salyKarlin-dkkarlik:hover  {
	color: #C10000;
}
body.TanecniSaly div#text a.salyPalmovka, body.TanecniSaly div#text a.salyPalmovka:hover  {
	color: #D2691E;
}
body.TanecniSaly div#text a.salyAndel, body.TanecniSaly div#text a.salyAndel:hover  {
	color: #6495ED;
}
body.TanecniSaly div#text a.salyFlamenkin, body.TanecniSaly div#text a.salyFlamenkin:hover  {
	color: #EE82EE;
}
body.TanecniSaly div#text a.salyFontanela, body.TanecniSaly div#text a.salyFontanela:hover  {
	color: #B22222;
}


div#fotkySalu {
margin: 20px auto 0px auto;
}
div#fotkySalu a img {
width: 120px;
height: 90px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.andel7 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.jirihoZPodebrad6 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.jirihoZPodebrad7 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.karlin-maly3 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.karlin-maly4 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.karlin-stredni5 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.karlin-stredni6 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.karlin-velky6 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.karlin-velky7 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.flamenkin1 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.flamenkin4 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.flamenkin6 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.flamenkin7 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.fontanela4 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.fontanela5 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}
div#fotkySalu a img.fontanela7 {
width: 90px;
height: 120px;
margin-top: 20px;
margin-right: 20px;
}

/* -------------------- KONEC STRÁNEK TANEČNÍCH SÁLŮ ------------------------- */
ul.breakDancePrvky li {
margin-top: 2px;
}
ul.breakDancePrvky li a {
font-size: 120%;
}
ul.breakDancePrvky li a:hover {
font-weight: bold;
text-decoration: none;
}
ol.coNaPrvniLekci li {
margin-top: 10px;
list-style-type: decimal;
list-style-position: inside;
font-weight: bold;
font-size: 100%;
}
ol.coNaPrvniLekci li a:hover {
font-weight: bold;
text-decoration: none;
}

body.Aktualne p.clanek {
margin-top: 30px;
}

span.BreakPokr {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Comic Sans MS, sans-serif;
	font-size: 97%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: Black;
}
img.mnozstevni-slevy {
position: absolute;
top: 20px;
left: 70px;
z-index: 100;
}

div#partneri a.queens {
margin: 0px;
padding: 0px;
}
