html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	color: #3b5f61;
}

.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

body {
	background: #e2e2e2;
	text-align: center; /* centerování webu pro IE */
}

.separator { /* slouží k oddělení jednotlivých částí stránek - pouze pro zobrazení bez CSS */
	display: none;
	visibility: hidden;
}

#center {
  width: 798px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

#ohraniceni {
  width: 798px;		

  background: white;
  float: left;
}

#main { 
  width: 766px;		
  margin: 0px 14px 0px 18px;
  background: white;
  float: left;
  padding: 0px;
  display: inline;
}

#header {
	background: url(../images/header_background.gif) #365254 no-repeat;
	width: 766px;
	height: 89px;
	position: relative;
	text-align: left;
	float: left;
}

#logo-text {
	margin:0px; padding:0;
	position:relative;
	left:0px; top:7px;
	width:269px; height:82px;
	overflow:hidden;
	text-align: center;
}
		
#logo-text span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:269px; height:82px;
  margin:0; padding:0;
  background:url(../images/logo.gif) top left no-repeat;
  cursor: pointer;
}

form#login {
  position: absolute;
  top: 20px;
  left: 520px;
}

#menu_top {
  width: 500px;
  height: 28px;
  float: left;
  text-align: center;
  line-height: 200%;
}

#content {
	width: 500px;
	text-align: left;
	float: left;
}

#left {
  width: 255px;
  margin: -28px 5px 0px 6px;
  float: left;
}

#content_big {
	width: 766px;
  float: left;
}

#footer {
  width: 766px;  
  height: 34px;
  float: left;
 
  line-height: 190%;
  color: #478084;
  font-size: 0.85em;
  font-weight: bold;
  text-align: left;
}


.hidden {
  display: none;
}

/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #FFE38C;
	margin: 0px;
}

h2 {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #478084;
	text-align: left;
	
	clear: left;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: white;
  margin: 5px 0px;
}

#clanky h3 a {
  font-weight: bold;
  color: #5caab0;
}

h1#logo-text a {
  font-size: 1.5em;
  font-weight: normal;  
  font-style: italic;
  color: #FFFFFF;
  display: block;
  margin-top: 30px;
}

#login h3 {
  color: white;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding: 0px 0px 0px 24px;
  margin: 0px 0px 3px 0px;
  background: url(../images/key.gif) center left no-repeat;
}

form#login #user, form#login #pass {
  width: 82px;
  height: 16px;
  *height: 20px;
  
  border: 1px solid black; 
  padding-left: 5px; 

  -moz-border-radius-topleft: 5px; 
  -moz-border-radius-topright: 7px; 
  -moz-border-radius-bottomright: 7px; 
  -moz-border-radius-bottomleft: 5px; 
  
}
form#login #ok {
  width: 45px;
  border: 0px;
}

form#login a {
  color: white;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  margin-left: 0px;
}

form#login table td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  text-align: center;
}

p {
	text-indent: 1em;
	text-align: justify;
	line-height: 150%;
	margin: 0px;
}

p.no_padd {
  text-indent: 0em;
}

a {
	color: #3b5f61;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	font-size: 1em;
}

td, th {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

#footer a {
	font-weight: bold;
	color: #ffd800;
}

.tisk {
	display: none;
}

span.oddel {
  color: #ffd800;
  font-weight: bold;
  padding: 0px 8px;
}

#search #input_query {
  width: 265px;
  height: 16px;
  *height: 20px;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  
  border: 1px solid black; 
  padding-left: 5px; 

  -moz-border-radius-topleft: 5px; 
  -moz-border-radius-topright: 7px; 
  -moz-border-radius-bottomright: 7px; 
  -moz-border-radius-bottomleft: 5px; 
  
}

#search #button {
  width: 101px;
  height: 21px;
  padding: 0px;
  margin: 0px;
  display: block;
  position: absolute;
  top: 6px;
  left: 290px;
  border: 0px;
}

#search #advanced_search_anchor {
  width: 60px;
  display: block;
  position: absolute;
  top: 3px;
  left: 420px;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 0.8em;
}

/* =========================  CONTENT  ============================ */

#search {
  width: 500px;
  height: 32px;
  background: url(../images/search_back.gif) #4c7072 no-repeat;
  position: relative;
  float: left;
}

#menu_top2 {
  width: 500px;
  height: 28px;
  text-align: center;
  line-height: 200%;
  float: left;
  margin-bottom: -6px;
}

#katalog, #clanky {
  margin: 10px 0px;
  background: url(../images/box_content_bottom.gif) bottom #ffffff no-repeat;
  float: left;
  width: 500px;
}

ul#katalog_left, ul#katalog_right {
  margin: -11px 0px;
  padding: 0px;
  float: left;
  width: 225px;
  list-style: none;
}

ul#katalog_left {
  margin-right: 28px;
}

ul#katalog_left li, ul#katalog_right li {
  margin: 20px 0px 20px 0px;
}

ul#katalog_left a, ul#katalog_right a {
  font-size: 1em;
  font-weight: normal;
}

ul#katalog_left a.odkaz_katalog_main, ul#katalog_right a.odkaz_katalog_main {
  font-size: 1.1em;
  font-weight: bold;
  color: #5caab0;
}



.clanek_nahled {
  margin: 20px 0px;
}

.box_content {
  width: 478px;
  *width: 500px;
  padding: 11px;
  background: url(../images/box_content_top.gif) top no-repeat;
  float: left;
}

/* #####################  CONTENT KONEC ########################### */





/* =========================  REKLAMA  ============================ */

div.right_box {
  width: 255px;
  margin: 10px 0px;
  text-align: left;
  
  background-color: #478084;
}

div.right_box ul {
  margin: 0px;
}

ul#top_inzerce, ul#textova_reklama {
  width: 252px;
  padding: 0px;
  background-color: #5caab0;
  list-style: none;
  text-align: left;
}

ul#top_inzerce li, ul#textova_reklama li {
  padding: 5px 15px 8px 15px;
}

ul#top_inzerce li.even, ul#textova_reklama li.even {
  background-color: #53999e;
}

ul#textova_reklama {
  list-style: square inside;
  color: #ffd800;
}

a.reklama_small_box {
  width: 255px;
  display: box;
}

a.reklama_big_box {
  width: 500px;
  height: 92px;
  display: box;
}

a.reklama_small_box img, a.reklama_big_box img {
  border: 0px;
  vertical-align: middle;
}

.right_box h3 {
  color: white;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  padding: 4px 16px;
  margin: 0px 14px 0px 0px;
  background: url(../images/h3_tecka.gif) center right no-repeat;
}

#left a {
  color: white;
  font-weight: normal;
}

/* #####################  REKLAMA KONEC ########################### */

