#hlavicka #overlayer #infolinka
{
    width: 150px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    float: left;
    color: #fff;
    background-color: #a60b16;
}

#hlavicka #overlayer #infolinka strong
{
    color: #fff;
    font-size: 12px;
}

#hlavicka #overlayer #navigace
{
    
}

#hlavicka #overlayer #info-odkazy
{
    color: #fff;
    font-size: 10px;
}

#hlavicka #overlayer #info-odkazy span
{
    padding-right: 10px;
}

#info-odkazy a, #info-odkazy a:link, #info-odkazy a:active, #info-odkazy a:hover, #info-odkazy a:visited
{
    color: #fff;
    font-size: 10px;
    text-decoration: underline;
    padding-right: 4px;
}

#info-odkazy a:hover
{
    text-decoration: none;
}

span#gohome
{
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-size: 0.8em;
    float: left;
    color: #fff;
    border-left: solid 2px #ccc;
    padding-left: 6px;
}
span#gohome a, span#gohome a:link, span#gohome a:visited {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
span#gohome a:hover {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}
span.lang_head {
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-size: 0.8em;
    float: left;
    color: #fff;
    border-left: solid 2px #ccc;
    margin-left: 6px;
    padding-left: 6px;
}
span.lang_head a, span.lang_head a:link, span.lang_head a:visited {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
span.lang_head a:hover {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}
span.head_end {
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-size: 0.8em;
    float: left;
    color: #fff;
    border-left: solid 2px #ccc;
    margin-left: 6px;
}
a.table-anchor, a.table-anchor:visited {
	text-align: left;
	font-size: 1em;
	color: #A60B16;
	white-space: nowrap;
	text-decoration: underline;
}
a.table-anchor:hover {
	text-align: left;
	font-size: 1em;
	color: #A60B16;
	white-space: nowrap;
	text-decoration: none;
}

/* SLIDER */
#slider {
    display:block;
    width:155px;
    height:220px;
    overflow:hidden;
    margin-right:-25px;
    text-align:left;
    margin-bottom:30px;
}

#slider ul li {
    list-style-type:none;
    list-style-position:outside;
    display:block;
    float:left;
}

.slider-step img {
    display:block;
    width:155px;
    height:115px;
    border:0px none;
}

.slider-content {
    display:block;
    width:139px;
    height:89px;
    background-color:#000000;
    color:#ffffff;
    text-align:left;
    padding:8px;
}

.slider-content h2 {
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#e2001a;
    text-align:left;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
}

.slider-content p {
    font-weight:normal;
    text-align:left;
    margin:0px;
    padding:0px;
}

#slider-controls {
    display:none;
}

#slider a.slider-step, #slider a.slider-step:link, #slider a.slider-step:active, #slider a.slider-step:visited, #slider a.slider-step:hover, #slider .slider-step * {
    text-decoration:none;
    cursor:pointer;
}
/* END SLIDER */

