body {
	background-color: #FFFAE4;
	text-align: center;
	margin: 20px 0px 0px 0px; 
	padding: 0px;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}

#stranka{
	position:relative;
	width:911px;
	margin:0 auto 0 auto;
	background-image: url('./obrazky/pozadi.gif');
	background-repeat: repeat-y;	
	}
	
#stranka-zapati {
	position:relative;
	display: block;
	width:911px;
	height: 22px;
	margin:0 auto 0 auto;
	padding: 7px 0px 0px 0px;
	/*border: 1px solid  #843c10;
	height: 100%;*/
	background-color: #ced1b2;
	background-image: url('./obrazky/zapati.gif');
	border-top: 5px solid #663333;
	border-bottom: 3px solid #663333;
	
	}

#hlavicka {
	height: 125px;
	width: 911px;
	background-color: #4d5a11;
	background: url('./obrazky/hlavicka.gif');
	border-top: 3px solid #663333;
	border-bottom: 5px solid #663333;
	}

#logo {
	width: 255px;
	height: 125px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	border: 0px;
	}
	
.aktualni{
	color: #de6100;
	text-decoration: none;
	}
	
	
#menu {
	width: 170px;
	float: left;
	display: block;
	background-color: #EBD8AF;
	}
	
#menu-obsah{
	margin:0px;
	padding: 0px;
	/*padding: 0.5em 1em;*/
    }
	
#menu-obsah ul{
	text-align: left;
	 background-color: #F2E5B1;
	margin:30px 0px 0px 0px; padding:0px;
	border-top: 1px solid  #A9680F;
	border-bottom: 1px solid  #A9680F;
	
	/* border-right: 1px solid  #792D2D;*/
	}
	
#menu-obsah li {
	margin: 0px;
	padding: 6px 6px 6px 12px;
	list-style: none;
	border-bottom: 1px solid  #FFD100;
		}

li.rubrika-uvodni {
	font-weight: bold;
	}
	
#menu-obsah li a, #menu-obsah li a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #A9680F;
	display: block;
	}
	
#menu-obsah li a:hover {
	color: #efaa22;
	}

#menu-obsah li.podrubrika {
	margin: 0px;
	padding: 6px 6px 6px 30px;
	list-style: none;
	font-size: 0.9em;
	
	}
	
#menu-obsah li.podrubrika a, #menu-obsah li.podrubrika a:visited, #login a, #login a:visited {
	/* font-weight: bold; */
	text-decoration: none;
	color: #843C10;
	
	}
	
#menu-obsah li.podrubrika a:hover, #login a:hover {
	color: #efaa22;
	}

#odkazy {
	width: 170px;
	display: block;
	line-height: 200%;
	padding-bottom: 40px;
	}
	
#odkazy h2 {
	font-size: 1em;
        text-align: center;
	color: #efaa22;
	}

#odkazy ul{
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
#odkazy li {
	list-style: none;
	display: block;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
        color: #754541;
	}

#odkazy li a, #odkazy li a:visited {
	color: #f5dd92;
	text-decoration: none;
	}

#odkazy li a:hover{
	color: #efaa22;
	}
	
	
#aktuality {
	width: 100%;
	display: block;
	/*background-color: #EBD8AF;*/
	margin:1px 0px 0px 0px; 
	padding:0px;
	border-top: 1px solid #A9680F;
	/*border-bottom: 1px solid #A9680F;
	border-left: 1px solid #A9680F;*/
	}

#aktuality h2 {
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	color: #A9680F;
	}
	
#aktuality p {
	text-indent: 0px;
	padding-top: 10px;
	text-align: left;
	font-size: 8pt;
	line-height: 125%;
	color: #A9680F;
	}

#aktuality ul{
	text-align: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	}
	
#aktuality li {
	font-size: 8pt;
	line-height: 125%;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid  #FFD100;
	}
	
#aktuality li a, #aktuality li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #A9680F;
	display: block;
	}
	
#aktuality li a:hover {
	color: #EFAA22;
	}
	
#obsah-ram {
	margin:0 0 0 170px; 
	padding:0;
	min-height: 380px;
	display: block;
	/* border-left: 1px solid #843c10; */
	}

#obsah {
	padding: 5px 15px 15px 15px;
	line-height: 150%;
	display: block;
	text-align: justify;
	}		

#obsah ul, #obsah ul {
	line-height: 140%;
	text-align: justify;
	}
	
#obsah li {
	list-style-type: square;
	}

