﻿html, body {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 13px;
}

*td { font-size: 11px; }

div {
    margin: 0;
    padding: 0;
}
#kontener {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#logo {
    width: 1000px;
    height: 148px;
    background: url('images/logo.png') no-repeat;
}
#szukaj {
}
#menu {
}

#tresc {
}

#prawo {
    float: right;
    width: 315px;
}
#prawo #formularz-logowanie {
    margin-top: 22px;
    margin-left: 100px;
}
#tlo-kadra {
   width: 196px;
   height: 53px;
   margin-top: 22px;
   margin-left: -10px;
   background: url('./images/kadra.png')
}
#szukaj {
    float: left;
    width: 260px;
    height: 50px;
    margin-left: 10px;
    margin-right: 5px;
    padding-top: 13px;
    padding-left: 7px;
    background: url('images/szukaj-tlo.png') repeat-x;
    white-space: nowrap;
    overflow: hidden;
}
#menu {
    padding-left: 10px;
    height: 50px;
    background: url('images/menu-tlo.png') repeat-x;
    overflow: hidden;
}
#wyniki {
    clear: both;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 3px;
    padding-left: 7px;
    width: 990px;
    height: 25px;
    background: url('images/wyniki-tlo.png') repeat-x;
    color: #a2a2a2;
}
#lewa-kolumna {
    float: left;
    width: 550px;
}
#boksy-lewo {
    float: left;
    width: 275px;
}
#boksy-prawo {
    float: right;
    width: 275px;
}
#prawa-kolumna {
    float: left;
    width: 450px;
}
#news-dnia {
    padding-top: 100px;
    margin-top: 15px;
    width: 399px;
    height: 98px;
    color: #fff;
    overflow: hidden;
}

#news-dnia h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
#news-dnia #news {
    padding: 3px;
    height: 92px;
    background: url('images/news-dnia-tlo.png') no-repeat bottom;
}
.news {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff9999;
}
.news img {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    width: 100px;
    height: 100px;
}
.news .tresc {
    margin-top: 5px;
}
.news .tresc h3 {
    margin: 0;
    font-size: 13px;
    margin-bottom: 5px;
}
.news .tresc h3 a{
    color: dimgray;
    font-weight: bolder;
}
.news .tresc a {
    color: dimgray;
}
.news .tresc a.komentuj {
    font-weight: bolder;
    color: #CF3434;
    font-size: smaller;
}

.news-strony {
    margin-top: 6px;
    float: left;
    color: dimgray;
    font-size: smaller;
}
.news-archiwum {
    margin-top: 6px;
    float: right;
}
.news-archiwum a {
    color: dimgray;
}
.news-archiwum a img {
    vertical-align: middle;
}

#statystyki {
    clear: both;
    padding-top: 5px;
    margin-left: 30px;
}
#statystyki div {
    width: 170px;
    background: #f1f1f1;
}

#stopka {
    clear: both;
    width: 1000px;
    height: 57px;
    background: url('images/stopka-tlo.png') repeat-x;
    color: #fff;
}
#s-lewo {
    float: left;
    padding-top: 22px;
    padding-left: 20px;
}
#s-lewo a {
    color: #fff;
    font-weight: bolder;
}
#s-prawo {
    float: right;
    padding-top: 22px;
    padding-right: 20px;
}
#s-prawo a {
    color: #fff;
    text-decoration: none;
}

