body {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image : url(pict/poz_mal.gif);
	background-color : white;
	position: absolute;
	width: 100%;
    min-width: 770px;
}
/*
div {
	border : 1px solid red;
}
*/
.celek
     {
    margin: auto;  /* vycentrování */
    width: 994px;  /* pevná šířka pro IE (neumí nastavit automatickou šířku mezi "left" a "right" */
    max-width: 994px;      /* maximální šířka */
    height: 100%;             /* určená výška je nutná k určení výšky levého a pravého rámu */
    position: relative;        /* nutné, obsah je absolutně poziciován */
     }
    
*>.celek
     {
      width: 100%;               /* pružná šířka pro "chytré" prohlížeče */
     }
	 
.celek ul
	{
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	font-size: 100%;
	}
	
/* Horní lišta */
	 
div.logo {
	position: absolute;
	margin: auto;
	padding: 0px;
	padding-top: 5px;
	height : 110px;
	background-repeat : no-repeat;
	white-space : nowrap;
	float : none;
	text-align : right;
	margin-right : 5px;
	border-bottom : 1px solid Maroon;
	top: 0px;
    left: 5px;
    right: 5px;
    width: 980px; /* pevná šířka pro IE (neumí nastavit automatickou šířku mezi "left" a "right" */
    overflow: hidden;
}

*>div.logo {
	width : auto;
	height: 105px;
}

div.logo img#cks {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 0;
	border: none;
}

div.logo img#jmkr {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 0;
	border: none;
}

div.logo h5 {
	position: absolute;
	left : 150px;
	top: 40px;
	margin: 0;
	padding: 0;
	font-size : 23px;
	font-variant: small-caps;
	letter-spacing : 0px;
	font-weight : bold;
	text-align : left;
	z-index: 20;
	color: #0e0251;
}

div.logo div.filtr {
	position: absolute;
	top: 85px;
	right : 155px;
	text-decoration : none;
	font-size : 85%;
	height: 25px;
	width: 450px;
	text-align: center;
	padding-top: 6px;
	background-repeat: no-repeat;
}

*>div.logo div.filtr {
	right : 158px;
}

div.filtr a {
	color: #1b109a;
	margin: 3px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

div.filtr a#aktual {
	font-weight: bold;
}

div.logo a:hover {
	color: black;
	text-decoration: none;
	background-color: white;
}

div.logo div.fb {
	position: absolute;
	top: 85px;
	left : 175px;
	text-decoration : none;
	font-size : 70%;
	height: 10px;
	width: 100px;
	text-align: left;
	padding-top: 6px;
	background-repeat: no-repeat;
}

div.logo img#fcb {
	position: absolute;
	top: 85px;
	z-index: 0;
	left : 150px;
}

/* Pravé menu */

div.menu {
	width : 130px;
	margin: 0;
	float : left;
	position: absolute;
    top: 110px;
    left: 5px;
    height: 60%; 
    min-height: 60%;
    padding: 0;
    overflow: hidden;
    overflow-y: visible;
}

*>div.menu {
	margin-left : 3px;
    height: auto;
    left: 2px;
    top: 111px;
}

div#nav {
	padding: 0px;
	margin: 0;
	font-weight : bold;
	font-size : small;
	font-variant: small-caps;
	text-align : center;
	width: 100%;
}

*>div#nav {
	font-size : 110%;
}

div#nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	border-left : 1px solid Maroon;
}

div#nav li {
/*	list-style: none; */
	margin: 0;
	line-height: 22px;
	padding: 0;
	border-bottom: 1px solid Maroon;
	border-right : 1px solid Maroon;
}

div#nav li#aktual {	background: none; border-right: 1px solid #cacaca; }

#hide {
	display: none;
}

div#nav li a {
	display: block;
	text-decoration: none;
	margin: 0;
	height: 1em;
	padding: 0.25em 0 0.25em 0.5em;
	color: black;
}

*>div#nav li a {
	height: auto;
}

div.menu div.cpr {
	font-size: 80%;
	color: black;
	vertical-align : bottom;
	text-align : center;
	margin-top: 5px;
}

div.menu div.tplst {
	vertical-align : bottom;
	text-align : center;
	margin-top: 40px;
}

/* Hlavní obsah stránky */

