body,html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color : #202020;
    color: white;
    padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
}

p { text-align: justify; margin-top: 1em; margin-bottom: 0px; }
hr { height: 0; border: 0; padding: 0; margin: 0; visibility: hidden; }
img { border: 0px none black; }
a { color: #206688; text-decoration: underline; }
a:hover { color: white; background-color: #206688; }

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }

.pismo-tucne { font-weight: bold; }
.pismo-kurziva { font-style: italic; }
.pismo-110b { font-size: 110%; font-weight: bold; }

.tab-clanek-nadpis { background-color: #89c8e5; }
.tab-clanek-svetly { background-color: #f0f0f0; }
.tab-clanek-tmavy  { background-color: #caeafa; }

.img-ram1 { border: 1px solid black; }
.img-ram12 { border: 10px solid black; }

#hlavni {
    display: block;
    color: black;
    background-color : white;
    background-image: url(../img/mainbg.png);
    background-repeat: repeat-y;
    width: 780px;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
}

#black-top {
    background-color: #202020;
    width: 780px;
    height: 1em;
    overflow: hidden;
}

#black-bottom {
    background-color: #202020;
    width: 780px;
    height: 1em;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

#vrch {
    display: block;
    width: 780px;
    overflow: hidden;
}

#titulek {
    display: block;
    width: 780px;
    height: 70px;
}

#titulek-odkazy {
    display: block;
    width: 760px;
    height: 22px;
	background-image: url(../img/bg.png);
	font-weight: bold;
	text-align: right;
	line-height: 22px;
	color: #ff5500;
	padding-left: 10px;
	padding-right: 10px;
}
#titulek-odkazy a { font-weight: bold; text-decoration: underline; color: white; }
#titulek-odkazy a:active { text-decoration: underline; color: black; background-color: transparent; }
#titulek-odkazy a:hover { text-decoration: underline; color: black; background-color: transparent; }

#stred {
	display: block;
	width: 780px;
	overflow: hidden;
}

#pruh-odkazy {
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	float: left;
	text-align: left;
}

.pruh-odkazy-tlacitko {
	display: block;
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pruh-odkazy-tlacitko a:hover { background-color: transparent; }

.pruh-odkazy-ikony {
	display: block;
	width: 135px;
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
.pruh-odkazy-ikony a:hover { background-color: transparent; }

#telo {
	display: block;
	position: relative;
	width: 620px;
	float: right;
	margin-right: 10px;
    padding-bottom: 2em;
}

#telo-stred {
	display: block;
	position: relative;
	width: 435px;
	float: left;
}

#telo-r {
	display: block;
	float: right;
	width: 175px;
	font-size: 85%;
	line-height: 1.2em;
}

#h1-center {
	color: #206688;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-top: 0.75em;
}

#h1-left {
	color: #206688;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	margin-top: 0.75em;
}

.h2-odkazy {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-top: 0.75em;
	margin-bottom: 0px;
}

.cara {
	display: block;
	width: 435px;
	height: 2px;
	overflow: hidden;
	background-color: #206688;
	line-height: 2px;
}

#nazev-sekce {
	font-size: 150%;
	font-weight: bold;
	color: #206688;
	text-align: left;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
}

.polozka-sekce {
	width: 435px;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

.polozka-sekce-obr {
	float: right;
	width: 182px;
	text-align: center;
	overflow: hidden;
	padding-left: 5px;
}
.polozka-sekce-obr a:hover { background-color: transparent; }

.polozka-sekce-text {
}

.polozka-sekce-nadpis {
	display: block;
	color: #206688;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.polozka-sekce-udaje {
    color: #808080;
}

.object-list-nav {
    display: block;
    width: 100%;
}

.object-list-nav-summary {
    display: block;
    float: left;
    text-align: left;
    width: 50%;
}

.object-list-nav-pagination {
    display: block;
    float: right;
    text-align: right;
    width: 50%;
}

.object-list-nav-page {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
}

.object-list-nav-page-current {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#clanek {
	display: block;
	width: 620px;
	overflow: hidden;
}

#clanek-nadpis {
	color: #206688;
	font-size: 125%;
	font-weight: bold;
	text-align: justify;
	margin-top: 0.75em;
}

#clanek-anotace {
	text-align: justify;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	border-left-color: #206688;
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 5px;
	margin-top: 1em;
}

#clanek-telo {
    text-align: justify;
}
#clanek-telo img { border: 1px solid black; margin: 5px 5px; }
#clanek-telo a:hover { color: white; background-color: #206688; }

.clanek-obr-l {
	width: 190px;
	margin: 0px 5px 5px 0px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.clanek-obr-r {
	width: 190px;
	margin: 0px 0px 5px 5px;
	display: block;
	float: right;
	text-align: center;
	vertical-align: middle;
}

#clanek-udaje {
	text-align: center;
	float: right;
	margin-top: 1em;
}

#obrazek-nadpis {
	color: #206688;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

#obrazek {
	text-align: center;
    width: 620px;
}

#obrazek-popis {
	text-align: center;
	margin-top: 1em;
    width: 620px;
}

.obrazek-navigace {
    display: block;
    width: 100%;
    margin: 1em 0 1em 0;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
}

.obrazek-navigace hr {
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.obrazek-navigace-prev {
    display: block;
    float: left;
    text-align: left;
    width: 100px;
}

.obrazek-navigace-next {
    display: block;
    float: right;
    text-align: right;
    width: 100px;
}

#obrazek-keywords {
    text-align: center;
    margin-top: 1em;
    font-size: 80%;
    width: 620px;
}
#obrazek-keywords strong { font-weight: normal; }

#obrazek-odkazy-nadpis {
	display: block;
	width: 620px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.1em;
}

.obrazek-odkazy {
	display: block;
	width: 620px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
}

#obrazek-bw {
	display: block;
	width: 620px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.1em;
}

#obrazek-bw-popis {
	display: block;
	width: 620px;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}

#galerie {
	display: block;
	width: 620px;
	overflow: hidden;
}

#galerie-nadpis {
	color: #206688;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-top: 0.75em;
}

#galerie-popis {
	display: block;
	position: relative;
	clear: both;
	border-left-color: #206688;
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
}

.galerie-navigace {
	display: block;
	width: 100%;
	margin: 1em 0;
	text-align: center;
}

.galerie-nav-prev {
	display: block;
	float: left;
    text-align: left;
	width: 100px;
}

.galerie-nav-next {
	display: block;
    float: right;
    text-align: right;
	width: 100px;
}

.galerie-nav-page {
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
}

.galerie-nav-page-current {
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#galerie-nahledy {
	display: block;
	position: relative;
	margin: 0 1px;
	width: 100%;
    text-align: center;
}

.galerie-cleaner {
    clear: both;
    height: 0;
    overflow: hidden;
}
.galerie-cleaner hr { display: none; }

.galerie-fotka {
    display: inline;
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 3px;
}
.galerie-fotka p {
    font-size: 100%;
    font-weight: normal;
    text-align: center;
    margin: 0.5em 0 0.5em 0;
}
.galerie-fotka a:hover { background-color: transparent; }

.galerie-thumb {
    display: table;
    width: 200px;
    height: 200px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.galerie-thumb-in {
    display: table-cell;
    vertical-align: middle;
}

.galerie-thumb-inin {
}
.galerie-thumb-inin img { border: 1px solid black; }

#kontakt-jmeno {
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0px;
}

.kontakt-dalsi-udaje {
	display: block;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
