html { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: white;
	background: url(back.jpg) repeat ; background-color: #000000;
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin:auto;height:100%;
}



body {
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin:auto;
	width: 896px;
	padding: 0 ;
	height:100%;
}


#center {
	width: 896px;
	height: 483px;
/*	border: 1px solid red;  */
	margin: auto;
	margin-top: -261px;;
	top: 50%;
	position: relative;

}

#kontener {
/*  margin-top:30px;*/
	width: 896px;
	height: 100%;
}
a:active{
  outline: none;
}
#top {
	width:896px; height: 114px;
	background: url(top.jpg) no-repeat ;
}

#main{
  width: 896px; height: 369px;
  background: url(content.jpg) repeat-y ;
  float:left;
}

#left{
  float:left;
  width: 165px; height: 369px;
}

#picture{
  float:left;
  background: url(banner.jpg) no-repeat ;
  width:292px; height:369px;
}

#right{
  float:left;
  width: 439px; height: 369px;
}

#menu{
  width: 120px; 
  height: 349px; 
  float:left;
  padding-left: 45px;
  padding-top: 20px;
}


.menulink {
  text-decoration: none;
  color:white;
  display:block;
  padding-top: 10px;
  font-family: tahoma;
  width:120px;
  float:left;
  cursor: hand;
  outline: none;
}

.menulink: active {
  outline: none;
}

.znaczek{
  background: url(znaczek.jpg) no-repeat ;
  width:8px;
  height:7px;
  float:left;
}

.znaczek2{
  background: url(bullet2.jpg) no-repeat ;
  width:8px;
  height:7px;
  margin-left: 6px;
  float:left;
}


#content{
  padding: 10px 10px 10px 10px;
  color:black;
  z-index: 2;
  font-family: "Trebuchet MS"; 
  font-size: 9pt; 
  letter-spacing: 0pt;
}


#footer {
  clear:both;
  background: url(footer.jpg) no-repeat ;
  width: 896px; height:40px;
}


#footer_text1{
  float:left;
  padding-left: 15px;
  color: rgb(44,70,97);
  font-size: 11px;
  padding-top: 13px;
}

#footer_text2{
  float:right;
  padding-right: 25px;
  color: rgb(44,70,97);
  font-size: 11px;
  padding-top: 13px;
}

#footer_text2 a{
  color: rgb(44,70,97);
  text-decoration: none;
  font-weight: bold;
}