div.obsah {
	position: absolute;
    top: 110px;
    left: 153px;
    right: 180px;
    width: 660px;  /* pevná šířka pro IE (neumí nastavit automatickou šířku mezi "left" a "right" */
    height: 80%;
    min-height: 100%; 
    overflow: hidden;
    overflow-y: visible;
	z-index: 20;
	text-align: left;
/*	background-color: white; */
}

*>div.obsah {
	margin-right : 5px;
	height: auto;
    width: auto;
    top: 111px;
}

.obsah div.nadp {
	padding-right: 20px;
	text-align : right;
	color : Black;
	font-weight: bold;
	font-size: 125%;
	margin : 0 3px 0 0;
	padding-bottom: 2px;
	padding-top: 2px;
	font-style : italic;
}

span.nadp {
	width: 100%;
	height: 30px;
	display: block;
	margin: 2px;
	padding : 2px;
	padding-bottom: 0;
	padding-top: 2px;
	padding-left: 8px;
}

div.txt h3 {
	font-size: 110%;
	margin-left: -5px;
	padding-left: 0px;
}

div.obsah div.txt {
	margin : 2px;
	padding : 3px;
	text-align : justify;
	text-indent : 25px;
}

div.obsah div#grey {
	color: grey;
}

div.obsah div.txt a {
	text-decoration: underline;
}

div.obsah div.clanek_nadp a {
	text-decoration: none;
}

.obsah div.podp {
	margin : 5px;
	margin-top: 0px;
	padding : 5px;
	padding-top: 0px;
	text-align : right;
	color : #0e0251;
	font-style: italic;
}

.obsah div.podp#uvod {
	font-size: 95%;
}

.obsah div.mezinadpis {
	margin-top: 10px;
	margin-bottom: 3px;
	text-align : center;
	font-weight: bold;
	width: 100%;
	height: auto;
	clear: both;
	line-height: 2em;
}

.obsah div.akce {
	margin-top: 3px;
	padding: 0;
	text-align : justify;
	height: auto;
	clear: left;
	font-size: 95%;
	width: 100%;
}

.pic {
	margin-top: 10px;	
	margin-bottom: 5px;	
	text-align: center;
	font-size: 80%;
}

div img {
	border : 1px solid gray;
}

div.pic#left {
	float : left;
	margin-right: 7px;
	margin-left: 7px;
}

div.pic#right {
	float : right;
	margin-left: 7px;
	margin-right: 7px;
}

p.mini {
	font-size: 85%;
	margin-top: 25px;
	padding: 5px;
}

div.obsah div.galerie {
	float: left;
	width: 125px;
	height: 130px;
	margin: 10px;
	font-size: 80%;
	color: #0e0251;
}

.obsah div.paticka {
	font-size: 75%;
	margin: 3px;
	margin-top: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	border: 1px solid maroon;
	text-align: center;
}

table.zakl {
	text-indent: 0;
}

#tucne {
	font-weight: bold;
}

table.zakl .nazev {
	font-weight: bold;
}

/* Pravá boční lišta */

.pravy {
	font-size: 85%;
	position: absolute;
	top: 110px;
	right: 10px;
	width: 165px;
	margin-top: 0px;
/*	height: 100%;
	min-height: 100%; */
	padding: 0px 0;
	overflow: hidden;
	overflow-y: visible;
	font-family : "Courier New", Courier, monospace;
	text-align : center;
	z-index: 1;
}

*>.pravy {
    height: auto;
	top: 111px;
}

div.pravy div.nazev {
	font-weight: bolder;
	font-size: 150%;
	margin-top: 5px;
/*	line-height: 28px;
	background-color: #cfeafe; */
}

img#bezokr {
	border: none;
}

div.pravy div.prvni {
	font-size: 130%;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 3px;
	color: Black;
}

div.pravy div.nadpis {
	font-size: 130%;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: Black;
}


div.pravy div.text {
	font-size: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-bottom: 2px;	
}

div.pravy div.text_a {
	font-size: 100%;
	margin-bottom: 8px;
	text-align: justify;
	margin-left: 2px;
	margin-right: 2px;
}

div.pravy div.text a {
/*	background-color: #fcfed3; */
	font-weight: bold;
}

div.pravy span.red {
	color: red;
}

div.pravy span.big {
	font-size: 190%;
	display: block;
	width: 165px;
	clear : none;
	padding : 0;
	cursor: pointer;
	margin: 0 0 -5px 0;
}

div.pravy span.proklad {
	letter-spacing : 3px;
}

div.pravy span.mensi {
	font-size: 150%;
}


