* {
  margin: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
}
body { background-color: #f3fafe; }
#header {
  background: url("/.grafika/elementy/tlo.gif") repeat-x;
}
#head-inner {
  background: url("/.grafika/elementy/logo.gif") no-repeat center top;
  height: 100px;
  overflow: hidden;
}
#menu {
  background: url("/.grafika/elementy/tlo-menu.gif") repeat-x;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
#menu ul {
  width: 720px;
  margin: 0px auto;
  padding: 0px;
}
#menu li {
  display: inline;
}
#menu a {
  font-size: 13px;
  line-height: 15px;
  float: left;
  color: #fff;
  padding: 5px 0px 10px 0px;
  margin: 0px 20px 0px 0px;
  text-decoration: none;
}
#menu a.selected {
  color: #fff88e;
  background: url("/.grafika/elementy/menu.gif") no-repeat center bottom;
}
#menu a:hover {
  color: #fff88e;
  background: url("/.grafika/elementy/menu2.gif") no-repeat center bottom;
}
#main {
  float: left;
  position: relative;
  width: 410px;
  margin-right: 10px;
}
#container {
  margin: 0px auto;
  width: 723px;
  height: 100%;
  overflow: hidden;
  margin-top: 10px;
}
#sidebar {
  float: left;
  position: relative;
  width: 300px;
}
#footer {
  background: #fff;
  border: 1px solid #ddeaf2;
  width: 705px;
  margin: 1px auto 50px;
  padding: 20px 0px 0px 20px;
}
/* Ajax loader */
div#ajax-loader {
  position: absolute;
  height: 32px;
  width: 32px;
  background : url(/.grafika/znaczniki/wczytywanie3.gif) no-repeat;
  display: none;
}
div.clear {
  clear: both;
}
