/*******************************************************************/
/*******************************************************************/
/*      STYLY SPOLECNE PRO VSECHNY STRANKY                         */
/*******************************************************************/
/*******************************************************************/
body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;

    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
}

/*******************************************************************/
/*******************************************************************/
/*      HLAVICKA STRANKY */
/*******************************************************************/
/*******************************************************************/

.header {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url(obrazek_lidi.png);
    background-repeat: no-repeat;
    background-position: center bottom;

    height: 385px;

    /*    border: 1px solid blue; */
    font-family: sans-serif;

    position: relative;
}

.header .right_table {
    width: 250px;
    height: 200px;

    position: absolute;
    left: 750px;
    top: 100px;

    text-align: left;

    /*    border: 1px solid red; */

    text-transform: uppercase;
}

.header .logo_image {
    position: absolute;

    top: 0px;
    left: 5px;
}

.header .moto_text {
    position: absolute;
    top: 23px;
    right: 0px;
    padding: 10px;

    font-size: 140%;
    font-weight: bold;

    background-color: #FCC177;
    text-transform: uppercase;
}

.header .right_table tr {
    font-size: 120%;
    font-weight: bold;
    color: white;
}

.header .right_table td {
    padding-left: 5px;
}

.header .right_table td a {
    color: white;
    text-decoration: none;
    display:block;
}

.header .right_table td a:hover {
    color: black;
    text-decoration: none;
}

.main {
    position: relative;
}

/*******************************************************************/
/*******************************************************************/
/*      MENU VLEVO */
/*******************************************************************/
/*******************************************************************/

.left_menu {
    /*    position: absolute; */

    float: left;

    top: 0px;
    left: 0px;

    width: 190px;

    font-weight: bold;
    font-size: 120%;
    font-family: Times-new-Roman;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.left_menu ul {
    margin-top: 0px;
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
}

.left_menu ul li {
    margin-bottom: 5px;
    padding: 10px;

    margin-left: 0px;
}

.left_menu ul li a {
    /*    border: 1px solid blue; */
    color: black;
    text-decoration: none;
    display: block;
}

.left_menu ul li a:hover {
    /*    border: 1px solid blue; */
    color: white;
    text-decoration: none;
}

/*******************************************************************/
/*******************************************************************/
/*      SEZNAM JAZYKU V PRAVE CASTI */
/*******************************************************************/
/*******************************************************************/

.right_menu {
    /*    position: absolute; */
    float: right;

    background-color: #FA972A;

    top: 5px;
    right: 0px;

    width: 150px;
        /*border: 1px solid red; */

    margin-left: 10px;
}

.right_menu ul {
    list-style-type: none;
    padding-left: 10px;
    color: black;
    font-family: sans-serif;
    font-size: 90%;
}

.right_menu ul li {
    margin-bottom: 5px;
}

.right_menu ul a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.right_menu ul a:hover {
    color: white;
}

/*******************************************************************/
/*******************************************************************/
/*      STREDNI TEXTY  */
/*******************************************************************/
/*******************************************************************/
.content {
    /*position: absolute;*/
    /* float: left; */
    top: 0px;
    /*left: 100px;*/
    width: 600px;
    /*font-weight: bold;  */
    font-size: 100%;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    /* margin-left: 100px; */

    margin-left: 200px;
    /*margin-right: auto;*/
    text-align: justify;

    min-height: 900px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    /*border: 1px solid red;*/
}

h1 {
    color: #BC0033;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

h2 {
    font-size: 105%;
    text-align: center;
    color: #DA7120;
    margin-top: 10px;
    margin-bottom: 5px;
/*    border: 1px solid red;*/
}

h3 {
    font-size: 100%;
    text-align: left;
    text-indent: 2em;
    color: #DA7120;
}

p {
    text-indent: 1em;
/*    border: 1px solid red;*/
    margin-top: 0px;
    margin-bottom: 5px;    
}
.odkazkonv{
   width: 145px; 
   height: 205px; 
   float: left; 
   margin-top:5px;	
   margin-left:5px;	
   margin-right:10px;	
}
.u {
	text-decoration: underline;
}
table.upoutavka{
width: 80%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;	
}
tr.upout{
	background-color: #BC0033;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
table.prani{
	width:80%;    
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;	
}
tr.pra{
	background-color: #BC0033;
	text-align: center;
	color: white;
}
/*******************************************************************/
/*******************************************************************/
/*      TABULKA ROZVRHU JAZYKU */
/*******************************************************************/
/*******************************************************************/

table.rozvrha {
    /*width:580px;*/
    width: 95%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 12px;
}

tr.rozvmo {
    background-color: #DA7120; /*#FFDCA6;*/
    color: black;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

tr.rozvmo h2 {
    color: black;
    font-size: 120%;
}

tr.rozvzl {
    background-color: #fff1d4; /* puvodni  #FFFFCC */
}

td.urova {
    width: 125px;
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid #00008B;
}

td.dena {
    width: 65px;
    text-align: center;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}

td.casa {
    width: 75px;
    text-align: center;
    padding-left: 2px;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}

td.dobaa {
    width: 85px;
    text-align: center;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}

td.hodina {
    width: 150px;
    text-align: center;
    padding-left: 2px;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}

td.kca {
    width: auto;
    padding-left: 5px;
    text-align: center;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}

td.pozn {
    border-right: gray solid 1px;
    border-left: gray solid 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-top: 5px;
    border-bottom: #00008B solid 1px;
}

/*******************************************************************/
/*******************************************************************/
/*      TABULKA CENY */
/*******************************************************************/
/*******************************************************************/
table.cenik {
    /*width:580px;*/
    width: 95%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 12px;
}
tr.radekceny {
    background-color: #fff1d4; /* puvodni  #FFFFCC */
}
td.pocet {
    width: 110px;
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid #00008B;
}
td.krouzek {
    width: 120px;
    text-align: center;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}
td.rozsah {
    width: 200px;
    text-align: center;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}
td.kc {
    width: auto;
    padding-left: 5px;
    text-align: center;
    border-right: gray solid 1px;
    border-bottom: #00008B solid 1px;
}
td.poznceny {
    border-right: gray solid 1px;
    border-left: gray solid 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: #00008B solid 1px;
}
td.pozncenyA {
    border: gray solid 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;

}

/*******************************************************************/
/*******************************************************************/
/*      TABULKA PRIHLASKA */
/*******************************************************************/
/*******************************************************************/
table.prihl{
background-color: #fff1d4;
border: solid;
border-width: 1px;
border-color: #DA7120;
}
td.f1{
padding-left: 10px;
padding-right: 10px;
}
td.f3{
padding-top: 10px;
padding-right: 10px;
}
td.f4{
font-weight: bold;
text-align: center;
}
option.opta{
	background-color: #ffcc33;
}
option.optb{
	background-color: #ffffaa;
}

/*******************************************************************/
/*******************************************************************/
/*      VSECHNY OSTATNI STYLY */
/*******************************************************************/
/*******************************************************************/

/*******************************************************************/
/*******************************************************************/
/*      PATKA - NUTNA UPRAVA - PREDELANI */
/*******************************************************************/
/*******************************************************************/

.footer {
    /*position:relative;*/
    /*left: 0px;*/
    width: 1000px;
    height: 28px;
    background-color: #FA972A;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    color: black;
}
