/* Hlavní menu */
ul#menu {
	margin: 10px;
	width: 180px;
	padding: 10px 10px;
	background: #D5E1F4;
	list-style-type: none;
	color: blue;
}
#menu li {
  font-size: 10px;
	border: 1px solid white;
	margin: 0;
}
#menu a, #menu a:link, #menu a:visited {
  padding: 3px 5px;
	color: blue;
	background: #D5E1F4;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#menu a:hover {
	background: #008000;
	color: white;
}

/* Informace */
#informace {
	background: url(design/bg-220.jpg) repeat-y;
  height: 230px;
  margin: 10px;
}
p.nov {
	text-align: center;
	font-weight: bold;
  color: #0000CD;
  width: 190px;
}

/* Služby firmy */
#sluzby {
	background: url(design/bg-220.jpg) repeat-y;
	height: 185px;
	margin: 10px;
}
p.nabsluz {
  font-size: 11px;
  text-align: left;
	padding: 5px;
  color: black;
  font-weight: bold;
  font-variant: small-caps;
}
#sluzby ul {
	list-style: disc;
	font-size: 10px;
	color: green;
}
p.odkaz {
	font: 10px;
  text-align: center;
	padding: 5px;
}

/* Ostatní služby */
#ostatni-sluzby {
	margin: 10px 10px 30px 10px;
	background: url(design/bg-220.jpg) repeat-y;
	height: 110px;
}
#ostatni-sluzby p {
	font-size: 10px;
	text-align: left;
  color: green;
  padding: 5px;
}
#ostatni-sluzby p:first-line {
  font-size: 11px;
  color: black;
  font-weight: bold;
  font-variant: small-caps;
}

/* Pravý panel */
#aktuality {
	height: 280px;
	background: url(design/bg-140.jpg) repeat-y;
  margin-top: 10px
}
#aktuality p {
  font-size: 10px;
  text-align: left;
  padding: 5px;
  color: green;
}
#odkazy {
  height: 480px;
	background: url(design/bg-140.jpg) repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
}
#odkazy p {
  font-size: 10px;
  text-align: left;
  padding: 5px;
  color: green;
}
#toplist {
	height: 105px;
	background: url(design/bg-140.jpg) repeat-y;
	margin-bottom: 30px;
}

