* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}

body.page {
  background-color: #ccc;
}

img.kol {
  cursor: pointer;
}

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

a:hover {
  text-decoration: underline;  
}

#page-container {
  width: 768px;
  height: 400px;
  text-align: left;
  border: 1px solid #000;
  background-color: #eee;
  position: relative;
}

#page-logo {
  position: absolute;
  top: 5px;
  left: 40px;
}

#page-content {
  position: absolute;
  top: 80px;
  left: 200px;
  width: 550px;
  height: 250px;
  overflow: auto;
}

#page-content p {
  margin-bottom: 20px;
}

#page-content li {
  list-style-type: disc;
  margin-left: 20px;
}

#page-content img {
  margin-right: 1px;
  margin-bottom: 1px;
}

#page-about {
  position: absolute;
  top: 80px;
  left: 390px;
  width: 370px;
  height: 250px;
  overflow: auto;
}

#page-about p {
  margin-left: 30px;
  text-indent: -30px;
}

#page-menu {
  position: absolute;
  top: 0px;
  width: 768px;
  height: 36px;
  text-align: right;
  border-bottom: 2px solid #ea5820;
}

#page-menu li {
  display: inline;
}

#page-menu a {
  color: #000;
  line-height: 36px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
}

#page-content-menu {
  position: absolute;
  top: 80px;
  left: 5px;
  width: 170px;
  height: 240px;
  text-align: right;
  font-weight: bold;
  overflow: hidden;
}

#page-content-menu li {
  list-style-type: none;
  margin-bottom: 15px;
}

#page-content-menu a {
  color: #000;
  text-decoration: none;
}

#page-foot {
  position: absolute;
  top: 340px;
  width: 768px;
  border-top: 1px solid #000;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
