html, body{
	margin: 0px; 
	padding: 0px; 
	background: rgb(255, 255, 255); 
	color: rgb(153, 153, 153); 
	font: 12px "Times New Roman", Times, serif;
}
body{
	text-align:center; 
	table-layout:fixed;
}
#wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
#wrapper2{
	margin: 30px auto;
	width: 722px;
	text-align: center;	
	background: rgb(255, 255, 255);
	top: 0;

}
#lewetlo{
	position: absolute;
	background:	rgb(247, 247, 247);
	border-top: solid 1px rgb(153, 153, 153);
	border-bottom: solid 1px rgb(153, 153, 153);
	width: 50%;
	height: 230px;
	left: 0;
	top: 281px;
	z-index: 0;
}
*html #lewetlo {
	top: 280px;
	height: 231px;
}
#prawetlo{
	position: absolute;
	background:	rgb(247, 247, 247);
	border-top: solid 1px rgb(153, 153, 153);
	border-bottom: solid 1px rgb(153, 153, 153);
	width: 50%;
	height: 245px;
	right: 0;
	top: 46px;
	z-index: 0;
}
#logo{
	width:330px;
	height: 40px;
	padding: 10px;
	border-bottom: solid 1px rgb(217, 217, 217);
	float: left;
	text-align: left;
}
*html #logo {
	width:350px;
}
#slogan{
	clear: both;
	padding: 7px;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	margin: 10px 0;
}
*html #slogan{
	margin: 2px 0;
	
}
#kontakt {
	width: 350px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	padding:2px 10px;
	border-bottom: solid 1px rgb(217, 217, 217);
	border-left: solid 1px rgb(255, 255, 255);
	margin-left: -21px;
	float: left;
}
#lewygora{ 
	float: left;
	width: 350px;
	border-right: solid 1px rgb(217, 217, 217);
	border-bottom: solid 1px rgb(217, 217, 217);
	padding-bottom: 10px; 
	margin-bottom: 10px;
	}
#prawygora{
	float: left;
	width: 351px;
	height: 240px;
	margin-bottom: 10px;
	padding-left: 20px;
}
*html #prawygora{
	width: 370px;
}
#prawygora .lightgray{
	height: 140px;
	padding-top: 80px;
}
#prawygora .darkgray{
	height: 140px;
	padding-top: 80px;
}
#lewydol{
	clear: both;
	float: left;
	width: 350px;
	height: 221px;
	padding-right: 20px;
	background: rgb(255, 255, 255);
	margin-top: -1px;
	border-bottom: solid 1px rgb(217, 217, 217);
}
*html #lewydol{
	width: 350px;
}
#lewydol .lightgray{
	height: 216px;
	padding-top: 5px;
}
#lewydol .darkgray{
	height: 216px;
	padding-top: 5px;
}
*html #lewydol .lightgray, *html #lewydol .darkgray{
	height: 220px;
}
#prawydol{
	float: left;
	width: 350px;
	height: 215px;
	border-top: solid 1px rgb(217, 217, 217);
	border-left: solid 1px rgb(217, 217, 217);
	padding-top: 5px; 
}
*html #prawydol{
	margin-top: 10px;
	margin-left: 20px;
	height: 222px;

}
#navigation{
	position: absolute;
	width: 350px;
	height: 20px;
	top: 460px;
	left: 50%;
	margin-left: -360px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
	z-index:2;
}
#navigation a{
	padding:0 10px;
}
#footer{
	clear: both;
	text-align: right;
	padding: 0 20px;
	color: rgb(219, 219, 219);
	text-transform: uppercase;
	font-size: 10px;
}
#footer a, a:visited, a:hover {
	color: rgb(219, 219, 219);
}
.darkgray{
	float: left;
	background: rgb(250, 250, 250);
	padding: 0 5px;
}
.lightgray{
	float: left;
	background: rgb(253, 253, 253);
	padding: 0 5px;
}

#kontakt2 {
	width: 350px;
	height:20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	padding:10px;
	margin-top: 20px;
	border-bottom: solid 1px rgb(217, 217, 217);
	border-left: solid 1px rgb(255, 255, 255);
	float: left;
}
*html #kontakt2{
	width: 372px;
	height: 47px;
}
#menu{
	position: absolute;
	width: 350px;
	height: 20px;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
	z-index:2;
}
#menu a{
	padding:0 10px;
	color: rgb(204, 204, 204);
}


#content{
	text-align: left;
}
#content a{
	color: rgb(168, 26, 26);
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
}
.darkborder{
	border: solid 1px rgb(153, 153, 153);
	width: 356px;
	border-left: 0;
	border-right:0;
		float: left;
}
.lightborder {
	margin: -1px 10px;
	border: solid 1px rgb(217, 217, 217);
	border-left: 0;
	border-right:0;
	width:335px;
}
#graybox{
	width: 360px;
	height:300px;
	background: rgb(247, 247, 247);
	border: solid 1px rgb(217, 217, 217);
	border-top: 0;
	text-align: center;
	margin-top: -37px;
	margin-left: 3px;
	float: right;
}
*html #graybox{
	margin-top: -31px;
}
h1 {
	font-weight: bold;
	font-size:15px;
	margin: 3px 0;
	color: rgb(31, 31, 31);
}
kbd{
	font-weight: bold;
	color: rgb(8, 133, 11);
}
#images{
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}
#images img{
	margin: 5px;
}
img{
	margin: 0; 
	padding: 0px;
}
a, a:visited, a:hover {
	text-decoration: none;
	color: rgb(153, 153, 153); 
}
p{
	text-align: justify;
	padding: 5px;
}
.toys{
	position: absolute;
	z-index: 4;
	left: 50%;
}
#toy1{
	width: 11px;
	height: 11px;
	top:41px;
	margin-left: -16px;
	background: url(img/6.gif) no-repeat;
}
#toy2{
	width: 11px;
	height: 6px;
	top:0px;
	margin-left: 365px;
	background: url(img/4.gif) no-repeat;
}
#toy3{
	width: 11px;
	height: 6px;
	top:44px;
	margin-left: -727px;
	background: url(img/4.gif) no-repeat;
}
*html #toy3{
	top:50px;
}
#toy4{
	width: 11px;
	height: 1px;
	top:5px;
	margin-left: 340px;
	background: url(img/1.gif) no-repeat;
}
#toy5{
	width: 11px;
	height: 6px;
	top:186px;
	margin-left: -351px;
	background: url(img/4.gif) no-repeat;
}
*html #toy5{
	top:179px;
}
#toy6{
	width: 6px;
	height: 6px;
	top:0px;
	margin-left: 346px;
	background: url(img/2.gif) no-repeat;
}
*html #toy6{
	margin-left:348px;
}
#toy7{
	width: 6px;
	height: 6px;
	top:16px ;
	margin-left: 22px;
	background: url(img/3.gif) no-repeat;
}
*html #toy7{
	top:15px ;
	margin-left:23px;
}
#toy8{
	width: 11px;
	height: 6px;
	top:0px;
	margin-left: 342px;
	background: url(img/5.gif) no-repeat;
}
#toy9{
	width: 11px;
	height: 6px;
	top:220px;
	margin-left: -727px;
	background: url(img/5.gif) no-repeat;
}
#toy10{
	width: 11px;
	height: 11px;
	top:-5px;
	margin-left:366px;
	background: url(img/6.gif) no-repeat;
}
*html #toy10{
	margin-left:367px;
}
