body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3F464F;
  background: #F8F8F8 url(../images/logo_line_long.jpg) 927px 6px no-repeat;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS;
  /*color: #000000;*/
}

h3, h4 {
  text-transform: uppercase;
}

h1 {
  font-family: Trebuchet MS;
  font-weight: normal;
  /* color: #212121;*/
  letter-spacing: -1px;
  font-size: 26px;
}

h2 {
  font-size: 1.4em;
  color: #097054;
}

h3 {
  font-size: 13px;
  color: #000000;
}

h4 {
  font-size: 15px;
  color: #ff9900;
}

h5 {
  font-weight: normal;
  color: #212121;
  font-size: 2.2em;
  text-align: left;
}

p, ol, ul {
  line-height: 20px;
  margin: 7px;
  text-align:justify
}

a {
  color:#2F5A51;
  font-weight:bold;
  text-decoration: none !important;
}

a:link, a:visited, a:active {
  color:#333;
  font-weight:bold;
  text-decoration: none !important;
}

a:hover {
  color: #097054;
  font-weight:bold;
  text-decoration: underline !important;
}

#kontajner {
  /*border: 1px solid #6f90ba;*/
  margin: 0 auto;
  width: 927px;
}

.post {
	background: url(../images/novinky_bg.gif) no-repeat right top;
	margin-top: -7px;
  margin-left:205px;
}

#novinky {
  float:left;
  margin-left:10px;
  margin-top:10px;
  padding: 5px 2px 0px 5px;
  width:180px;
}

#novinky h3 {
  padding: 4px 0px 5px 6px;
	width:180px;
	float:left;
	background: #F8F8F8 url(../images/novinky_panel.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
}

#novinky p {
  text-align:left;
}

#hlavicka {
  height: 80px;
  margin-top: 0px;
  width: 100%;
  background: #F8F8F8 url(../images/logo.jpg) no-repeat;
  background-position: top right;
}

#hlavicka h1, #hlavicka h2 {
  margin: 0;
  padding: 17px 0 0 0;
  line-height: normal;
  color: #2f5a51;
  font-family: "Arial", Helvetica, sans-serif;
}

#hlavicka h1 {
  padding: 11px 0 0 100px;
  font-size: 18px;
  color: #ccc;
}

#hlavicka h2 {
  float: right;
  padding-right: 137px;
  font-size: 13px;
  font-weight: bold;
}

/* menu */
#menu{
  position: relative;
  z-index: 100;
  padding: 0;
  width: 924px;
  border-top: 5px solid #097054;
  voice-family: inherit;
}

#menu ul{
  position: relative;
  z-index: 100;
  margin:0;
  margin-left: 40px;
  padding: 0;
  list-style: none;
}

#menu li{
  position: relative;
  z-index: 100;
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  text-transform:uppercase;
}

#menu a {
  position: relative;
  z-index: 100;
  float: left;
  display: block;
  font: bold 11px Arial;
  color: black;
  text-decoration: none;
  margin: 0 1px 0 0;
  padding: 5px 10px;
  /*background-color: black;*/
}

#menu a:hover {
  background-color: #097054;
  color: white;
  text-decoration: none !important;
}

#menu #current a{
  background-color: #2F5A51;
  color: white;
  border-color: #2F5A51;
}


/* obsah */

#obsah {
  width: 100%;
/*  height: 100%; */
  margin-top: 3px;
}

/* paticka */

#paticka {
  border-top: 5px solid #097054;
  height: 20px;
  margin-top: 0px;
  width: 924px;
}
#paticka p {
	margin: 0;
	text-align: right;
	font-size: smaller;
	color: #666666;
}
#paticka a {
	color: #666666;
	font-weight:normal;
	text-decoration: none !important;
}

#paticka a:hover {
  color: #666666;
	font-weight:normal;
  text-decoration: underline !important;
}
