/*VSEOBECNE NASTEVENI*/
*,html, body{
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}
body{
    font-family: arial;
    color: #000;
    background-color: #95a470;
    font-size: 14px;
    overflow: scroll; /*pusti posunovatka v Opere, Mozille i IE*/
    overflow-x: auto; /*Vypne dolni listu v Mozille (opera to neumi)*/
    #overflow: none; /*v IE to vypne uplne, jelikoz <body> chape jako takovy <div>, a pritom posuvnik je zobrazen implicitne?*/
}

/*STRUKTURA DIVŮ*/
div.top{
    position: relative;
    margin: 0px auto;
    width: 780px;
    height: 64px;
    background: url("images/logo2.gif") no-repeat 15px 0px #f4c214;
    border: 1px solid #000000;
    border-bottom: 0px;
}
div.perla{
    width: 780px;
    margin: 0px auto;
    padding-top: 20px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    text-align: left;
    background: url(images/lista.gif) top repeat-x white;

}
div.main{
    width: 780px;
    margin: 0px auto;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid #000000;
    border-top: 0px;
    _height: 500px;
    min-height: 500px;
}
div.patka{
    clear: both;
    border: 1px solid #000000;
    width: 780px;
    margin: 0px auto;
    background-color: #f4c214;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.left{

    width: 300px;
    float: left;
    _height: 500px;
    min-height: 500px;
    background-color: transparent;
}

/*TABULKY HLAVIČEK*/
table.hore{
	height: 32px;
	float: right;
}
td.roh-hore{
	width: 20px;
}
td.hore{
	background-color: white;
	color: #000000;
	font-size: 20px;
	text-align: right;
}
table.lista{
	height: 32px;
	clear:right;
	float:right;
    background-color: #000000;
    font-size: 12px;
    color:white;
}
table.lista a{
    text-decoration: none;
    color: white;
}
table.lista a:hover{
    color: #947818;
}
table.perla-top{
     height: 32px;
     background-color: #000000;
     color: #f4c214;
     font-size: 18px;
     text-align: left;
}
table.perla-bottom{
     height: 32px;
     background-color: #f4c214;
     color: #000000;
     font-size: 14px;
     border-bottom: 10px solid white;
}
table.perla-bottom a{
     text-decoration: none;
     border-bottom: 1px dotted black;
     color: #000000;
}
table.perla-bottom a:hover{
     text-decoration: none;
     color:red;
}

/*OBSAH HLAVNÍHO DIVU*/
p{
    padding: 15px 15px 15px 15px;
    color:#947818;
    color: #4E3C06;
    text-align: justify;
    font-size: 15px;
}
p:first-letter{
    font-size: 18px;
    color: #f4c214;
}
p.clanek{
    padding: 5px 15px 5px 15px;
    background-color: #f4e4ab;
}
p.unicode{
    font-family: 'Courier New','Courier';
}
h2{ 
    margin-top: 10px;
    border-top: 1px dotted black;
    font-size: 15px;
    text-align: left;
    padding: 3px 20px 3px 20px;
    background-color: #f4c214;
}
h3{
    padding: 3px 20px 3px 20px;
    clear: both;
    font-size: 15px;
    text-align: left;
    background-color: #f4c214;
    border-top: 1px dotted black;
}
h4{
    padding: 3px 20px 3px 20px;
    clear: both;
    font-size: 15px;
    text-align: left;
    background-color: #f4e4ab;
    border-top: 1px dotted black;
}
div.main img{
    border: 2px solid #f4c214;
}
div.main table{
    background-color: #f4c214;
    margin : 0px auto;
    font-size: 13px;
    border-collapse: collapse;
}
img.obtekan{
    float: left;
    margin:20px;
    margin-top:0px;
}
ul{
    background: #f4e4ab;
    padding: 5px;
}
ul li{
    padding: 2px;
    text-align:left;
    list-style: none;
}
table.top{
    border-top:10px solid white;
}
div.main a{
    text-decoration: underline;
    color: #947818;
}
div.main a:hover{
    text-decoration: none;
    color: #947818;
}
table.oclenech{
    border-top:0px;
    background-color: #f4c214;
    margin : 0px auto;
    font-size: 15px;
    border-collapse: collapse;
    /*table-layout: fixed;*/
}

table.oclenech tr.po,table.oclenech th.po{
    background-color: #f4e4ab;
}

table.oclenech td,table.oclenech th{
    border: 1px solid black;
    padding: 3px 3px 3px 3px;
}

table.oclenech th{
    background-color: #f4c214;
    padding: 4px;
    font-size: 13px;
    font-weight: bold;  
}

table.oclenech img{
    border: 0px;
}

iframe{
	width: 780px;
	_height:500px;
    min-height:500px;
}

p.patka{
    clear:both;
}
/*DETAILY*/
.bold{
    font-weight: bold;
}
w100{
    width:100px;
}
.w200{
    width:200px;
}
.w260{
    width: 260px;
}
.w400{
    width:400px;
}
.left{
    text-align:left;
}
.right{
    text-align:right;
}
.courier{
    font-family: "Courier New";
    font-size: 12px;
}

