body	{
	font-family: "arial ce", arial, "helvetica ce", helvetica, sans-serif;
    font-size: 100%;
	color: #000;
	background: #e0e0e0;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}
a {
    color: #339;
}
a:hover {
    color: #c00;
    text-decoration: underline;
}
a.more, a.back {
    color: #444;
	font-weight: bold;
/*    text-decoration: none;*/
	padding-left: 12px;
}
a.more {
	background: transparent url(/img/ct-more.gif) no-repeat 0 50%;
}
a.back {
	background: transparent url(/img/ct-back.gif) no-repeat 0 50%;
}
a.more:hover, a.back:hover {
    color: #000;
	background-position: -500px 50%;
}

div {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "arial ce", arial, "helvetica ce", helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 .2em 0;
	padding: 0;
}
h1 {
    font-size: 1.2em;
    font-weight: normal;
	color: #000;
	margin-bottom: 1em;
}
.clanek h1 {
    font-size: 1.45em;
	margin-bottom: .2em;
}
h2 {
    font-size: 1.2em;
}
h2.pod, h3.pod {
    font-size: .9em;
    margin-bottom: .6em;
}
h3 {
    font-size: 1em;
}
h3.rubrika {
	clear: both;
    display: block;
    font-size: .6em;
    color: #fff;
    background: #69c;
    font-weight: normal;
    font-style: normal;
	line-height: normal;
	margin-bottom: .8em;
	padding: 3px 8px;
    text-transform: uppercase;
}
h4 {
	color: #000;
    font-size: .8em;
}
h5 {
    font-size: .75em;
    font-style: italic;
}

dfn, abbr, acronym {
	cursor: help;
    color: #000;
	font-variant: normal;
	font-style: normal;
	border-bottom: 1px dotted #000;
}
dfn, em {
	font-style: italic;
}
img		{
	border: 0;
}
p, li, dt, dd, address	{
    font-size: .8em;
	margin: 0 0 .8em 0;
	padding: 0;
}
li,dt,dd	{
	margin-bottom: .4em;
}
li li	{
	font-size: 100%;
    list-style: circle;

}
dd	{
	color: #555;
}
.clanek	{
	line-height: 1.2em;
}
.vpravo	{
	text-align: right;
}

address	{
    font-size: .9em;
	font-style: normal;
}

ul	{
	padding: 0;
	margin: .8em 0 .8em 32px;
}
form	{
	padding: 0;
	margin: 1em 0;
}
strong, b	{
	color: #000;
}
hr {
	clear: both;
	display: block;
    width: 100%;
    height: 0px;
    border-width: 0px;
    border-bottom: 1px solid #ccc;
	margin: 1em 0;
    padding: 0;
}

/* tabulky obecne */
.clanek table {
    width: 100%;
    margin: 0 0 1em 0;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
td {
    font-size: .8em;
    vertical-align: top;
}
.li-datum td {
    padding: 3px 20px 3px 0;
}
.clanek th, .clanek td {
	border: 1px solid #bbb;
    padding: 2px 5px;
}
th {
    font-size: .75em;
    font-weight: bold;
    text-align: center;
}

/*-----------------*/

#header	{
	text-align: center;
	padding: 0;
	margin: 0;
}
#headerin	{
	position: relative;
	width: 780px;
    height: 154px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	background: #fff url(/img/bkg_head.png) repeat-x 0 10px;
    border: 2px solid #fff;
}
#headerin h2 {
	text-indent: -10000px;
	margin: 0;
	padding: 47px 0 0 20px;
}
#headerin h2 a {
	display: block;
	width: 490px;
	height: 67px;
    text-decoration: none;
	background: url(/img/logo_rp.png) no-repeat;
}

#headerin h3 {
	position: absolute;
    left: 20px;
    top: 14px;
    font-size: .7em;
    color: #fff;
	font-weight: bold;
/*    font-style: normal;*/
}
#translate {
	position: absolute;
    right: 10px;
    top: 45px;
}

#navigace-h {
	position: absolute;
    left: 2px;
    top: 128px;
}
#navigace-h ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#navigace-h li {
	float: left;
    font-size: .7em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
#navigace-h a {
	display: block;
	color: #fff;
    text-align: center;
	font-weight: bold;
    text-decoration: none;
    padding: 3px 15px;
    margin-right: 2px;
}
#navigace-h a:hover,
#navigace-h a.zde {
    background: #69c;
}
#navigace-h a:hover {
    background: #69c;
    text-decoration: underline;
}

