@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
#wrappl { 
  width: 900px; 
  margin: 0 auto; 
}
#ploscapl{
	background:#333;
	width: 650px; height: 351px;
	margin:auto auto;
	position: relative; z-index: 5;
	top: 78px;
	-moz-box-shadow: -10px 5px 30px #000;
	-webkit-box-shadow: -10px 5px 30px #000; /* Safari */
    box-shadow: -10px 5px 30px #000;
	border-radius:2px;
}

#plosca1pl{
position:relative;
margin:auto 293px;
z-index:6;
top:-125px;
}

#logopl{
	background:url(../images/pl.png);
	width:500px; height:150px;
	margin: auto auto;
	position:relative; z-index:7;
	top:35px;
}

#crtapl{
	background:url(../images/crtapl.png);
	width:650px; height:2px;
	margin: auto auto;
	position:relative; z-index:7;
	bottom:119px;
}

#footpl{
	background:url(../images/footpl.png);
	width:500px; height:65px;
	margin: auto auto;
	position:relative; z-index:7;
	bottom:-14px;
}

#logode{
	background:url(../images/de.png);
	width:500px; height:150px;
	margin: auto auto;
	position:relative; z-index:7;
	top:35px;
}

#footde{
	background:url(../images/footde.png);
	width:500px; height:65px;
	margin: auto auto;
	position:relative; z-index:7;
	bottom:-14px;
}

#logoen{
	background:url(../images/en.png);
	width:500px; height:150px;
	margin: auto auto;
	position:relative; z-index:7;
	top:35px;
}

#footen{
	background:url(../images/footen.png);
	width:500px; height:65px;
	margin: auto auto;
	position:relative; z-index:7;
	bottom:-14px;
}

#logosr{
	background:url(../images/sr.png);
	width:500px; height:150px;
	margin: auto auto;
	position:relative; z-index:7;
	top:35px;
}

#footsr{
	background:url(../images/footsr.png);
	width:500px; height:65px;
	margin: auto auto;
	position:relative; z-index:7;
	bottom:-14px;
}