html, body					{ margin: 0 0 0 0; padding: 0; font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif ; background:  #000; color: #ccc;
								  	 }
body							{ font-size: 75%; }
body							{ margin-top: 40px; }

/*---------- obecne --------------*/

/*
h1,h2,h3,h4,h5,h6			{ color: #00AEEF;  }
p								{ color: #ccc; }

h1								{ font-size: 1.7em; padding: 4px 15px 4px 0;  margin-top: 0px; margin-bottom: .7em;  
								  background: url(img/pozadi_nadpis.gif) repeat-x 0 100% ; font-weight: normal;  }
h2								{ font-size: 1.5em; }
h3								{ font-size: 1.4em; }
h4								{ font-size: 1.2em; }
h5								{ font-size: 1.1em; }

ul								{ list-style-image: url(img/odrazka.gif); }

li								{ }

a, a:link 					{ color: #00AEEF; }
a:hover						{ text-decoration: underline; }

img 							{ border: 0; }
p 								{ text-align: justify; }
.floatright					{ float: right;  }
*/

/*---------- obecne konec --------------*/

/*---------- layout --------------*/
#obsah 						{ margin: 0 auto;  background: #231f20; width: 840px; text-align: left; }

#hlavicka					{ height: 281px; /* background: url(img/pozadi_hlavicka.jpg) no-repeat;  */  position: relative; width: 100%;   }

#hlavicka h1#logo			{ position: absolute; left: 20px; top: 20px; padding: 0; margin: 0; }
#hlavicka h1#logo a		{ display: block; width: 216px; height: 79px;    }
#hlavicka h1#logo span	{ display: none;  }

#horni_menu						{  width: 100%; background: #fff;  }
#horni_menu ul					{ padding: 0; margin: 0 0 0 2em; list-style: none;  }
#horni_menu ul li				{ float: left; padding: 4px 0px 4px 5px;   }
#horni_menu ul li	a			{ float: left; display: block; color:  #000; text-decoration: none;  font-weight: bold;   }
#horni_menu ul li.l a		{ color: #000;  }
#horni_menu ul li	a:hover	{ color: #00AEEF; }
#horni_menu ul li .f			{ display: none; }