li.iko {
	position: relative;
}
li.iko span {
	position: absolute;
    width: 24px;
    height: 14px;
    background: url(../img/ico_rss.png) no-repeat 5px 0;
}
#navigace-h li.iko a {
    padding-right: 25px;
}

#headerin form {
	position: absolute;
    left: 550px;
    top: 82px;
    margin: 0;
	padding: 0;
}
#headerin input.tl	{
	font: 10px arial, sans-serif;
    margin: 0 0 0 5px;
	}
#headerin input.in	{
	width: 135px;
	}
    
/****************************/

#contentall	{
	width: 780px;
	text-align: left;
	margin: 0 auto;
    padding: 0;
	background: #fff;
    border: 2px solid #fff;
	}
#content {
	margin: 0;
    padding: 20px;
    padding-right: 10px;
}

/*************************/

.nav-blok {
	margin-bottom: 1.2em;
}
.nav-reklama {
	position: relative;
    text-align: center;
    _margin: 1em 0 2em 0;
}
.nav-reklama h4, .nav-reklama div {
    margin-bottom: .8em;
}
.ram {
    border: 1px solid #ccc;
}
.nav p {
    font-size: .7em;
    color: #555;
	margin-bottom: .6em;
    padding-left: 5px;
}

.nav ul {
	margin: .4em 0 .8em 5px;
    list-style: none;
}
.nav li {
/*	margin-bottom: .2em;*/
}
.nav ul.rubr li a,
.nav ul.arch li  {
    color: #444;
	padding-left: 13px;
	background: transparent url(/img/ct-li.gif) no-repeat 0 5px;
    text-decoration: none;
}
.nav ul.rubr li a {
    font-weight: bold;
}
.nav ul.arch li a  {
    color: #444;
    font-size: .85em;
    text-decoration: none;
}
.nav ul.rubr li a:hover,
.nav ul.arch li a:hover {
	color: #000;
    text-decoration: underline;
}
.nav ul.rubr li a:hover {
	background-position: -500px 5px;
}
.nav li.zde {
	color: #000;
    font-weight: bold;
    text-decoration: none;
}

/*--------------------------*/
.cont-left {
	width: 510px;
	float: left;
}
.col-left {
	width: 250px;
	float: left;
    margin-right: 2px;
}
.col-right {
	width: 200px;
	float: right;
}

.drobenka {
    font-size: .7em;
    color: #888;
    margin-bottom: 1em;
}
.drobenka strong {
    color: #c00;
}
.drobenka a {
    color: #888;
}
.drobenka a:hover {
    color: #c00;
}

/* vypis clanku */

.blok-obrazky div.obr-left,
.blok-obrazky div.obr-right {
	margin: 0 0 1.5em 0;
}

.vypis-perex, .vypis-perex-spec {
	clear: both;
    font-size: 90%;
    margin: 0 0 1.8em 0;
}
.vypis-perex-spec {
    padding: 10px 10px 0 10px;
    border: 1px solid #69c;
}
.autori, .li-datum {
    color: #777;
}
.cl_nadpis a,
.autori a {
    font-weight: bold;
    text-decoration: none;
}
.cl_nadpis a:hover,
.autori a:hover {
    text-decoration: none;
    border-bottom: 1px solid #c00;
}
.autori span, .li-clanky span, .mezera {
    margin: 0 5px;
}
.li-datum li {
    clear: both;
}
.li-datum li span.dat {
/*    display: block;*/
	float: left;
    width: 82px;
    margin-bottom: 5px;
/*    border-right: 1px solid #777;*/
}
.li-datum li span.oddelovac {
    margin: 0 8px 0 10px;
/*    border-left: 1px solid #777;*/
}
.li-datum li span.clan {
	float: right;
    width: 400px;
    margin-bottom: 5px;
}
.clanek .autori {
    width: 375px;
}
.at {
    width: 125px;
    float: right;
}
p.cl_dole {
    position: relative;
    font-size: .75em;
    padding: 4px 10px;
    background: #c3d6e9;
    line-height: normal;
}
.cl_dole span {
    position: absolute;
    right: 0;
    margin-right: 10px;
}
.cl_dole a {
    color: #000;
}
.cl_dole a:hover {
    color: #c00;
}
p.cl_perex {
    font-size: .9em;
	line-height: 1.4em;
    margin: 1.5em 0;
}
.clanek p.cl_perex,
.clanek p.cl_pozn,
.clanek p.cl_dole {
    margin: 2em 0;
}
.clanek p.cl_perex {
    padding-left: 20px;
    border-left: 5px solid #c3d6e9;
}
.clanek p.cl_pozn {
    font-style: italic;
}
.clanek img {
    margin: 0 10px 2px 5px;
}

