/*
 *	zmiany konieczne do poprawienia przejrzystości strony
 *	z oryginalnego pliku pousuwałem/pozmienialem tylko te wlaśności które ewidentnie przeszkadzały
 *	aby w ktoryms momencie cos mi sie nie rozjechalo
 */
body {
	background: #FFF url("img/bg_body.png") repeat-x 0 0; width: 1024px; margin: 0 auto; text-align: left; 
	font: 12px arial,verdana,sans-serif; border: solid 0px #0F0; overflow: auto; overflow: no-scroll;
}

div {border: solid 0px #F00; width: 100%; float: left;}
a:hover {text-decoration: underline;}
hr {height: 1px; color: rgb(220,220,220); border-top: 1px solid rgb(220,220,220); border-bottom: none;}

#top {background: transparent;}

.menu {float: left; width: 1024px; height: 30px; overflow: visible;}
/*
.menu ul {margin: 0; padding: 8px 0 0; list-style-type: none; text-align: right;}
.menu li{display: inline; margin: 0 20px; padding: 0;}
*/
.menu a {font-size: 14px; font-weight: 900; color: grey; text-decoration: none;}
.menu a:hover {color: #FFF;}
.menu img {border: none; float: left;}

#middle {width: 525px; float: left;}
#middle_content {margin: 0 auto; width: 475px; float: none; overflow: hidden;}
#left {width: 175px;}

#left_bot {height: 20px; background: transparent url(../gfx/new/bg_left3.png) scroll no-repeat bottom left;}

#main {float: right; overflow: auto; overflow: no-scroll; width: 825px; margin: 7px 0 0;}
#postList_header {width: 100%; background: url(img/postList_header.png) repeat-x; float: none; display: block; clear: both; font-size: 16px; font-weight: 900; color: #FFF; padding: 5px 0;}