#obsah a {
	color: #843c10;
	text-decoration: none;
	}

#obsah a:hover{
	color: #843c10;
	text-decoration: none; /*color: #CC9966;*/
	}

#uvodni {
	/* width: 570px;	*/
	}
	
hr.cleaner {
    /*clear: both;
    height:0px;
    margin: 0px; padding:0px;
    border: none;
    visibility: hidden;
	*/
	clear:both;
    height:0px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
	}
	  
p { 	
	text-align: justify;
	margin: 3px 0px 3px 0px;
	}
p.modre { 	
	color: blue;
	}
	
p.cervene { 	
	color: red;
	
	} 

p.vlozeno {
	margin: 0px 0px 0px 0px;
	color: #843c10;
	}

.norm {
	text-indent: 0em;
	}
	
h1 {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 15pt;
	color: #843c10;
	}
	
h2 {
	color: #843c10;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 3px 0px;
	
	}

h3 {
	color: #843c10;
	font-size: 11pt;
	text-align: left;
	margin: 10px 0px 0px 0px;
	}

#copyright {
	display: inline;
	
	width: 741px;
	text-align: center;
	padding: 0px;
	color: #843c10;
	font-weight: bold;
	}

#login {
	display: inline;
	width: 170px;
	text-align: left;
	margin-left: 12px;
	position: relative;
	float: left;
	}
	
.kapitalky { text-transform: uppercase; }

.vpravo { text-align: right; }

.vlevo { text-align: left; }

.vlevo-objekt { float: left; }

.stred { text-align: center; }

.nahoru {vertical-align: top;}

.tucne {font-weight: bold;}

.zvyrazneni { color: #843c10; }

.zvyrazneni-mensi { font-size: small; color: #843c10; }

.kurziva { font-style: italic;}

strong { color: #843c10; } 

em { color: #843c10; } 

div.priloha {
	border-left: 1px solid  #843c10;
	margin-top: 10px;
	padding-left: 5px;
	
	}
	
span.priloha a{
	text-decoration: underline;
	color: #843c10;
	}
	
span.priloha a:hover{
	text-decoration: none;
	}

.priloha-obr{
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
	}
	
.fotogalerie-nahled{
	 /*CC9966; */
	
	float: left;
	position: relative;

	width: 140px;

	height: 140px;

	margin: 1em;

	text-align: center;
	}
	
.foto{	
	border: 1px solid #843c10;
}

#uvodni-ram {
	width: 737px;
	height: 250px;
	position: relative;
	top: 10px;
	right: 0px;
	float: right;
	background-color: #F2E5B1;
	border-top: 0px solid #989898;
	border-bottom: 0px solid #989898;
	margin-top: 20px;
        margin-bottom: 10px;
	}
	
.pocitadlo {
	width: 0px;
	height: 0px;
	border: 0px;
	}
	

#obsah table{
	border: 1px solid #843c10;
	border-collapse: collapse;
	line-height: 150%;
	margin: 0 auto 0 auto;
	margin-bottom: 15px;
	}

#obsah table caption {
	color: #843c10;
	font-size: 13pt;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
	margin: 0 auto 0 auto;
	}
	
#obsah table thead {
	background-color: #FFFFCB;
	text-transform: uppercase;
	}
	
#obsah table th {
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	white-space: nowrap;
	}
	
#obsah table td {
	border: 1px solid #843c10;
	padding: 5px 10px;
	white-space: nowrap;
	vertical-align: top;
	}
	

table.ke-stazeni {
	border: 1px solid #007CA4;
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	line-height: 150%;
	background-color: #E9E9E9;
	}
	
table.ke-stazeni thead tr {
	border-bottom:1px solid #FFD100;
	text-transform: uppercase;
	}
	
table.ke-stazeni th {
	color: #DE6100;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	white-space: nowrap;
	}
	
table.ke-stazeni tr.titulek {
	border-top: 2px solid #FFD100;
	border-bottom: 1px solid #A9A9A9;
	background-color: #F9F9F9;
	}
	
table.ke-stazeni td {
	border: 0px solid #FFD100;
	padding: 5px 10px;
	}

table.ke-stazeni td.datum,table.ke-stazeni th.datum {
	text-align: center;
	color: #4D5A11;
	}
	
table.ke-stazeni td.hrana {
	border-top: 1px solid #FFD100;
	}

div.razeni {
	padding-left: 5px;
	display: inline;
	height: 19px;
	width: 40px;
	}

div.razeni img {
	border: 0px;
	}