body {
  margin: 20px;
  padding: 0;
  background: #EEEEEE none repeat scroll 0% 50%;
  color: #333333;
  text-align: center;
}
#outer {
  border: 1px solid #000000;
  margin: auto;
  text-align: left;
  width: 900px;
}
#hdr {
  background-repeat: repeat;
  background-position: 0% 50%;
  height: 300px;
  color: #333333;
  background-color: black;
  background-image: url(cafe_troja_layout_01_FILES/header.png);
}
#bar {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0;
  background: #c0c0c0 none repeat scroll 0% 50%;
  height: 25px;
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
}
#bodyblock {
  padding: 0;
  background: #dcdcdc none repeat scroll 0% 50%;
  position: relative;
  color: #000000;
  width: 900px;
}
#l-col {
  background: #ffffff none repeat scroll 0% 50%;
  float: left;
  color: #333333;
  width: 10px;
}
#cont {
  //border-style: solid;
  //border-color: #000000;
  border-width: 0 0 0 1px;
  padding: 10px;
  background: #ffffff none repeat scroll 0% 50%;
  width: 880px;
  color: #333333;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}
#ftr {
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0;
  margin: 0;
  background: #c0c0c0 none repeat scroll 0% 50%;
  height: 25px;
  color: #333333;
}

# class

span.menu {
  text-decoration: none;
  color: #eeeeee;
}
span.menu:hover {
  color: #ffffff;
}