/* Ogólne */

body
{
  font-size: 10pt;
  color: #777777;
  font-family: arial;
  margin: 0px;
  background: #ffffff;
}

a
{
  color: #FFC000;
}

a:hover
{
  text-decoration: none;
}

p
{
  margin:0px;
  padding:0px;
}

div.separator
{
  clear:both;
}

/* Top strony */

div#top
{
  width: 100%;
  height: 100px;
  background: #efefef url('../images/top_bg.png') repeat-x;
}

div#banner
{
  width: 950px;
  height: 100px;
  margin: 0 auto;
}

div#logo
{
  position: relative;
  width: 157px;
  height: 44px;
  top: 42px;
  left: 10px;
  background: url('../images/logo.png') no-repeat;
  cursor: pointer;
}

/* Content strony */

div#body
{
  width: 950px;
  margin: 0 auto;
  background: #ffffff;
}

div#content
{
  float: left;
  width: 650px;
  min-height: 400px;
  background: url('../images/content_bg.png') top right no-repeat;
}

div#menu
{
  float: left;
  width: 300px;
  min-height: 400px;
}

/* Stopka */

div#footer
{
  clear: both;
  min-height:100px;
  background: url('../images/footer_bg.png') no-repeat;
}

div#footer p
{
  text-align: center;
  font-family:verdana;
  font-size: 7pt;
  padding:5px;
  color: #999999;
  line-height:10pt;
}

div#footer p a
{
  text-decoration: none;
  color: #555555;
}

div#footer p a:hover
{
  color: #999999;
}
