* {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    background-image: url('../images/bg-main.gif');
    /*font-family: Arial, Helvetica, Sans Serif;*/
    font-family: Verdana;
    font-size: 11px;
    color: #505050;
}
h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 8px 0 5px 0;
    color: #a0a0a0;
}
h2 {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 5px 0;
}
h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
}
p {
    text-align: justify;
    margin: 0 0 16px 0;
}
a {
    text-decoration: none;
    color: #303030;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style-type: square;
    margin: 0px 0px 16px 16px;
}
table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 16px 0;
}
#wrapper {
    width: 100%;
    background-image: url('../images/bg-top.gif');
    background-repeat: repeat-x;
    min-height: 300px;
}
#wrapper-inner {
    width: 1246px;
    margin: 0 auto;
    padding-top: 45px;
}
#content-wrapper {
    width: 1244px;
    height: 600px;
    border: 1px solid #000000;
    background-image: url('../images/bg-content.gif');
    background-repeat: repeat-x;
}
#content-left {
    width: 434px;
    float: left;
    height: 600px;
    background-color: white;
}
#content-right {
    width: 810px; /* 714 */
    float: right;
    height: 600px;
    background-image: url('../images/content-logo.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
}
#content-main {
    clear: both;
    position: relative;
    background-color: #e0e0e0;
    width: 783px;
    height: 502px;
    margin: 0 auto;
    overflow: auto;
}
#content-inner {
    width: 733px;
    margin: 0 auto;
}
#logo a {
    display: block;
    width: 100%;
    height: 45px;
    text-indent: -9000em;
}
/* Menu */
#menu {
    list-style-type: none;
    margin: 10px 14px 0 14px;
}
#menu li {
    float: left;
    width: 98px;
    height: 29px;
    background-image: url('../images/bg-menu-inactive.gif');
    background-repeat: no-repeat;
}
#menu li.last {
    width: 95px;
}
#menu li.active {
    background-image: url('../images/bg-menu-active.gif');
}
#menu li a {
    padding-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, Sans Serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #808080;
}
#menu li.active a {
    color: #505050;
}
#menu li a:hover {
    color: #505050;
}
#menu li.red a {
    color: red;
}
/* Submenu */
#submenu {
    list-style-type: none;
    padding-bottom: 20px;
    padding-left: 1px;
    background-image: url('../images/bg-submenu-left.gif');
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: 0;
}
#submenu li {
    float: left;
    padding: 0 20px;
    height: 17px;
    background-image: url('../images/bg-submenu-inactive.gif');
    background-repeat: no-repeat;
    background-position: top right;
}
#submenu li.active {
    background-image: url('../images/bg-submenu-active.gif');
}
#submenu li.active a {
    color: white;
}
#submenu li a {
    padding-top: 3px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, Sans Serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 10px;
    color: #505050;
}
/* Footer */
#footer {
    margin-top: 15px;
    font-size: 11px;
    color: #666666;
    text-align: justify;
}

.news {
    width: 731px;
    margin: 0 auto 15px auto;
    position: relative;
    background-color: #c8c8c8;
}
.news-left {
    width: 280px; /* 153 */
    float: left;
    background-color: #9f9f9f;
}
.news-left img {
    margin: 5px;
}

.news-right {
    width: 451px; /* 578 */
    float: right;
}
.news h2 {
    background-color: #9f9f9f;
    padding: 3px 15px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
.news h2 span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 10px;
    font-weight: normal;
}
.news p {
    margin: 5px 15px;
    text-align: justify;
}
.news a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #9f9f9f;
    padding: 3px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    
}
/* Detail novinky */
.news-detail {
    background-color: #c8c8c8;
    width: 746px;
    margin: 20px auto 15px auto;
    position: relative;
    /*height: 468px;*/
    padding-bottom: 20px;
    
}
.news-detail h1 {
    background-color: #9f9f9f;
    padding: 3px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
.news-detail p {
    margin: 0 14px 15px 14px;
    text-align: justify;
}
.news-detail .images {
    margin: 0 14px 0 14px;
}
.news-detail .images img {
    border: 3px solid #686868;
}
.news-detail .images img.image-large {
    float: left;
    margin-right: 18px;
}
.news-detail .images img.image-small {
    margin-bottom: 9px;
}
.news-detail .more {
    position: absolute;
    bottom: 3px; /* TODO - ujete o 3 pixely*/
    right: 0;
}
.news-detail .more a {
    background-color: #9f9f9f;
    padding: 3px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.news-detail h1 span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 10px;
    font-weight: normal;
}
/* Clanek */
.article {
    margin: 20px auto 0 auto;
    width: 656px;
}
.article h1,h2,h3 {
    color: #707070;
}
/* Strankovani */
#strankovani {
    text-align: center;
    margin: 0 0 15px 0;
}
.strana {
    background-color: #c8c8c8;
    color: white;
    padding: 3px 5px;
    font-weight: bold;
    margin: 0 2px;
}
.stranasel, .strana:hover, .stranasel:hover {
    background-color: #9f9f9f;
    color: white;
    padding: 3px 5px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 2px;
}

.clear {
    clear: both;
}
table.pdf {
    background-color: #9f9f9f;
}
table.pdf td {
    padding: 5px;
    width: 91px;
}
