/*
 projekt: fox.com.pl 
 author: marcin.lisok@fox.com.pl
 data: 2006-06-16 
*/
html {
  font-size: 9pt;
}
body, #top, #header, #left, #container, #content, #footer, #bottom {
  color: #000;
  background: #fff;
}
body, #top, #header, #container, #footer {
  width: 100%;
  padding: 0;
  margin: 0;
}
#top, #bottom {
  display: none;
}
#header {
  height: 80px;
}
#logo {
  top: 0;
  left: 0;
}
#left {
  top: 110px;
  left: 0;
  width: 24%;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 8.5pt;
  z-index: 1000;
}
#submenu {
  margin: 0;
}
#content {
  width: 74%;
  margin: 0 0 2em 0;
  padding: 2em 0 2em 26%;
}
#footer {
  height: auto;
}
#footer, #footer ul, #footer #copyright {
  position: relative;
}
#footer ul {
  padding-top: 10px;
  left: 10px;
}
#footer #copyright {
  left: 10px;
}