body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}


.wrapper {
    margin: 0 auto;
    width: 930px;
    background: url(../img/bg.gif) center repeat-y;
}

.ttopp {
    background: transparent url("../img/bg2.gif") no-repeat scroll right top;
    height: 27px;
    position: relative;
    top: 0;
    width: 100%;
}

.blok {
    width: 517px;
    padding: 200px 226px 0 187px;
    background: url(../img/hlavicka.jpg) left top no-repeat;
    position: relative;
}

h1 {
    color: #0d0e4b;
    font-size: 1em;
    padding-bottom: 10px;
}

.obsah {
    width: 517px;
    padding-bottom: 50px;
}

.sloup {
    width: 258px;
    float: left;
}

.sloup:last-child {
    width: 259px;
}

.sloup h2 {
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    margin: 0;
}

.sloup:last-child h2 {
    border-right: 1px solid #efefef;
}

ul.pci, ul.mbs {
    margin: 0;
    padding: 20px 15px;
    border-top-width: 5px;
    border-top-style: solid;
    font-size: 0.88em;
    height: 330px;
}

ul.pci {
    border-top-color: #f38130;
    background-color: #f78b3e;
}

ul.mbs {
    border-top-color: #00529c;
    background-color: #045aa7;
}

ul.pci li, ul.mbs li {
    color: #fff;
    list-style-type: none;
    padding: 5px 0 5px 25px;
    background: url(../img/sipka.png) 5px 10px no-repeat;
}

ul.pci li a, ul.mbs li a {
    color: #fff;
}

a.linkbottom {
    display: inline-block;
    text-align: center;
    color: #00217e;
    font-size: 0.8em;
    text-decoration: none;
    padding: 30px 40px;
}

a.linkbottom img {
    margin-bottom: 10px;
    border: 0 none;
}

ul.menu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 185px;
    top: 0;
    z-index: 99;
    border: 0 none;
    height: 30px;
}

ul.menu li {
    list-style-type: none;
    height: 30px;
    line-height: 30px;
    float: left;
    background: transparent none;
    padding: 0;
    color: #000;
}

ul.menu li:after {
    content: "\000A0|\000A0";
}

ul.menu li:last-child:after {
    content: " ";
}

ul.menu li a {
    width: auto;
    height: auto;
    line-height: 30px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
}

ul.menu li a:hover {
    text-decoration: underline;
}

ul.podmenu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 210px;
    z-index: 99;
    border: 0 none;
    width: 160px;
}

ul.podmenu li {
    list-style-type: none;
    float: none;
    background: transparent none;
    padding: 3px 20px;
    color: #000;
    width: 120px;
    position: relative;
}

ul.podmenu li:before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #000000;
}

ul.podmenu li a {
    width: auto;
    height: auto;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
}

ul.podmenu li a:hover {
    text-decoration: underline;
}

ul.podmenu ul {
    margin: 0;
    padding: 0;
    border: 0 none;
}

ul.podmenu ul li {
    list-style-type: none;
    float: none;
    background: transparent none;
    padding: 3px 0;
    color: #000;
    width: 120px;
    position: relative;
}

ul.podmenu ul li:before {
    left: -11px;
    top: 9px;
}

.obsah h2 {
    font-size: 15px;
}

.obsah p {
    font-family: Arial;
    font-size: 13px;
}

.obsah a {
    text-decoration: none;
}

.obsah a:hover {
    text-decoration: underline;
}

ul.ulobsah {
    padding: 0;
    margin: 0;
}

ul.ulobsah li {
    font-size: 0.8em;
}