/* CSS barvičky 
FIALOVY
svetlá  :   #BBB7BC
tmava   :   #58444F

CREVENY
svetla  :   #C2B8AF
tmava   :   #562822

ORANZOVY
svetla  :   #D7C8B3
tmava   :   #60462D

MODRY
svetla  :   #A8BBC9
tmava   :   #1A3153

ZELENY
svetla  :   #BAD1B0
tmava   :   #18461A
*/
body {
	background-color: gray;
  margin: 0;
  font-family: "verdana";
  text-align: left;
  color: #000000;
  font-size: 70%;
}
#hlavni_ram {
  float: right;
  margin-right: 100px;
  _margin-right: 50px;
  margin-bottom: 50px;
  width: 500px;
}


/* ***** STYLY HLAVNI NABIDKY ***** */
#nabidka { 
  float: right;
  margin-top: 200px;
	width: 150px;
}

div#nabidka ul {
	padding: 0; 
	margin: 0; 
  list-style: none;
}
div#nabidka ul a {
  width: 125px;
	display: block;
  text-decoration: none;
	padding: 2px 2px 2px 10px;
	margin-left: 5px;
  color: white;
  border-left: 5px solid #58444F;
}
div#nabidka ul a:hover {
	color: #58444F;
  border-left: 5px solid #BBB7BC;
}
div#nabidka h3 {
  font: bold 120% "tahoma";
	color: #58444F;
	padding: 0 0 0 10px;
	margin: 20px 0 20px 5px;
	border-left: 5px solid #BBB7BC;
}
div#nabidka img {
	margin: 20px 0 20px 20px;
	border: 0;	
}


/* ***** STYLY TELO DOKUMENTU ***** */
#telo { 
  float: left;
  background: url("top_img1.jpg") left top no-repeat;
  background-color: #BBB7BC;
	width: 350px;
	min-height: 600px;
	_height: 600px;
}
#telo a {	color: #58444F;	text-decoration: underline; }
#telo a:hover {	color: white; }
#hlavicka, hr { display: none; }
#text { margin: 220px 20px 20px 20px; }
.nadpis, h3 {
  font: bold 120% "tahoma";
	color: #58444F;
	padding: 0 0 0 10px;
	margin: 20px 0 20px 0;
	border-left: 5px solid #58444F;
}
#spodek {
text-align: center;   
font: 80% "tahoma";
color: #58444F;
padding-bottom: 3px;
}

/* TABULKA */
div#text table {
  font-family: "verdana";
  text-align: left;
  color: #000000;
  font-size: 100%;
}
div#text table td{
padding-bottom: 5px;
}
div#text table td.datum {
  color: #58444F;
  font-weight: bold;
  width: 68px;
  vertical-align: top;
}
table.foto {
width: 310px;
}
table.foto tr:hover {
color: white;
}
table.foto td.kb {
font-size: 80%;
font-style: italic;
color: #58444F;
width: 40px;
text-align: right;
}
table.foto td.stahnout {
text-align: right;
font-weight: bold;
width: 30px;
}
table.foto td.popis { width: 230px; }
textarea, input, .input {
color: #58444F;
font-family: "verdana";
font-size: 100%;
}
input:hover { color: black; }
table#kniha { width: 310px; }
.k { width: 100%; }
.k_jmeno {
font-size: 120%;
font-weight: bold;
color: #58444F;
width: 50%;
padding-top: 25px;
}
.k_datum {
width: 40%;
font-size: 80%;
font-style: italic;
color: #58444F;
text-align: right;
padding-top: 25px;
}
.k_vzkaz { padding-left: 15px; }
#owebu { border-spacing: 0; }
.center { text-align: center; }
img { border: 0; }
#toplist { float: right; }
