html {
  background: url(../img/body.gif) top left repeat-x #000000;
  color: #e2edbc;
  font-family: "Trebuchet MS";
}

body {
  margin: 0 auto;
}

.body1 {
  background: url(../img/headers/001.jpg) top center no-repeat;
}

.body2 {
  background: url(../img/headers/002.jpg) top center no-repeat;
}

.body3 {
  background: url(../img/headers/003.jpg) top center no-repeat;
}

.body4 {
  background: url(../img/headers/004.jpg) top center no-repeat;
}

.body5 {
  background: url(../img/headers/005.jpg) top center no-repeat;
}

h1 {
  display: none;
}

h2 {
  color: #b2d234;
  font-size: 34px;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  position: relative;
  top: 25px;
  left: -230px;
  width: 180px;
  text-align: right;
}

h3 {
  width: 650px;
  color: #b2d234;
  font-size: 16px;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  position: relative;
  top: -7px;
  left: 0px;
}

h4 {
  color: #b2d234;
  font-size: 13px;
  padding: 0px;
  margin: 15px 0px 5px 0px;
}

h5 {
  width: 300px;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

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

a:hover {
  text-decoration: underline;
  color: #b2d234;
  cursor: pointer;
}

ul {
  margin: 10px 0px;
  padding: 0px;
  list-style-type: square;
  list-style-position: inside;
}

li {
  margin: 0px 0px 0px 0px;
  text-align: justify;
}

strong {
  font-weight: normal;
}

.open {
  height: 16px;
  color: #b2d234;
  font-size: 16px;
  margin: 30px 0px 30px 0px;
  padding: 0px;
  display: block;
  font-weight: bold;
}

.open-heading {
  height: 11px;
  color: #b2d234;
  font-size: 11px;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  display: block;
  font-weight: bold;
}

img {
  border: 0px;
}

.clear {
  clear:both; 
  visibility: hidden
}

#topMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 254px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 20px;
}

#web {
  position: absolute;
  top: 0px;
  left: 600px;
}

#eshop {
  position: absolute;
  top: 0px;
  left: 700px;
}

#bazar {
  position: absolute;
  top: 0px;
  left: 800px;
}

#wrapper {
  margin: 0 auto;
  position: relative;
  width: 650px;
  padding: 270px 0px 0px 250px;
}

#horizontalMenu {
  clear: both;
  position: absolute;
  top: 255px;
  left: 0px;
}

#horizontalMenu ul {
  width: 900px;
  list-style-type: none;
  list-style-position: outside;
  padding: 0px;
  text-align: center;
  margin: 8px 0px 0px 0px;
}

#horizontalMenu ul li {
  display: inline;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 18px 0px 18px;
}

#horizontalMenu ul li a {
  color: #e2edbc;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

#horizontalMenu ul li a:hover {
  color: #b2d234;
  text-decoration: none;
}

#horizontalMenu ul li a.active {
  color: #b2d234;
  text-decoration: none;
  font-size: 14px;
}

.number {
  font-size: 18px;
  color: #b2d234;
  padding-right: 5px;
  font-weight: bold;
}

#verticalMenu {
  position: absolute;
  top: 360px;
  left: 0px;
  width: 200px;
  margin: 0px;
  padding: 0px; 
}

#verticalMenu ul {
  width: 200px;
  text-align: right;
  list-style-type: none;
  list-style-position: outside;
  font-size: 12px;
  margin: 0px 0px 40px 0px;
  padding: 0px; 
}

#verticalMenu li {
  background: url(../img/verticalMenu.gif) right no-repeat;
  padding-right: 15px;
  line-height: 15px;
  margin: 3px 0px 3px 0px;
  text-align: right;
}

#verticalMenu li a {
  color: #e2edbc;
  text-decoration: none;
}

#verticalMenu img {
  float: right; 
}

#contentLeft {
  float: left;
  width: 300px;
  font-size: 12px;
}

#contentRight {
  float: right;
  width: 300px;
  font-size: 12px;
}

#contentLeft img, #contentRight img  {
  margin: 10px 0px 10px 0px;
}

#contentLeft p, #contentRight p  {
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: justify;
}

#footer {
  clear: both;
  margin: 0 auto;
  width: 900px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #0a0c06;
}

#footer a {
  text-decoration: none;
  color: #51554e;
}

.info {
  color: #51554e;
  font-size: 9px;
}

.warning {
  color: #ff0000;
}

#linx {
  display: none;
}


