/* CSS Document */
body {
  margin: 0;
  background-image: url(img/bg.gif);
  background-repeat: repeat;
  font-size: 11px;
  color: #ffffff;
  font-family: Tahoma;
}
div#top {
  position: relative;
  width: 930px;
  height: 150px;
  margin: 0 auto;
  padding: 0;
  font-size: 11px;
  text-align:right;
}
div#content {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(img/content_bg.gif);
  background-repeat: repeat-x;
  background-color: #834a14;
overflow:hidden;
}
div#header{
  position: absolute;
  right:15px;
  top: 10px;
  border-bottom: 1px solid #FFF;
  width: 700px;
}
h1{
  margin-bottom: 8px;
}
div#contentCenter {
  position: relative;
  height: 402px;
  width: 930px;
  margin: 0 auto;
  padding: 15px 0;
  background-image: url(img/contentCenter_bg.gif);
  top: 9px;
  text-align: justify;
}
div#contentLeft {
 
  float: left;
  width: 630px;
  margin: 0;
}
div#contentRight {
  
  float: left;
  width: 210px;
  height: 402px;
  margin: 0;
  padding: 0 0 0 60px;
}
div#footer {
  width: 930px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
a#logo {
  position: relative;
  float: left;
  width: 221px;
  height: 69px;
  background-image: url(img/logo.gif);
  margin: 40px 40px 0 0;
}
a.menuLink {
  display: block;
  position: relative;
  float: left;
  height: 21px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 10px 0 10px;
  margin: 65px 5px 0 5px;
}
a.menuLink:hover {
  /*color: #1b1b1b;
  background-image: url(img/menuLink_bg.gif);*/
  color: #000;
  background-color: #FFF;
  background-repeat: repeat-x;
  text-decoration: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img.image {
  position: relative;
  float: left;
  margin: 5px 5px 0px 0px;
}
p.stopka {
	color: #ffffff;
}

img {
border: none;
}
p{
display: block; text-align: justify;
}