﻿table.noborder tr td
{
    border: 0;
}
a.prev
{
    height: 50px;
    line-height: 50px;
    display: block;
    width: 150px;
    padding-left: 50px;
    background: url(../img/prev.png) no-repeat left;
    float: left;
   
}

* html a.prev
{
    background-position: 50px 0;
}

a.next
{
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 200px;
    padding-right: 50px;
    background: url(../img/next.png) no-repeat right;
    float: right;
}
p.datum
{
    background: url(../img/datum.gif) no-repeat;
    color: #ffc000;
    text-align: center;
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-size: 1.3em;
    float: right;
    padding: 0;
    margin: 0;
}
p.no-padding, .no-padding
{
    padding: 0;
}
.center
{text-align: center}
.right
{text-align: right}
.poznamka
{
    font-size: 0.9em;
    font-style: italic;
}
.no-visible
{
    display: none;
}

#footer em
{
    position: absolute;
    bottom: 25px;
    left: 70px;
    color: #ffc30d;
    font-style: normal;
    font-size: 1.1em;
    font-family: Verdana;
}
#footer em a
{
    color: #ffc30d;
}

#footer p.authorInfo
{
    position: absolute;
    right: 70px;
    bottom: 5px;
    color: #BBB;
    font-size: 1em;
    font-family: Verdana;
}
#footer p.authorInfo a
{
    color: #EEE;
}
#footer p.authorInfo a:hover
{
    color: #ffc30d;
}
#footer li
{
    list-style-type: none;
}
#footer h2
{
    padding: 5px 0;
}
#footer a
{
    color: White;
}
#footer a:hover
{
    color: #ffc30d;
}
