html, body, div, span, hr, h1, h2, h3, h4, h5, h6, p, a,
img, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */

body {
    font-family: "Arial", sans-serif;
    font-size: 62.5%;
    text-align: center;
    background: #050D1E url("pozadi-body.png") top center repeat-x;
}
#ram {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    background: url("vertikalni-stiny.png") no-repeat;
}
#box {
    margin: 0 5px;
    background: #E6E6E5 url("pozadi-menu.png") repeat-y;
}

/*** hlavička stránky ***/

#hlavicka {
    width: 940px; height: 200px;
    float: left;
    position: relative;
}
#hlavicka h2 {
    width: 490px; height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 2em;
}
#hlavicka h2 span {
    width: 490px; height: 200px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("logo-rbsd.png") no-repeat;
}
#hlavicka img {
    width: 450px; height: 200px;
    position: absolute;
    top: 0;
    left: 490px;
}

#pruh {
    width: 940px; height: 60px;
    float: left;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #B6B6B5;
    background: #0F203F url("modry-pruh.png") repeat-x;
}
#citace {
    float: right;
    position: relative;
    margin: 10px 15px;
    text-align: left;
}
#citace .text {
    font-size: 1.5em;
    line-height: 130%;
    font-weight: bold;
    font-style: italic;
}
#citace .autor {
    position: absolute;
    right: 0; top: 24px;
    font-size: 1.4em;
}

/*** levý sloupec ***/

#sloupec {
    width: 155px;
    float: left;
}
#menu {
    margin: 20px 10px;
    padding: 0;
    list-style-type: none;
    color: #222222;
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
#menu li {
    padding: 0;
    margin: 8px 0;
}
#menu li.mezera {
    margin-bottom: 18px;
}
#menu li a {
    color: #222222;
    text-decoration: none;
}
#menu li a span {
    color: #002266;
    font-weight: bold;
}
#menu li a:hover, #menu li a:hover span {
    color: #AA0000;
}
#jim {
    margin: 30px 10px 25px 10px;
    line-height: 140%;
    font-size: 1.2em;
}
#jim img {
    width: 130px; height: 130px;
}
#jim div {
    text-align: center;
}

/*** patička stránky ***/

#paticka {
    width: 940px;
    padding: 10px 0;
    float: left;
    text-align: center;
    font-size: 1.2em;
    color: #B6B6B5;
    background-color: #050D1E;
}
#paticka p {
    margin: 10px;
}
#clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    background-color: #050D1E;
}

/*** obsah stránky ***/

#pravy {
    width: 785px;
    float: left;
}
#obsah {
    padding: 30px 20px;
    font-size: 1.4em;
    line-height: 140%;
}

h1, h3, h4 {
    color: #002D86;
    font-weight: bold;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
h1 {
    width: 745px;
    height: 60px;
    font-size: 200%;
    line-height: 200%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h1.obrazkovy {
    position: relative;
    overflow: hidden;
    font-size: 2em;
}
h1.obrazkovy span {
    width: 745px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
h3 {
    margin: 1.5em 0 0.6em 0;
    padding-bottom: 3px;
    font-size: 140%;
    font-weight: normal;
    border-bottom: 1px dotted #0040C1;
    clear: both;
}
h3.uvod {
    border: 0;
    font-size: 120%;
}
h3.noline {
    border: 0;
    margin-bottom: 0.3em;
}
h3.short {
    clear: none;
    width: 560px;
}
h4 {
    margin: 1em 0 0 0;
    font-size: 100%;
    color: #000000;
    text-transform: uppercase;
}
h4.nomargin {
    margin-top: 0;
}
ul {
    padding-left: 2em;
    list-style-position: outside;
    list-style-type: circle;
}
ul.tipy {
    list-style: none;
    padding-left: 0;
    margin-top: 1.2em;
}
ul.tipy a {
    font-size: 120%;
    font-weight: bold;
}
ul.tipy li {
    margin-bottom: 8px;
}
ol {
    padding-left: 3em;
    list-style-position: outside;
    list-style-type: decimal;
}
ol li {
    margin-bottom: 1.2em;
}

p, ul {
    margin-bottom: 1.2em;
}
p img, img.border {
    border: 1px solid #000000;
}

a {
    color: #0022AA;
}
a:visited {
    color: #444444;
}
a:hover {
    color: #AA0000;
}
a img {
    border: 1px solid;
}

.left {
    float: left;
    margin: 5px 15px 5px 0;
}
.right {
    float: right;
    margin: 5px 0 5px 15px;
}
.center {
    text-align: center;
}

.alignRight {
    text-align: right;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
hr {
    border-bottom: 1px dotted #0040C1;
    margin-bottom: 1em;
    margin-top: 3em;
}

.galBlock {
    width: 178px;
    margin: 10px 0 14px 10px;
    float: left;
    text-align: center;
}
.galList .galBlock {
    width: 115px;
    margin: 0 0 14px 11px;
}
.galBlock.first {
    margin-left: 0;
}
.galBlock img {
    border: 1px solid #444444;
}
.galBlock a:hover img {
    border-color: #AA0000;
}

.galList h3 {
    margin: 0.5em 0 0.3em 0;
}

#popup {
    border: 25px solid #000000;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    cursor: pointer;
    display: none;
}
#preloader {
    border: 1px solid #002266;
    background-color: #E5E5E6;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    width: 50px;
    height: 50px;
}
#preloader img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.imageFrame {
    float: right;
    text-align: center;
    margin: 0 0 10px 15px;
    background-color: #AAAAAA;
    padding-bottom: 3px;
    font-size: 0.85em;
    border: 1px solid #002266;
    line-height: 130%;
}
.imageFrame .popup img {
    border: 0;
}
.imageFrame span {
}

.blankImageFrame {
    float: right;
    text-align: center;
    margin: 5px 0 10px 15px;
}
.blankImageFrame img {
}

.noborder {
    border-width: 0;
}

.homeTip {
    background: url('/design/tip.png') center left no-repeat;
    padding-left: 35px;
    margin-bottom: 40px;
}
.homeArticle {
    background: url('/design/clanek.png') center left no-repeat;
    padding-left: 35px;
    margin-bottom: 40px;
}
.homeTip h3,
.homeArticle h3 {
    clear: none;
}
.homeTip p,
.homeArticle p {
    margin-bottom: 0;
}
.homeTip a,
.homeArticle a {
    margin-top: 0;
}
.homeGallery {
    background: url('/design/galerie.png') center left no-repeat;
    padding-left: 35px;
    margin-bottom: 40px;
}
.homeGallery .galBlock {
    margin-bottom: 0;
    margin-top: 0;
    width: 110px;
}

div.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
}

table.event td {
    padding-bottom: 10px;
}
table.event th {
    font-weight: bold;
    padding-right: 10px;
    min-width: 80px;
}

.homeAktualne {
    line-height: 150%;
}

table.simple {
    border: 1px solid #444444;
    margin-bottom: 1.2em;
}
table.simple td {
    border: 1px solid #444444;
    padding: 2px 4px;
}