ul.li-datum,
ul.li-clanky {
    margin-left: 10px;
    margin-bottom: 2em;
    list-style: none;
}
.li-clanky li {
	margin-bottom: .8em;
    line-height: 1.4em;
}
.mapa {
	font-size: 85%;
}
.mapa li {
	margin-bottom: 0em;
}
.mapa ul	{
	margin: 0 0 .4em 32px;
}
.mapa a	{
	text-decoration: none;
}
.mapa a:hover	{
	text-decoration: underline;
}

.top {
    margin-top: 1.5em;
}
.top1 {
    margin-top: .5em;
}
.notop {
    margin-top: 0;
}

.obr-left {
	float: left;
	margin: 0 10px 5px 0; 
}
.obr-right {
	float: right;
	margin: 5px 0 5px 15px; 
}

.noscreen {	display: none; }
.clear { clear: both; }
.clear-left { clear: left; font-size: 1px; }
.clear-right { clear: right; font-size: 1px; }

/****** posouvani uvodnich obrazku *********/

#viewport {
    width: 510px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1em;
}
#viewport div#elmnts {
    position: relative;
    padding: 0;
}
#viewport div#elmnts div {
    width: 250px;
    height: 180px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
}

/****** formulare ********/

input.in, textarea.in {
	border: 1px solid #ccc;
	background: #fff;
	font: 13px arial, sans-serif;
	outline: none;
}
input.tl	{
	font: 10px arial, sans-serif;
    text-transform: uppercase;
	outline: none;
    cursor: pointer;
}

form.f-mail {
	margin: 0;
}
form.f-prihlas, form.f-kontakt {
	margin: 1.5em 0;
}
.f-mail input.in	{
    width: 195px;
}
.f-kontakt input.in, .f-kontakt textarea.in	{
    width: 230px;
}
.f-mail input.tl	{
    float: left;
}
.f-mail div	{
    clear: left;
}
.upper {
    font-size: 10px;
    text-transform: uppercase;
}
.f-kontakt input.tl {
    margin-left: 130px;
}
label span {
	display: block;
	float: left;
	width: 130px;
	clear: inherit;
}
label em {font-family: Verdana, sans-serif;
	color: #339;
	font-size: 1em;
	font-style: normal;
}

/*--------------------------*/
#footer {
    margin: 3px 0 0 0;
    padding: 0;
}
#footerin	{
    position: relative;
	width: 780px;
    height: 100px;
	text-align: center;
	background: #f2f2f2;
	padding: 0;
	margin: 0 auto;
    border: 2px solid #f2f2f2;
}

#navigace-d {
	margin: 0 0 .8em 20px;
}
#navigace-d ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigace-d li {
	float: left;
    font-size: .75em;
    margin: 1em 0;
}
#navigace-d li {
    border-right: 1px solid #ccc;
}
#navigace-d a {
	color: #000;
    padding: 0px 10px;
    text-decoration: none;
}
#navigace-d a.prvni {
    padding-left: 0px;
}
#navigace-d li.no {
	border: 0;
}
#navigace-d a:hover {
    text-decoration: underline;
}

#footer p {
    clear: left;
    text-align: left;
    font-size: .75em;
    margin-left: 20px;
}
#footer p.copy {
    color: #777;
}
#footer span.w {font-family: "arial black", arial, helvetica, sans-serif;
	font-weight: bold;
    font-size: 10px;
}
#footer span.d {font-family: "times new roman", times, serif;
	font-size: 15px;
    text-transform: lowercase;
}
#footer p.footlinkobr {
	text-indent: -10000px;
	margin: 0;
    padding: 0;
}
#footer p.footlinkobr a.th-cdk {
	position: absolute;
    display: block;
	width: 80px;
	height: 75px;
    top: 10px;
    left: 680px;
    text-decoration: none;
	background: url(/img/logo_cdk.png) no-repeat;
}
#footer p.footlinkobr a.th-wa {
	position: absolute;
    display: block;
	width: 75px;
	height: 75px;
    top: 10px;
    left: 590px;
    text-decoration: none;
	background: url(/img/logo_webarchiv.png) no-repeat;
}
body#search table { display: none; }
.ad_area, .ad { display: none; }
p.hledani-next {
    text-align: right;
}
p.temata {
	line-height: 150%;
}
