body {
  background: #F6F6F6 url(images/pozadi.gif) repeat-x;
	padding: 0;
	margin: 0;
  text-align: center;
  font: 0.8em arial, helvetica;
}

a {
	color: #FA9B00;
	text-decoration: underline;
}

#kostra {
	width: 690px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#hlavicka {
	width: 690px;
	height: 125px;
	text-align: left;
  background: white url(images/pozadi-hlavicka.gif) no-repeat;
}
#menu {
	width: 690px;
  height: 22px;
  position: relative;
  left: 25px;
  top: 78px;
}
#menu a {
	width: auto;
	height: 22px;
  display: block;
  float: left;
  padding: 0 7px 0 6px;
  text-decoration: none;
  color: black;
  background: url(images/pozadi-menu.gif) repeat-x bottom;
}
#menu a:hover {
  text-decoration: none;
  background: url(images/pozadi-menu2.gif) repeat-x bottom;
}
#menu div {
	float: left;
	width: 1px;
	height: 22px;
	font-size: 1px;
  background-image: url(images/menu-oddelovac.gif);
}
#menu a.zvolena {
	background: url(images/pozadi-menu2.gif) repeat-x bottom;
  font-weight: bold;
}

#vysvetleni {
  padding: 10px;
	text-align: left;
  background: none;
  background-color: white;
}

#obsah {
	width: 640px;
	min-height: 270px;
	_height: 270px;
	text-align: left;
	background: white url(images/pozadi-obsah.gif) no-repeat left bottom;
	padding: 15px;
	margin: 0 10px 0 10px;
}
#obsah label {
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
}

#obsah img {
	border: none;
}
li.word {
  list-style-image: url(images/li-word.gif);
}
li.excel {
  list-style-image: url(images/li-excel.gif);
}

h1 {
	margin-top: 0;
	font-size: 1.8em;
	color: #034EA2;
}

h2 {
	border-left: 2px dotted #034EA2;
	padding-left: 7px;
	margin: 20px 0 0px 0;
	font-size: 1.3em;
	color: #FA9B00;
}

#paticka {
  text-align: left;
	margin: 10px 25px 10px 25px;
	font-size: 0.85em;
}
#paticka div {
	float: right;
}
#paticka a {
	color: #034EA2;
}
#obsah input.submit {
  background-color: #F6F6F6;
	border: 2px dotted #034EA2;
	color: #034EA2;
	font-weight: bold;
}
.prispevek {
	background-color: #FAFAFA;
  border: 1px solid #E8E8E8;
  margin-top: 10px;
	padding: 5px;
}
.popis {
	float: right;
  font-size: 0.9em;
	width: 230px;
	margin-top: 5px;
	_margin-top: 20px;
}
.firma {
  border-bottom: 1px dashed #E8E8E8;
}

.float {
	width: 320px;
	float: left;
}
.clear {
	clear: both;
}

.chyba {
	color: red;
	font-weight: bold;
}

