*{
    margin: 0px;
    padding: 0px;
}

body{
    background: #0f1422;
    font-family: Tahoma;
}

h1{
    color: #5db4f9;
    margin: 10px;
    font-weight: normal;
}
h2{
    color: #10308c;
}
h3{
    color: #186CDE;
    margin: 20px 0px 10px 0px;
    border-bottom: 1px solid #1c2336;
}

table{
    background: #FFF;
}

/* szare wiecej */
a.details{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #777;
}
a.details:hover{
	text-decoration: underline;
}


/* anty ucinanie */
.menu-bar, .footer, .wrap, .wrap-content{
    min-width: 1000px;
}

.wrap{
    width: 1000px;
    min-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.wrap-content{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.left-menu{
    width: 190px;
    margin-right: 10px;
    float: left;
    padding-top: 15px;
}
.left-menu ul{
    margin-top: 20px;
}
.left-menu ul li{
    margin: 3px 0px;
}
.left-menu li a{
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.left-menu li a:hover{
    text-decoration: underline;
}
.left-menu li.heading{
    font-weight: bold;
    font-size: 18px;
    color: #186CDE;
    border-bottom: 1px solid #1C2336;
}

.center{
    text-align: center;
}

.half{
    overflow: hidden;
    background: url('G/half.jpg') repeat-y top center;
}

.top{
    height: 200px;
    background: url('G/top.jpg') no-repeat top center;
}

.menu-bar{
    background: #000;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.main-menu{
    margin: 10px;
	float: left;
}
.main-menu li{
    display: inline;
    margin: 0px 15px;
}
.main-menu li a{
    color: #AAA;
    font-size: 14px;
    text-decoration: none;
}
.main-menu li a:hover{
    color: #FFF;
    text-decoration: underline;
}

.link-menu{
	float: right;
	margin-right: 95px;
}
.link-menu li{
	float: left;
	padding: 12px;
	font-size: 14px;
	list-style: none;
}
.link-menu li a{
	color: #AAAAAA;
	text-decoration: none;
}
.link-menu li a:hover{
	text-decoration: underline;
}

.content{
    width: 530px;
    float: left;
	color: #8EA0BF;
}

.gadgets{
    width: 260px;
    margin-left: 10px;
    padding-top: 15px;
    float: left;
    color: #8EA0BF;
    font-size: 12px;
}

.zegar{
    margin-top: 10px;
}

.footer{
    clear: both;
    width: 100%;
    background: #000;
    padding: 20px 0px;
}

.footer ul{
    margin: 0 auto;
    text-align:center;
}
.footer ul li{
    display: inline;
    margin: 0px 20px;
}
.footer ul li a{
    font-size: 12px;
    text-decoration: none;
    color: #444444;
}
.footer ul li a:hover{
    color: #5db4f9;
    text-decoration: underline;
}

/* RSS */
.feeds li{
    list-style: none;
    margin-bottom: 15px;
    text-align: left;
}

.feeds li a{
    color: #5db4f9;
    font-size: 13px;
    text-decoration: none;
    font-weight:  bold;
}
.feeds li a:hover{
    text-decoration: underline;
}

.feeds li p{
    color: #8EA0BF;
    font-size: 12px;
    line-height: 13px;
}

/* BANKIER */
.middle_product{
    border: 1px solid #F00;
    background: #FFF;
}

/* AJAX LOADER */
.loader{
    height: 300px;
    background: url('G/loader.gif') no-repeat center center;
}

