* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
body {
  margin: 5px auto auto 5px;
  width: 768px;
}
img {
  border: 0px solid;
}
hr {
  margin: 5px 0px 5px 0px;
}

.break {
  clear:both;
  overflow:hidden;
  height:0px;
  font:1px/1px serif;
}

#top {
  clear: both;
  height: 100px;
  padding: 8px 0px 8px 0px;
}
#info {
  background: #36c;
  border: 1px solid #000;
  clear: both;
  color: #fff;
  font: 10px/15px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
}
#menu {
	background: #fff;
	color: #000;
  float: left;
  width: 170px;
	/*background: #36a;
	color: #fff;*/
}
#content {
  float: right;
  margin-top: 10px;
  padding-bottom:50px;
  width: 575px;
}

/**********/
/** MENU **/
/**********/
#menu #links {
  background: #36c url('img/menu_bg.gif');
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#menu #links a {
  border-bottom: 1px dotted;
  color: #fff;
  display: block;
  font: bold 10px Verdana,'Geneva CE',lucida,sans-serif;
  padding: 5px 0px 5px 5px;
  position: relative;
}
#menu #links a:hover {
  background: #fff;
  color: #36c;
}
#menu #links .highlighted {
	background: #fff;
	color: #36a;
}
#menu #links #dilysubmenu {
  background: #36c;
  border-bottom: 1px solid #fff;
  display: none;
  position: absolute;
  width: 160px;
}
#menu #links #dilysubmenu a {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 0px solid;
}
#menu #dilysubmenu a:hover {
  background: #69c;
  color: #fff;
}
#menu #menuinfo {
  background: #fff url('img/menuinfo_bg.gif');
  border-bottom: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
	font: 10px Tahoma;
	padding: 3px;
	width: 100%;
}
#menu #menuinfo h1 {
	font: bold 12px/13px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
	margin: 3px 0px 5px 0px;
}
#menu #menuinfo p {
	font: 11px/15px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
	margin: 1px 0px 1px 0px;
}
#menu #menuinfo img {
	float: left;
	margin: 0px 5px 0px 0px;
}

/*************/
/** CONTENT **/
/*************/
#content h1 {
  color: #039;
  font: bold 12pt/16pt 'Trebuchet MS','Geneva CE',lucida,sans-serif;
  margin-bottom:6px;
}
#content h2 {
  color: #36c;
  font: bold 10pt/14pt 'Trebuchet MS','Geneva CE',lucida,sans-serif;
  margin: 8px 0px 0px 0px;
  margin-bottom:6px;
}
#content h3 {
  color: #039;
  font: bold 9pt/13pt 'Trebuchet MS','Geneva CE',lucida,sans-serif;
  margin-bottom:6px;
}
#content a {
  color: #039;
  text-decoration: underline;
}
#content p {
	color: #000;
  font: 12px/15px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
	margin: 5px 0px 10px 0px;
	text-align: justify;
}
#content table {
	color: #000;
  font: 12px/15px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
	margin: 0px 0px 15px 0px;
}
#content table td {
	width: 250px;
}
#content ul {
	list-style: url('img/img_list_item.gif') inside circle;
	margin: 2px 0px 2px 10px;
}
#content li {
	color: #000;
	font: 12px/18px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
	border: 0px solid;
}
#content .title {
  border: 1px solid #ECE9D8;
  clear: both;
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  text-decoration: none;
}
#content .title:hover {
  border: 1px solid #36a;
  cursor: hand;
}
#content .title h1 {
  float: left;
  width: 455px;
}
#content .title .text {
  float: left;
	font: 12px/18px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
  width: 455px;
}
#content .title .img {
  display: none;
  float: right;
	font: 12px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
  text-align: right;
  width: 100px;
}
#content .title .img img {
  float: right;
  clear: both;
}
#content .kontakt li {
  font: 12px/22px 'Trebuchet MS','Geneva CE',lucida,sans-serif;
}
#content .kontakt ul {
	margin: 0px 0px 8px 30px;
}
#content .mobil {
	list-style: none outside url('img/mobil.gif');
}
#content .pevna {
	list-style: none outside url('img/pevna.gif');
}
#content .fax {
	list-style: none outside url('img/fax.gif');
}
#content .email {
	list-style: none outside url('img/email.gif');
}

