@charset "utf-8";
/**
 * Copyright (c) 2008 ClanTemplates.com
 * wet; a free template by Subleme at ClanTemplates.com
 * No part of this file may be redistributed without written permission
 * Coded by Crazymik3 <mike.hj.rice@gmail.com>
 * http://www.clantemplates.com/pages/Legal
 **
 *---------->>> GLOBAL <<<-----------*/
html { margin:0; padding:0;}
* { margin: 0; padding: 0; outline: 0; }
body {
    margin:0; padding:0;
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    background: #000000;
}

a, a:link, a:visited, a:active{
    text-decoration: underline;
    color: #000000;
}
a:hover {
    text-decoration: none;
}

p {
    padding-bottom: 10px;
}
/* ---------->>> structure <<<-----------*/
#container {
    margin: 0 auto 0 auto;
    width: 875px;
}
#header {
    width: 900px;/*1024*/ height: 198px;/*225*/
    padding: 0px 0 0 0px; margin: 0;
    display: block; overflow: visible;
    text-align: left; float: left;
    font-size: 30px; font-weight:normal;
}

#left {
    width: 192px;
    margin: 14px 0 0 0;
    float: left;
}

#right {
    width: 192px;
    margin: 14px 0 0 6px;
    float: left;
}

.sidebar {
    color: #FFFFFF;
}

.sidebar .menu a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 30px;
    margin-top: -10px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    background-image: URL('../images/deselected.png');
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
}
.sidebar .menu a:hover {
    text-decoration: underline;
}
.sidebar .box {
    background: url('../images/side_foot.jpg') no-repeat bottom center;
    width: 192px;
    padding-bottom: 41px;
    margin-bottom: 15px;
}

.sidebar .box-header {
    background: url('../images/side_title.jpg') no-repeat top center;
    height: 46px;
}

.sidebar .menu {
    margin: 0 0 0 21px; padding: 0;
}


.sidebar .box-header h2 {
    text-align: center;
    font-size: 12px;
    padding-top: 22px;
    text-decoration: underline;
}

.sidebar .box-text {
    padding-left: 18px;
}

.sidebar .banner {
    text-align: center;
}
.info {
    font-weight: bold;
margin: 0;
}
.info td {
    padding: 1px 0;
}
.info-label {
    color: #A7E4E8;
    width: 95px;
}

.red {
    color: red;
}
.green {
    color: #29CF00;
}
#vypis {
    padding-left: 50px;
    width: 380px;
}

.hr {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
    height: 0px;
    width: 400px;
    border-top: 1px solid black;
}
.content-mezera {
    padding-bottom: 30px;
}
/* ---------->>> main <<<-----------*/
#content {
    width: 478px;
    margin: 14px 0 33px 5px;
    float: left;
}
.content-main {
    background: url('../images/main_bg.jpg') repeat-y top center;
    width: 478px;
    padding: 0;
}
.content-end {
    background: url('../images/main_footer.jpg') no-repeat bottom center;
    width: 478px; height: 43px;
    margin: 0; padding: 0;
}
.content-head {
    background: #ffffff url('../images/main_title.jpg') no-repeat top center;
    width: 478px; height: 100px;
}
.box-content {
    background-image: url('../images/box-bg.png');
}

#footer {
    width: 875px; height: 73px;
    background: url('../images/footer.jpg') no-repeat;
    margin: 33px 0 0 0; padding: 0;
    clear: both;
    position: relative;
}	
a#ct {
    width: 151px; height: 31px;
    position: absolute; top: 0; left: 703px;
}
a#sub {
    background: url('../images/sub-2.jpg') no-repeat;
    width: 137px; height: 62px;
    position: absolute; top: 7px; left: 12px;
}

.info-page {
    border-top: 1px solid black;
    border-left: 1px solid black;
}
.info-page td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 3px 3px 3px 3px;
}
.info-page-td {
    width: 140px;
}

