/* ogólne */
* {
	margin:0;
	padding:0;
}
body {
	font:10px Tahoma,Helvetica,Arial,sans-serif;
	background:url(../statystyki/img/www_background.gif) repeat-x 0 0;
	background-attachment:fixed;
	text-align:center;
}

a { text-decoration:none; color:#000;}
a:hover { text-decoration:underline; }
img { border:0; }

.wrapper {
	margin:0 auto;
	width:800px;
	position:relative;
	background-color:#fff;
}
.content {
	margin:0 auto;
	width:724px;
	background-color:#fff;
}

h1, h2, h3 {
    text-align:center;
    margin-bottom: 2em;
}
h3 {
	font-size:20px;
	font-weight:bold;
	color:#C3051F;
	text-transform:uppercase;
	padding:15px 0;
}
h4 {
	margin: 1em 0;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
}

/* tabela */
table.stats {
	width:700px; 
	text-align:center; 
	font-size:10px; 
	line-height:21px; 
	background-color: #fff; 
	margin-top:12px;
	margin-bottom:3em;
}
table.stats thead {
	font-weight: bold; 
	color:#fff;
}
table.stats .head {
	background-color:#2580C5;
}
table.stats .head2 {
	background-color:#A7C7DF; padding-left:10px;
}
table.stats .alt {
	background-color:#E5ECF2;
}
table.stats .total {
	text-align: right; font-size:12px; padding-right: 10px;color:#6F6F6F;
}
/* navigacja */
div.nav {
	margin: 30px 0;
	text-align:center;
	font-size:11px;
}
div.nav .breadcrumb {
	text-align:left;
	margin-bottom:20px;
}
div.nav span.date {
	text-transform: uppercase; 
	margin: 0pt 30px; 
	font-size: 16px;
	color:#000;
	font-weight:bold;
}

div.lang {
	text-align:right;
	padding-top:12px;
}

/* stopka */
#footer {
	float:left;
	width:100%;
	background-color:#f1f1f3;
	margin-top:10px;
	text-align:center;
}
#footer p {
	font-family: Arial;
	font-size:10px;
	color:#969797;
	line-height:16px;
	padding:5px 10px;
}

