body {
    background-color: #c3c3c3;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 95%;
}
#wrapper {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 792px;
    background: #c3c3c3 url("/images/tien.jpg") 0 0 repeat-y;
}
#header {
    width:820px;
    height: 117px;
    background: #c3c3c3 url("/images/main.png") 50% 0 no-repeat;
    margin: 0 auto 0 auto;
}
#vlajky {
    height: 13px;
    position: relative;
    right: 10px;
    top: 95px;
}
#vlajky img {
    float: right;
    margin: 0 10px 0 10px;
}
#menu {
    background: url("/images/menubg.png") 0 0 repeat-x;
    margin-top: 102px;
    height: 37px;
    text-align: left;
}
#menu h1{
    font-size: 120%;
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    bottom:13px;
}
#menu h1.active{
    color: #261f32;
}
#menu img {
    height: 37px;
    width: 2px;
}
#main {
    width:820px;
    margin: 35px auto 0 auto !important;
    margin: -5px auto 0 auto;
    background-color: #fff;
}
#leftmenu {
    width: 190px;
    float:left;
    background-color: #fff;
    text-align:left;
}
#content {
    margin-left: 190px;
    background-color: #fff;
    text-align:left;
}
#leftmenu div {
    background-color: #EDF3FA;
    margin: 5px;
    padding: 5px;
}
#content div {
    background: url("/images/content.png") 0 0 no-repeat;
    margin-left:10px;
    margin-right:10px;
    position: relative;
    top: 5px;
    padding: 5px 17px 5px 17px;
}
#leftmenu h2 {
    font-size: 120%;
    margin:4px;
    color:#555555;
}
#leftmenu div ul{
    border-top:1px solid #A9D4EF;
    list-style-type:none;
    margin:0 0 20px 0;
    padding: 0 0 0 8px;

}
#leftmenu div ul li{
    border-bottom:1px solid #D2E8F7;
    color:#777777;
    list-style-type:none;
    padding:4px 0 4px 5px;

}
img {border: none}
#menu a {
    text-decoration: none;
    color: #e9e9e9;
}
#menu a:hover{
    color: #261f32
}
#foot {
    height:22px;
    background-color: #269dc9;
    margin: 0 6px 0 6px;
    color: #8dded6;
    font-size: 80%;
    padding-top:5px;
}
#content div h1, #content div h2{
    font-size: 150%;
    color: #2666c3;
    margin: 6px 6px 6px 0;
}
#content div p {
    text-align:justify;
}
.mono{
    font-family:monospace;
}
th{text-align:left;}
.posta{color:green}