@charset "utf-8";
/* CSS Document */

/*html { overflow: scroll; }*/

html,body {
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }


a {
text-decoration: none;
}

#bt1 {
	display:inline;
	float: left;
	width: 100px;
	height: 30px;
	color: #000000;
	padding-top:5px;
	padding-bottom:8px;
	padding-left: 45px;
	background: url("images/knbutton.png") no-repeat;
}

a #bt1 {
	color: black;
	display: inline;
	font: normal 1em tahoma, sans-serif;
	text-decoration: none;
}

a #bt1:hover {
	font: normal 1em tahoma, sans-serif;
	text-decoration: none;
	color: #715bd2;
}

#smuga {
	height: 20px;
	padding-top:2px;
	padding-bottom:3px;
	padding-left: 5px;
	background: url("images/smuga.jpg") no-repeat;
}


li a {
	color: black;
}

li a:hover {
	color: #715bd2;
}

.divcontainer01 {
	background-attachment: fixed;
	bottom:0;
	height:900px;
	background: url('images/dziurawiec2.jpg') right top repeat-y;
 }

.divcontainer02 {
	background-attachment: fixed;
	bottom:0;
	height:900px;
	background: url('images/dziurawiec.jpg') left top repeat-y;
 }
 
.bact {
border-collapse: collapse;
height: 100%;
}

.leftc {
	background: url('images/leftc.png') repeat-y top right;
	width:10px;
	height:40px;
	padding:0;
	margin:0;
}
.rightc {
	background: url('images/rightc.png') repeat-y top left;
	width:10px;
	height:40px;
	padding:0;
	margin:0;
}

.upc {
	background: url('images/upc.png') repeat-x top left;
	width:40px;
	height:10px;
	padding:0;
	margin:0;
}
.dnc {
	background: url('images/dnc.png') repeat-x top left;
	width:40px;
	height:10px;
	padding:0;
	margin:0;
}

.lupturn {
	background: url('images/lupturn.png') no-repeat top right;
	width:10px;
	height:10px;
	padding:0;
	margin:0;
}
.rupturn {
	background: url('images/rupturn.png') no-repeat top left;
	width:10px;
	height:10px;
	padding:0;
	margin:0;
}

.ldnturn {
	background: url('images/ldnturn.png') no-repeat top right;
	width:10px;
	height:10px;
	padding:0;
	margin:0;
}
.rdnturn {
	background: url('images/rdnturn.png') no-repeat top left;
	width:10px;
	height:10px;
	padding:0;
	margin:0;
}

.fullscreen{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }

.fullheight{
    display:block;
    top:0;
    height:100%;
  }
  
.footer {
   background: black;
   position:relative;
   font-size:12px;
   padding-right:15px;
   height:30px;
   width:500px;
   background:#fff;
}

.footer a {
	color: black;
}

