/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  background: black; /* fff */
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
} 

/* struktura layoutu */ 
#obal {
  min-width: 500px; /* 500 */
  max-width: 1400px; /* 1400 */
  background: url(obr/pozadi2.gif) repeat-y 30% 0;
  margin-left: auto;
  margin-right: auto;
} 

#obsah {
  float: right;
  width: 70%;
  font-size: 95%;
  line-height: 1.5em; 
  color: #333; /* 333 */
  background: gainsboro; /*lightgrey;*/
    
}
#panel {
  float: left;
  width: 30%;

}
#paticka {
  clear: both;
  background: #828377 url(obr/pozadi-paticka.gif) repeat-x top left; 
}
#paticka p {
  margin: 0;
  padding: 15px;
  font-size: 85%;
  color: #333;
  text-align: left;
}

/* mezera mezi sloupci textu */

#obsah .mezera {
	padding: 25px;
	/*background: url(obr/pozadi-obsah.gif) repeat-x top right;*/
	}
#panel .mezera /*, #sidebar-2 .gutter*/ {
	padding: 15px;
	}

/* hlavicka */

#hlavicka {
  border-bottom: 3px solid #87B825;
  background: #B4E637 url(obr/pozadi-hlavicka.gif) repeat-x top left;
}
#hlavicka h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	text-align: center;
	background: url(obr/panorama.png) no-repeat right top;
	}
	
/* řádek s propagačním textem */

#propagace {
  margin: 0;
  padding: 10px;
  font-size: 90%;
  text-align: center;
  color: #cc9;
  background: #404530 url(obr/pozadi-propagace.gif) repeat-x left top;
} 
#propagace strong {
  padding: 0 0 0 28px;
  background: url(obr/note.png) no-repeat 0 50%;
}
	
/* obsah */

#obsah h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Georgia, serif;
  font-size: 150%;
  font-weight: normal;
  color: #663;
}

dl.struktura {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	} 
dl.struktura:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
} 
dl.struktura dt {
  margin: 0 0 .5em 0;
  font-family: Georgia, serif;
  font-size: 140%;
  color: #693;
} 
dl.struktura dt img {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 4px 4px 0;
  background: url(obr/ramecek-fotky.gif) no-repeat bottom left;
}
dl.struktura dd {
	margin-left: 169px; /* 169 */
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* postranní panely */

.blok { 
  margin: 0 0 20px 0;
  padding: 0 0 12px 0;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #fff url(obr/blok-spodni.gif) no-repeat bottom right; 
}
.blok h3 {
  margin: 0;
  padding: 12px;
  font-family: Georgia, serif;
  font-size: 140%;
  font-weight: normal;
  color: #693;
  background: url(obr/blok-horni.gif) no-repeat top left;
} 
.blok p, .blok ul {
  margin: 0;
  padding: 0 12px;
}
.blok ul li {
  margin: 0 0 0 12px;
  padding: 0 0 0 18px;
  list-style: none;
  background: url(led/led_circle_green.png) no-repeat 0 3px;
}

/* oprava pro IE */

#content, /*#sidebar*/ {
  height: 1%;
}

.struktura { 
	display: inline-table; 
	} 
/* skrytí před IE5/Mac \*/ 
* html dl.struktura {  
  height: 1%; 
}
dl.struktura { 
  display: block; 
} 
#paticka {
  height: 1%;
}
/* konec pravidel skrytých před IE5/Mac */

