body {
    margin: 0;
    text-align: center;
    background-color: #607CB4;
}



#main { 
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}




#logo { 
    position: absolute;
    width: 760px;
    left: 10px;
    top: 10px;
    clear: left;
}

#licznik { 
    position: absolute;
    top: auto;
    width: 200px;
    left: 567px;
}

/*****************************
Zawartosc strony
*****************************/
#content {
    position: absolute;
    left: 10px;
    top: 270px;
    width: 510px;
    background-color: white;
    border-left: 1px solid navy;
    border-top: 1px solid navy;
    padding: 15px;
}

#content
table.news {
    border-bottom: 1px solid navy;
    margin: 0px 0px 20px 0px;
    padding: 5px;
}

#content
td.story {
    border-top: 1px solid navy;
    margin-top: 10px;
    font: bold 12px Verdana;
    color: navy;
    text-align: justify;
}

#content
td.date {
    width: 100px;
    font: normal 13 px Verdana;
    padding: 5px;
}

#content
p {
    indent: 1cm;
}

#content
td.title {
    width: 450px;
    color: white;
    background-color: navy;
    text-align: center;
    font: bold 14px Verdana;
}

#content
td {
    color: navy;
    font: normal 12px Verdana;
}

#content
td.author {
    text-align: left;
}

#content
td.forward {
    text-align: right;
    margin-right: 10px;
}

#content
td.comment {
    text-align: right;
    margin-right: 10px;
}

#content
a {
	color: navy;
	display: block;
	text-decoration: none;
    font: normal 13px Verdana;
}

#content
a:link {
	color: navy;
}

#content
a:visited {
	color: #000070;
}

#content
a:hover {
	color: #navy;
}

#content
a:active {
	color: #navy;
}
/****************************/

/*****************************
Menu strony
*****************************/
#menu table {
	color: navy;
	font: normal 13px Verdana;
	text-align: center;
    height: 26px;
    background-color: white;
}

#menu {
	border: 1px solid navy;
	border-bottom: 0px;
	width: 758px;
    position: absolute;
    top: 210px;
    left: 10px;
    z-index: 4;
}

#submenu {
	border: 1px solid navy;
	border-top: 0px;
	width: 758px;
    position: absolute;
    top: 236px;
    left: 10px;
    background-color: white;
}

#menu
td {
	padding: 3px;
	border-bottom: 1px solid navy;
	width: 2px;
}

#menu
td.menu {
	display: block;
	width: 130px;
	height: 20px;
	cursor: default;
}

#submenu
div {
	display: none;
	border: 0px solid navy;
	border-top: 0px;
}
#submenu td {
	display: block;
	width: 120px;
	height: 20px;
	text-align: center;
    border: 0px;
}

#submenu
a {
	color: navy;
	display: block;
	text-decoration: none;
	font: normal 14px Verdana;
}

#submenu
a:link {
	background-color: white;
}

#submenu
a:visited {
	background-color: #F0F0F0;
}

#submenu
a:hover {
	font-weight: bold;
	background-color: #F9F9F9;
}
#submenu
a:active {
	background-color: #F3F3F3;
}

/****************************/

/***********************************
Ligowe tabele
***********************************/
#table {
    position: absolute;
    top: 270px;
    left: 557px;
    width: 200px;
    background-color: white;
    padding: 6px;
    border-right: 1px solid navy;
    border-top: 1px solid navy;
}

#table tr { 
    font-size: 13px;
}

#table table { 
    border: 1px solid navy;
    border-color: navy;
    width: 190px;
    background-color: white;
}

#table th {
    border-bottom: 1px solid navy;
}

#table
a {
	color: navy;
	text-decoration: none;
    font-size: 13px;
}


th.header {
            color: white;
            font: bold 13px Verdana;
            background-color: navy;
}

tr.header {
            color: white;
            font: bold 13px Verdana;
            background-color: navy;
}

tr.first { 
    background-color: #eeeeee;
    color: navy;
}

tr.second { 
    background-color: #dddddd;
    color: navy;
}

tr.third { 
    background-color: #cccccc;
    color: navy;
}

tr.rel { 
    background-color: #ff0000;
    color: white;
    border-top: 1px solid white;
}

tr.ksunia { 
    font-weight: bold;
    background-color: #2145C1;
    color: white;
}

tr.lider {
    font-weight: bold;
    background-color: #00FF00;
    color: white;
}

td.dots { 
    text-align: center;
    border-bottom: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;
}
/**** Tabele pelne ******************/
table.tabela {
    color: navy;
    font: normal 13px Verdana;
}


/************************************/

/*************************************
Forum kibiców
*************************************/
.forum_header {
    font: bold 14px Verdana;
    color: navy;
    text-align: center;
}

#forum_table {
    display: none;
}
#forum_cell {
    display: block;
    cursor: default;
}

table.forum {
    width: 500 px;
    color: navy;
    clear: left;
    border-bottom: 1px solid navy;
}

td.data{
    font: normal 11px Verdana;
    color: navy;
}

td.autor{
    font: normal 11px Verdana;
    color: navy;
}
/************************************/

