html {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #081f06;
  background: #00cf41 url('../images/back.png') 0 228px repeat-x;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

/* content */
#header {
  width: 100%;
  min-width: 1200px;
  height: 228px;
  margin: 0 auto;
  padding: 0;
  background: transparent url('../images/header.jpg') center top no-repeat;
}

#wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#header-logo {
  width: 565px;
  height: 95px;
  position: absolute;
  top: -178px;
  right: 40px;
  padding: 0;
}

#header-text {
  position: absolute;
  top: -70px;
  right: 40px;
  color: #fff;
  text-align: right;
  margin: 0;
  padding: 0;
}

#header-text a {
  color: #fff;
}

#header-text-left {
  position: absolute;
  left: 40px;
  top: -45px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#menu {
  width: 1000px;
  display: block;
  background: transparent url('../images/menu-back.png') left top repeat;
}

#menu ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: transparent url('../images/menu-back.png') left top repeat;
  clear: both;
}

#menu ul li {
  height: 31px;
  background: transparent url('../images/menu-separator.png') left top no-repeat;
  margin: 0;
  padding: 0;
  float: left;
}

#menu ul li a {
  display: block;
  height: 24px;
  background: transparent url('../images/menu-back.png') left top repeat-x;
  margin: 0 0 0 2px;
  padding: 7px 35px 0 35px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

#menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}

#content {
  width: 1000px;
  background: #00cf41 url('../images/content-back.png') left top repeat-x;
  margin: 0;
  padding: 0 0 20px 0;
}

#content-back {
  background: transparent url('../images/content-center-back.png') center top repeat-y;
}

#content-center {
  width: 549px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  font-weight: bold;
  color: #000000;
  text-align: justify;
}

#content-center p {
  font-weight: bold;
  color: #000000;
}

#content-center table td {
  font-weight: bold;
  color: #000000;
}

#content-center h1 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 10px 0;
  padding: 0;
}

#content-center ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-image: url('../images/content-list.png');
}

#content-center li {
  margin: 10px 0;
  padding: 0;
}

#content-center li a {
  color: #FFFFFF;
  text-decoration: none;
}

#content-center li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#content-left {
  float: left;
  width: 170px;
  margin: 0;
  padding: 10px 17px 0 15px;
  background: transparent url('../images/content-separator.png') right top repeat-y;
}

#content-left a {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
}

#content-right {
  float: right;
  width: 170px;
  margin: 0;
  padding: 10px 15px 0 17px;
  background: transparent url('../images/content-separator.png') left top repeat-y;
}

#content-right {
  font-weight: bold;
  color: #000000;
}

#content-right p {
  font-weight: bold;
  color: #000000;
}

#content-right ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-image: url('../images/content-list.png');
}

#content-right li {
  margin: 10px 0;
  padding: 0;
}

#content-right li a {
  color: #000000;
  text-decoration: none;
}

#content-right li a:hover {
  color: #000000;
  text-decoration: underline;
}

#footer {
  width: 1000px;
  clear: both;
  margin: 0 0 50px 0;
}

#footer p {
  margin: 10px auto 0 auto;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/* others */
.center {
  display: block;
  margin: 0 auto 10px auto;
}
.nob {
  border: none;
}
.clear {
  clear: both;
}

h2 {
 color: #FFFFFF;
}

h3 {
 color: #FFFFFF;
}

h4 {
 color: #FFFFFF;
}

#content-center a {
  color: #FFFFFF;
  text-decoration: underline;
}

#content-center a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#content-center a.vyrazny {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
}

#content-center a.vyrazny:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

