* {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

span.clear {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

body {
    text-align: center;
    font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
    background: #f7f7f7 url('background.gif') top left repeat-x;
}

h2, h3, h4 {
    color:#111;
    font: bold 1.2em 'Trebuchet MS', Tahoma, sans-serif;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; color:#b20000; /*74743D*/ }
h3 { font-size: 1.4em; color:#C34E23; letter-spacing: 0px;}

h4 a {
    text-decoration: none;
    color: #000;
}

p, h1, h2, h3 {
    margin: 10px 0;
    padding: 0;
}

a {
    text-decoration:underline;
    color: #CB4721;
    background-color: inherit;
}

a:hover {
    text-decoration:none;
}

div#container {
    position: relative;
    z-index: 2;
    width: 806px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: white !IMPORTANT;
}

div#header {
    position: relative;
    height: 98px;
    background: url(header_background.gif) top left repeat-x;
}

div#header a {
    float: left;
    display: block;
    width: 284px;
    height: 98px;
    background: url(logo.gif) top left no-repeat;
}

div#header div {
    float: right;
    width: 200px;
    padding-top: 10px;
}

div#menu {
    height: 35px;
    background: url(menu_background.gif) top left repeat-x;
}

div#menu ul {
    list-style: none;
}

div#menu ul li {
    display: block;
    float: left;
    /*line-height: 35px;*/
    padding: 10px 20px 7px 20px;
    /*background: url(menu_separator.gif) top right no-repeat;*/
}

div#menu ul li.selected {
    background: url(menu_background_selected.gif) top left repeat-x;
    font-weight: bold;
}

div#menu ul li.last {
    background-image: none;
}

div#menu ul li a,
div#menu ul li span {
    display: block;
    color: #000000;
    text-decoration: none;
}

div#menu ul li a:hover {
    text-decoration: underline;
}

div.breadcrumbs {
    clear: both;
    padding: 0 20px;
    font-size: 0.8em;
    background-color: #F1F1F1;
    color: #737373;
}

div.breadcrumbs a {
    color: #737373;
}

div#content {
    padding: 20px;
}

div#content ul {
    margin-left: 20px;
}

div#content ul li {
    list-style-type: square;
}

div.leftCol {
    float: left;
    width: 495px;
    text-align: justify;
}

div.rightCol {
    float: right;
    width: 250px;
    text-align: justify;
}

/**
 * Obecne tridy
 */

.zeroMargin {
    margin: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
}

code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    /* white-space: pre; */
    background: #FCFCF9;
    border: 1px solid #EFEFEF;
}

acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}

blockquote {
    margin: 15px;
    padding: 0 0 0 30px;
    font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;
    background: #FCFCF9;
    border: 1px solid #EFEFEF;
    color: #6C6E3A;
}
/*
table {
    border-collapse: collapse;
    margin: 15px;
}

th strong {
    color: #FFF;
}

th {
    background: #882D2D;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    text-align: left;
    border-left: 1px solid #EDC9C9;
    border-bottom: 1px solid #FFF;
}

tr {
    height: 30px;
    background: #F3F3F3;
}

td {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
*/
/**
 * Obecne tridy
 */

span.date {
    font-size: 9px;
    font-weight: normal;
    color: GRAY;
}

img.left {
    float: left;
}

img.right {
    float: right;
}
