/* CSS Document */


div#breadcrumbs {
    margin-bottom: 15px;
}
div#breadcrumbs img {
    margin: 0px 5px;
}
div#header {
}


h1 {
    font-size: 160%;
}

h2 {
    font-size: 130%;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.clearBoth {
   clear: both;
}

.small {
    font-size: 85%;
}

.bold {
    font-weight: bold;
}

table.kurzy {
    border: 1px solid #ffc586;

}
table.kurzy tr {
    padding: 3px 6px;
}

table.kurzy th {
    text-align: center;
    padding: 5px 0px;
    background: #ffc586;
    border-bottom: #ffc586;
}

table.kurzy td, table.kurzy th {
    border-color: #ffc586;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
table.kurzy td.nazov_kurzu {
    font-weight: bold;
}
table.kurzy tr.druhy_riadok {
    background: #fff9e9;
}
table.kurzy td.uroven_kurzu {
    text-align: center;
}
table.kurzy td.dlzka_kurzu {
    text-align: center;
}

.white {
    color: white;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

.nounderline {
    text-decoration: none;
}
.right {
    text-align: right;
}

table.kontakt td {
    padding: 3px 10px 3px 3px;
}

table.tabulka_aktivit {
    width: 98%;
}
table.tabulka_aktivit th {
    text-align: center;
}

table.tabulka_aktivit td {
    padding: 8px 6px;
}
table.zuzene_riadky tr, table.zuzene_riadky td {
    height: 5px;
    line-height: 10px;
    padding: 2px 6px;
}
p {
   margin: 8px 0px 0px 0px;
}
ul {
   margin-top: 5px;
   margin-bottom: 8px;
}
h1, h2 {
   margin-bottom: 10px;
}

div.fotka_a_popis {
	width: 123px;
	height: 123px;
	float: left;
	margin: 2px 2px;
	text-align: center;
	display: bloxk;
}
span.nazov_fotky {
	display: block;
}


div.kurzy_popis_vlavo {
	display: block;
	float: left;
	width: 320px;
	padding-right: 20px;
	margin-bottom: 10px;
	border-right: 1px solid #ffc586;
}

div.kurzy_popis_vpravo {
	display: block;
	float: right;
}

div.kurzy_popis_vlavo ul, div.kurzy_popis_vpravo ul, div.kurzy_popis_vpravo div  {
	text-align: left;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 20px;
}

div.kurzy_popis_vlavo ul li, div.kurzy_popis_vpravo ul li, div.kurzy_popis_vpravo div span {
	margin-left: 0px;
	
}

