/* CSS Document */
body {
	font-family: "Arial CE", "Helvetica CE", helvetica, sans-serif;
	text-align: center;
	color: #bd9772;
	font-size: 14pt;
	padding: 0px;
/*vnitřní okraj*/
	margin: 7px;
/*vnější okraj*/
	background: #000000;
}
#stranka {
	width: 1002px;
	margin: auto;
	text-align: left;
	padding: 6px;
	border: 6px solid #bf640c;
	background: #841717;
}
#hlavicka {
	width: 1000px;
	height: 125px;
	background: url('head.jpg');
	border: 1px solid #bf640c;
}
#hlavni_obsah {
	float: left;
	width: 980px;
	text-align: justify;
	font-size: 14pt;
	background: #291e16;
	border: 1px solid #bf640c;
	padding: 10px;
	margin-bottom: 6px;
}
#background {
	background: url('background.gif');
	margin-top: 40px;
}
#background-bottom {
	clear: both;
	background: url('background-bottom.gif');
	margin-bottom: 6px;
	height: 2px;
	width: 1002px;
}
.nadpis {
	text-align: center;
	color: #e9d791;
	background: #291e16;
	font-weight: bold;
/*tučné*/
	font-size: 25pt;
/*velikost písma*/
}
.mnadpis {
	text-align: center;
	color: #d32b2b;
	background: #291e16;
	font-weight: bold;
/*tučné*/
	font-size: 20pt;
/*velikost písma*/
}
.lnadpis {
	text-align: left;
	color: #e9d791;
	background: #291e16;
	font-weight: bold;
	font-size: 25pt;
}
.mlnadpis {
	text-align: left;
	color: #d32b2b;
	background: #291e16;
	font-weight: bold;
/*tučné*/
	font-size: 20pt;
/*velikost písma*/
}
.zviraznit {
	color: #bf640c;
	font-weight: bold;
	font-size: 14pt;
	background: #291e16;
}
.prava {
	text-align: right;
	color: #bf640c;
	font-weight: bold;
	font-size: 14pt;
	background: #291e16;
}
.leva {
	text-align: left;
	color: #bf640c;
	font-weight: bold;
	font-size: 14pt;
	background: #291e16;
}
.stred {
	text-align: center;
	color: #bf640c;
	font-weight: bold;
	font-size: 18pt;
	background: #291e16;
}
/*odkazy*/
a {
	text-decoration: none;
/*podtržení textu, přeškrtnutí, ...*/
	color: #fc4040;
	background: #291e16;
	font-weight: bold;
}
a:hover {
	color: #841717;
	text-decoration: underline;
	background: #291e16;
	font-weight: bold;
}
/*Novinky*/

.novinky {
  width: 980px;
	float: left;
	margin-bottom: 6px;
	margin-top: 6px;
  height: 25px;
	color: #ff00cc;
	background: #291e16;
	border: 1px solid #bf640c;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
/*lista*/
.lista {
	width: 980px;
	float: left;
	height: 16px;
	color: #bd9772;
	background: #291e16;
	border-right: 1px solid #bf640c;
	border-bottom: 1px solid #bf640c;
	border-left: 1px solid #bf640c;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.lista a {
	background: #291e16;
	color: #bd9772;
	text-decoration: none;
}
.lista a:hover {
	background: #291e16;
	color: #bf640c;
	text-decoration: underline;
}
.biglista {
	clear: both;
	width: 980px;
	height: 25px;
	color: #bf640c;
	background: #291e16;
	border: 1px solid #bf640c;
	font-weight: none;
	font-size: 14pt;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
/*menu*/
#leve_menu {
	float: left;
	width: 200px;
	border: 1px solid #bf640c;
	padding-bottom: 10px;
	border-bottom: none;
}
#leve_menu a {
	display: block;
	width: 200px;
	height: 25px;
	color: #bd9772;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
	background: #291e16 url("neaktivni.jpg");
}
#leve_menu a:hover {
	color: #bf640c;
	text-decoration: none;
	background: #291e16 url("aktivni.jpg");
}
.sekce_leva {
	font-size: 14pt;
	font-weight: bold;
	width: 200px;
	height: 32px;
	color: #bf640c;
}
.pozice {
	position: relative;
	left: 20px;
	top: 2px;
}
.pozice_leva {
	position: relative;
	left: 10px;
	top: 10px;
}
/*ruzne*/
img {
	margin: 1px;
	border: 1px solid #bf640c;
}
img.ram_none {
	margin: 1px;
	border: 0px;
}
.odsazeni {
  color: #e9d791;
	position: relative;
	left: 0px;
}
.odsazeni20 {
  color: #e9d791;
	position: relative;
	left: 20px;
}
.skryt {
	display: none;
}
.nastred {
	text-align: center;
}
