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

body {
	margin:0px;
	padding:0px;
	background:url(img/bg_top.jpg) repeat-x;
	color: #666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#main_wrapper {
	width:907px;
	margin:auto;
	}
	
#top {
	width:907px;
	height:88px;
	}
	
#logo {
	float:left;
	width:263px;
	}
	
#top_right {
	float:right;
	width:644px;
	padding-top:18px;
	text-align:center;
	}
	
#menu {
	background:url(img/menu.jpg);
	width:907px;
	height:27px;
	text-align:center;
	font-size:14px;
	padding:6px 0 0;
	color:#FFFFFF;
	}

#new_wrapper {
	width:890px;
	display:table;
	margin:auto
	}
	
#content {
	background:url(img/bg.jpg);
	width:907px;
	}

#login {
	padding:5px 10px;
	float:left;
	width:350px;
	font-size:10px;
	}
	
input {
	background:#CBEBFE;
	border:1px solid #3399CC;
	font-size:11px;
	}
	
#footer {
	background:url(img/footer.jpg);
	width:807px;
	height:34px;
	padding:48px 0 0 0;
	text-align:center;
	padding-right:100px
	}
	
#stats {
	width:470px;
	text-align:right;
	padding:5px 10px;
	float:right;
	}	

#index {
	padding:25px;
	}
	
a.menu {text-decoration:none; color: #FFFFFF} /*wszytkie <a .../> */
a.menu:link, a.menu:visited {color:#FFFFFF;} /* link */
a.menu:hover {color: #000000; border-bottom:1px dashed #FFFFFF} /*po najechaniu*/

a {text-decoration:none; color: #8FC0FF} /*wszytkie <a .../> */
a:link, a:visited {color:#8FC0FF;} /* link */
a:hover {color: #000000;} /*po najechaniu*/