html, body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

body {
  text-align: center;
  font-family: Arial CE, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

TABLE,TR,TD {
  font-weight: normal;
}

H1,H2,H3 {
	color: #555;
}

H1 {
  font-size: 18px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
}

img {
	border: 0px;
}

input.maly {
	height:15px;
	font-size:10px;
}

#stranka{
  margin: auto;
  width: 1000px;
/*  height: 100%;
  min-height:100%;*/
  text-align: left;
  background-color: #efeff1;
/*  border-right: solid #6C3F15 3px; */
}

#h_okraj {
  background: url(images/h_okraj.gif) no-repeat;
  background-position: bottom;
  background-color: #fff;
  width: 1000px;
  height: 23px;
  vertical-align: botom;
  color: #378;
  font-size: 90%;
  position: relative;
  text-align: left;
/*  overflow: hidden;*/
}

#h_okraj SPAN {
  position: absolute;
  left: 10px;
  top: 3px;
  margin-left: 25px;
}

#url {
  position: absolute;
  left: 870px;
  top: 3px;
}

#d_okraj {
  background: url(images/dolni_okraj.gif) no-repeat;
  width: 1000px;
  height: 22px;
  vertical-align: botom;
  color: #378;
  font-size: 90%;
  position: relative;
  overflow: hidden;
}
#d_okraj SPAN {
  font-size: 90%;
  position: relative;
  left: 399px;
  top: 5px;
  text-align: right;
}
#d_okraj SPAN A {
	text-decoration: none;
}
#ensis{
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
  position: relative;
  left: 20px;
  top: 5px;
}
#ensis:hover{
	text-decoration: underline;
}

#l_okraj {
  background: url(images/l_okraj.gif) repeat-y;
  width: 14px;
}

#p_okraj {
  background: url(images/p_okraj.gif) repeat-y;
  width: 16px;
}

#banner {
  padding: 0px;
  background: url(images/vrsek.jpg) no-repeat;
  width: 970px;
  height: 170px;
  text-align: right;
  vertical-align: bottom;
  position: relative;
}

#stred{
  vertical-align: top;
  width: 570px;
  padding-top: 0px;
  position: relative;
}

#stred IMG {
  margin: 5px;
}
/* LEVE MENU */
#levy{
  vertical-align: top;
  /*background: url(images/l_podmenu.gif) repeat-y;*/
  width: 210px;
}

#l_podmenu{
  border-right: 1px dotted #378;
  _border-right: 1px solid #acd;
  _height: 390px;
  min-height: 390px;
}
#l_podmenu UL {
	margin-left: 10px;
	padding: 0px;
	/*list-style-image: url('images/odrazka_velka.gif');*/
	list-style-type: none;
}
#l_podmenu UL UL{
	margin-left: 18px;
	list-style-image: url('images/odrazka_mala.gif');
}
#l_podmenu LI {
  font-size: 15px;
  padding-bottom: 3px;
  margin-bottom: 5px;
	border-bottom: 1px solid #dde;
}
#l_podmenu A {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	/*color: #333;*/
}
/* KONEC - LEVE MENU */

/* PRAVE MENU */
#pravy {
  vertical-align: top;
  /*background: url(images/p_podmenu.gif) repeat-y;
  background-position: right;*/
  width: 190px;
  /*border-right: 1px solid #fff;*/
}

#p_podmenu {
  margin: 0px;
  border-left: 1px dotted #378;
  _height: 250px;
  min-height: 250px;
  color: #333;
  background-color: #e2ebed;
}

#p_podmenu UL {
	margin-left: 18px;
	list-style-image: url('images/odrazka_mala.gif');
}
#p_podmenu LI {
  padding-bottom: 3px;
  margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}
#p_podmenu A {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#lang UL {
  margin: 0px 0px 10px 10px;
  list-style-image: none;
  list-style-type: none;
}
#lang LI {
  border: 0px;
  vertical-align: middle;
}
#lang A SPAN {
  vertical-align: top;
  font-size: 12px;
}


/* KONEC - PRAVE MENU */

/* OBECNE */
.margin{
  margin: 10px;
  margin-top: 0px;
}

#margin5 {
  margin: 5px;
}

form {
  margin: 0px;
}

a {
	color: #185786;
}

a:hover {
	text-decoration: underline;
	color: #888;
}

.bold {
  font-weight: bold;
}
.orange {
  color: #ec851a;
}
.underline {
  text-decoration: underline;
}

