test {
}
body { background: #520000; margin: 10px; }
table.jednostki { border-collapse: collapse; }
tr.header1 { 
	background: #000;
	font-weight: bold; color: #fff; 
	text-align: center;
	border: 1px solid #000;
}

tr.header2 { 
	background: #000;
	color: #fff; 
	text-align: center;
	font-size:10px;
}

div.outer_baner { 
	padding: 0px; 
	width: 100%; 
}
div.inner_baner { 
	background: #000; 
	padding: 0px; 
	width: 780px;
	height: 180px;
	margin: auto;
	background-image: url(../files/logo.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;  
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
div.inner_footer { 
	background: #520000; 
	padding: 0px; 
	width: 780px;
	margin: auto;
	font-family: verdana;
	font-size: 10px;
	color: #fc6;
}
div.inner_footer a:link { color: #fc6; font-weight: bold; text-decoration: none; }
div.inner_footer a:hover { color: #fc6; font-weight: bold; text-decoration: underline; }
div.inner_footer a:visited { color: #fff; font-weight: bold; text-decoration: none; }
div.inner_menu { 
	background: #000; 
	padding: 0px; 
	width: 780px;
	margin: auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	border-collapse: collapse;	
}
img.menu_button {
	margin: 0px;
	border: 0px none;
}
div.content {
	background: #c33; 
	padding: 0px; 
	width: 780px;
	margin: auto;
	border: 1px solid #fff;
	color: #fc6;
	font-family: tahoma;
	text-align: justify;
	font-size: 12px;
	padding: 0px;
}
div.content a:link { color: #fff; font-weight: bold; text-decoration: none; }
div.content a:hover { color: #fff; font-weight: bold; text-decoration: underline; }
div.content a:visited { color: #fff; font-weight: bold; text-decoration: none; }
div.login { 
	background: #520000; 
	padding: 0px; 
	width: 780px;
	margin: auto;
	font-family: verdana;
	font-size: 10px;
	color: #fc6;
	text-align: right;
}
div.login a:link { color: #fc6; font-weight: bold; text-decoration: none; }
div.login a:hover { color: #fc6; font-weight: bold; text-decoration: underline; }
div.login a:visited { color: #fff; font-weight: bold; text-decoration: none; }

td.b1 {
    border: 1px solid #000;
    padding: 5px;
}
tr.b1 {
    border: 1px solid #000;
    padding: 5px;
}

td.b1h {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

td.b2 {
    border: 1px solid #000;
    background: #fc6;
    color: #000;
    padding: 5px;
}
td.stats_hd {
    border: 1px solid #fff;
    vertical-align: bottom;
}
td.stats_hd2 {
    border: 1px solid #fff;
    vertical-align: bottom;
}
td.stats {
    text-align: center;
    border: 1px solid #000;
    padding: 2px;
}
td.stats_p {
    background: #520000;
    border: 1px solid #000;
    padding: 5px;
    font-weight: bold;
}