* {
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  line-height: 1.5;
}

body {
  background-color: #fff;
  padding: 5px 0 10px 0;
  margin: 0;
}

a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: blue;
  text-decoration: none;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 3px;
  padding: 0 0 12px 20px;
  border: 0;
  list-style: disc outside;
}

#main_left{
  width: auto;
}
#main_center{
  width: 813px;
  height: 669px;
  background-image: url(web_main2.png);
  background-repeat: no-repeat;
  vertical-align: top;
}
#main_right{
  width: auto;
}

#spanLeftMenu{
  display: block;
  width: 260px;
  border: 0px red solid;
  position: relative;
  left: 70px;
  top: 135px;
  padding: 0px;
  margin: 0px;
}
.aMenuItem{
  display: block;
  width: 260px;
  height: 53px;
  position: relative;
  border: 0px blue solid;
  padding: 0px;
  margin: 0px;
  margin-bottom: 7px;
}
#menuItemDownload{
  top: 3px;
  left: 0px;
}
#menuItemDesign{
  top: 0px;
  left: 0px;
}
#menuItemOrder{
  top: 0px;
  left: 0px;
}
#menuItemKontakt{
  top: 15px;
  left: 0px;
}


#aLogoLink{
  display: block;
  width: 280px;
  height: 120px;
  border: 0px blue solid;
  position: relative;
  left: 75px;
  top: 50px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 7px;
}

#divContent{
  overflow: auto;
  position: relative;
  left: 340px;
  top: -115px;
  width: 433px;
  height: 335px;
  border: 1px solid #d9d9ae;
  background-color: #e9e9cc;
  padding: 10px 5px 10px 5px;
}

#akcia{
  border: 0px #eee solid;
  padding: 10px;
  display: block;
  position: relative;
  width: 120px;
  top: -170px;
  left: -20px;
}
