body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: auto;
	background: url(images/background.png) repeat-x #3A3A3A;
	color: #cfcfcf;
}
img{
	border: 0;
}
a{
	color: #6495ED;
	text-decoration: none;
}
a:hover{
	color: #C1D5F6;
	text-decoration: underline;
}
.filter{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
}
.popup{
	position: fixed; /* ustawia na stałe preloader w miejscu */
	width: 500px;  /* szerokość preloadera */
	height: 250px;
	left: 50%;
	margin-left: -250px; /* wartość musi być połową szerokości ze znakiem - */
	top: 40%; /* wysokość od górnej krawędzi */
	margin-top: -125px;
	z-index: 9999;
	color: #fff;
	padding: 8px;
	text-align: center;
	background: url(images/popup.png) no-repeat;
}
.popup-x{
	cursor: pointer;
	width: 49px;
	height: 19px;
	margin-left: 435px;
	margin-bottom: 80px;
	background: url(images/exit.png) no-repeat bottom;
}
.popup-x:hover{
	background-position: top;
}
.popup-button{
	margin: 0 auto;
	color: white;
	font-weight: bold;
	padding: 12px 0px 13px 0px;
	width: 150px;
	height: 10px;
	cursor: pointer;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 60px;
	background: url(images/button.png) no-repeat top;
}
.popup-button:hover{
	background-position: bottom;
}
.popup-button:active{
	background-position: center;
}
.main{
	width: 894px;
	padding-left: 21px;
	padding-right: 21px;
	background: url(images/sidebars.png) center repeat-y;
	margin: 0 auto;
}
.header{
	background: url(images/header.jpg);
	width: 894px;
	height: 180px;
}
.header-toplink{
	display: block;
	width: 330px;
	height: 160px;
	float:left;
}
.header-text{
	height: 120px;
	width: 500px;
	padding: 30px;
	float: right;
	padding-top: 25px;
	padding-left: 0px;
	color: #E3E3E3;
}
.header-text h2{
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 10px;
}
.menu{
	background: url(images/menu.png);
	width: 894px;
	height: 21px;
	padding-top: 9px;
	text-align: center;
}
.menu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}
.menu li{
	display: block;
	display: inline;
	background: url(images/top-menu-row-separator.png) repeat-y right;
	font-size: 5px;
	padding: 14px 0px 10px 0px;
}
.menu li a{
	background: url(images/top-menu-row-separator.png) repeat-y right;
	color: #8A8A8A;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding: 9px 20px 9px 20px;
}
.menu li a:hover{
	color: white;
	background: url(images/top-menu-row-bg.png) repeat-y right;
}
.userinfo{
	background: url(images/top-infobar.gif) no-repeat;
	width: 591px;
	height: 11px;
	padding: 1px 300px 1px 3px;
	margin-bottom: 5px;
}
.struct-body{
	background: #1A1A1A;
	width: 894px;
	padding: 0px 0px 10px 0px;
	min-height: 500px;
}
.bottom{
	width: 926px;
	height: 29px;
	margin: 0 auto;
	background: url(images/bottom.png) center top no-repeat;
	padding: 20px 5px 0px 5px;
	font-size: 9px;
	text-align: justify;
	color: #818181;
}
.nickname{
	font-weight: bold;
}
.debug{
	font-weight: normal;
	color: #1A1A1A;
}
.debug:hover{
	color: #4f4f4f;
}