.box {
    margin-top: 15px;
    background: url('images/box-naglowek.png') no-repeat top left;
}
.box-naglowek {
    width: 225px;
    height: 50px;
    padding-top: 8px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.box-aktywny{
    float: left;
    min-width: 50%;
    background: url('images/active-tab.png') repeat-x top;
    text-align: center;
}
.box-nieaktywny{
    float: left;
    min-width: 50%;
    text-align: center;
}
.box-aktywny a{
    padding-top: 11px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    height: 39px;
    color: yellow;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
.box-aktywny a:hover{
    color: yellow;
}
.box-nieaktywny a{
    padding-top: 11px;
    display: block;
    height: 39px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
.box-nieaktywny a:hover{
    color: #fff;
}
.box-tresc {
    margin-left: 9px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    width: 232px;
    background: url('images/box-tlo.png') repeat-y;
}

#prawo span {
    font-size: xx-small;
    color: #494949;
}
#prawo a {
    font-weight: bolder;
    color: #494949;
}
#formularz-logowanie span {
    font-size: 13px;
    color: #CF3434;
}
#formularz-logowanie input {
    border: 1px solid silver;
    background: #f9f9f9;
}
#szukaj input {
    border: 1px solid silver;
    background: #f9f9f9;
    padding: 2px;
}
input#loguj {
    width: 62px;
    height: 19px;
    padding-bottom: 3px;
    background: url('images/button-bgk.png') no-repeat;
    border: 0;
    font-size: 11px;
    color: #fff;
}
input#wyszukaj {
    padding: 0;
    width: 13px;
    height: 14px;
    background: url('images/szukaj-go.png') no-repeat;
    border: 0;
}
#menu {
    padding-left: 10px;
    height: 50px;
    background: url(images/menu-tlo.png) repeat-x;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}
#menu li {
    float: left;
    margin-right: 15px;
}
#menu li a {
    display: block;
    width: 99px;
    height: 34px;
    padding-top: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 0px;
}
#menu li:hover {
    background: url(images/menu-aktywny-tlo.png) no-repeat;
}
#menu li a:hover {
    font-weight: bold;
}
#menu li ul li:hover {
    background-image: none;
}
#menu li ul {
position: absolute;
padding-top: 5px;
}
#menu li ul li a, #menu li ul li a:hover {
    text-decoration: none;
    display: inline;
    padding: 0 0 0 0px;
    height: 0;
}
#menu li ul li a {
    width: 100px;
    color: #fff;
    white-space: nowrap;
}
#menu li ul li a:hover {
    color: #FFE400;
    font-weight: normal;
}
#menu li:hover ul, #menu li.sfhover ul { 
    left: auto; 
}
#menu li ul { 
   left: -999em;
   margin-left: 0;
   background: black;
   color: #FFF;
   list-style: none;
   padding: 0 5px 0 5px;
   line-height: 2em;
}
#menu li ul li, #menu li ul li:hover{ 
    font-size: 11px;
    clear: both;
    padding: 1px 2px 1px 10px;
    margin: 0px 10px 0px 10px;
    border-bottom: 1px solid #646464;
    text-align: left;
    height: auto;
    width: 100px;
    font-weight: normal;
    background: url(images/tr.gif) no-repeat left;

}

#menu li ul { filter: alpha(opacity=60); -moz-opacity: 0.7; opacity: 0.7; }
img {
    border: 0;
}
#typer {
    margin-left: 15px;
    margin-top: 15px;
}
ol {
    padding: 0;
    margin: 0;
}
ol li {
    margin-left: 17px;
}
ol li ul {
    margin: 0;
    padding: 0;
}
.komentarz_autor {
    float: left;
    padding-right: 7px;
}
#newsdnia_autor {
    float: right;
}

a {
    color: dimgray;
}
a:hover {
    color: red;
}
#uzytkownicy td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#sb_get {
    border: 0;
    background: url('images/button-bgc.png') no-repeat;
    color: #fff;
    padding: 0;
    width: 62px;
    height: 19px;
    font-size: smaller;
    padding-bottom: 2px;
}
#sb_wyslij {
    position: relative;
    left: -2px;
    border: 0;
    background: url('images/button-bgk.png') no-repeat;
    color: #fff;
    padding: 0;
    width: 62px;
    height: 19px;
    font-size: smaller;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-left: 0;
}
.send {
	background: url('img/send.png') no-repeat;
	width:63px;
	height:26px;
	border:none;
	margin:0px;
	text-align:center;
	padding:2px 0 0 0 ;
	font-size:11px;
	font-family:Tahoma;
	color:white;
	font-weight:bold;
	}

.register {
	padding-top:5px;
	text-align:center;
	padding:2px 0 0 0 ;
	font-size:11px;
	font-family:Tahoma;
	color:gray;
	}	
