body{
	font-family: Arial, Tahoma, helvetica, sans-serif;
	background: #000 url('gfx/mainbg.gif') repeat-x;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

img{
	border: none;
}

a{
	border: none;
	text-decoration: none;
}

.mainContainer{
	width: 961px;
	margin: auto;
	text-align: left;
}

.mainbgbottom{
	background: url('gfx/mainbgbottom.gif') center bottom no-repeat;
	float: none;
}

.top{
	float: none;
	position: relative;
	background: url('gfx/top.jpg') no-repeat center top;
	height: 176px;
}

	.top .filia_logo {
		position: absolute;
		left: 30px;
		top: 50px;
	}
	.top .filia_info {
		width: 350px;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 120px;
		left: 575px;
	}

	.top .akademia {
		display: block;
		width: 160px;
		height: 175px;
		position: absolute;
		top: 0px;
		left: 400px;
	}

		.top .filia_info span {
			font-size: 17px;
			display: block;
			margin-bottom: 5px;
		}
		.top .filia_info a {
			display: block;
			color: #fff;
			text-decoration: none;
		}

.bgtop{
	background: url('gfx/bgtop.gif') no-repeat;
	width: 1000px;
	height: 20px;
	float: none;
}

/*menu*/

.menu{
	float: none;
	width: 955px;
	margin: auto;
	background: #cc181f;
	border: 3px solid #cc181f;
	border-top: 0px;
	border-bottom: 0px;
}

.menu a {
	height: 47px;
	width: 156px;
	float: left;
	background-color: #c71d1b;
	background-position: center center;
}
.menu a:hover {
	background-color: #4f4f4f;
	background-position: center center;
}

	.m_aktualnosci{
		background: url(gfx/mAktualnosci_h.gif) no-repeat;
	}
	.m_aktualnosci:hover{
		background: url(gfx/mAktualnosci.gif) no-repeat;
	}

	.m_fundacja{
		background: url(gfx/mFundacja_h.gif) no-repeat;
	}
	.m_fundacja:hover{
		background: url(gfx/mFundacja.gif) no-repeat;
	}

	.m_filie{
		background: url(gfx/mFilie_h.gif) no-repeat;
	}
	.m_filie:hover{
		background: url(gfx/mFilie.gif) no-repeat;
	}

	.m_filia{
		background: url(gfx/mFilia_h.gif) no-repeat;
	}
	.m_filia:hover{
		background: url(gfx/mFilia.gif) no-repeat;
	}

	.m_rekreacja{
		background: url(gfx/mRekreacja_h.gif) no-repeat;
	}
	.m_rekreacja:hover{
		background: url(gfx/mRekreacja.gif) no-repeat;
	}

	.m_wmediach{
		background: url(gfx/mWmediach_h.gif) no-repeat;
	}
	.m_wmediach:hover{
		background: url(gfx/mWmediach.gif) no-repeat;
	}

	.m_druzyny {
		background: url(gfx/mDruzyny_h.gif) no-repeat;
	}
	.m_druzyny:hover{
		background: url(gfx/mDruzyny.gif) no-repeat;
	}

	.m_partnerzy{
		background: url(gfx/mPartnerzy_h.gif) no-repeat;
	}
	.m_partnerzy:hover{
		background: url(gfx/mPartnerzy.gif) no-repeat;
	}

	.m_kontakt{
		background: url(gfx/mKontakt_h.gif) no-repeat;
	}
	.m_kontakt:hover{
		background: url(gfx/mKontakt.gif) no-repeat;
	}

	.m_obiekty{
		background: url(gfx/mObiekty_h.gif) no-repeat;
	}
	.m_obiekty:hover{
		background: url(gfx/mObiekty.gif) no-repeat;
	}

	.m_dzialalnosc{
		background: url(gfx/mDzialalnosc_h.gif) no-repeat;
	}
	.m_dzialalnosc:hover{
		background: url(gfx/mDzialalnosc.gif) no-repeat;
	}

	.m_oferta{
		background: url(gfx/mOferta_h.gif) no-repeat;
	}
	.m_oferta:hover{
		background: url(gfx/mOferta.gif) no-repeat;
	}

	.m_turnieje{
		background: url(gfx/mTurnieje_h.gif) no-repeat;
	}
	.m_turnieje:hover{
		background: url(gfx/mTurnieje.gif) no-repeat;
	}

	.m_wyniki{
		background: url(gfx/mWyniki_h.gif) no-repeat;
	}
	.m_wyniki:hover{
		background: url(gfx/mWyniki.gif) no-repeat;
	}
	
	.m_szkoly{
		background: url(gfx/mSzkoly_h.gif) no-repeat;
	}
	.m_szkoly:hover{
		background: url(gfx/mSzkoly.gif) no-repeat;
	}



/* content */

.contentContainer{
	background: url('gfx/bgcontent.gif') repeat-y center;
	width: 961px;
	float: none;
	padding: 15px 0 0 0;
/*
	_padding: 15px 0 0 15px;
*/
	margin: 0px;
}

.column1{
	width: 198px;
	float: left;
	margin-left: 14px;
	display: inline;
}

.column2{
	width: 504px;
	float: left;
	margin-left: 17px;
	margin-right: 18px;
}

.column3{
	width: 198px;
	float: left;
}


.ksiazka,
.ramka_modul {
	width: 196px;
	height: 129px;
	float: none;
	line-height: 0;
	margin-bottom: 10px;
	display: block;
}


/*
 *		FRAME
 */

.frame_frameContent{
	padding: 11px;
	width: 174px;
	background: #ac1816;
	float: none;
}

.frame_frameBottom{
	background: url('gfx/frame_frameBottom.gif') no-repeat bottom center;
	width: 196px;
	height: 15px;
	float: none;
}


/*
 *		BUTTONS
 */
.powrot_butt {
	display: block;
	margin: auto;
	width: 46px;
	background: url('gfx/powrot_butt.gif') no-repeat center center;
	height: 23px;
	margin-top: 10px;
}

.archiwum_butt,
.archiwummedia_butt {
	display: block;
	margin: auto;
	width: 106px;
	background: url('gfx/archiwum_butt.gif') no-repeat center center;
	height: 23px;
	margin-top: 10px;
}
	.archiwummedia_butt {
		background: url('gfx/archiwummedia_butt.gif') no-repeat center center;
	}




/*
 *		AKTUALNOSCI
 */
.aktualnosciUnit {
	background: #e6e6e6 url('gfx/au_bottom.gif') no-repeat bottom center;
	padding: 0px;
	padding: 10px 10px 15px 10px;
	margin: 0px 10px 10px 10px;
	line-height: 18px;
	color: #000;
}

	.aktualnosciFrameTop,
	.contentHeader {
		background: #e6e6e6 url('gfx/au_top.gif') no-repeat top center;
		padding: 16px 10px 13px 10px;
		margin: 0px 10px;
		color: #cd181f;
		font-size: 12px;
		font-weight: bold;
	}
	.contentHeader {
		padding-bottom: 23px;
		margin-top: 0px;
	}

		.aktualnosciUnit img {
			border: 1px solid #000;
		}
		.aktualnosciUnit a {
			color: #CD181F;
		}


	.wiecej_butt {
		width: 69px;
		height: 23px;
		display: block;
		float: right;
		margin: 15px 15px 0px 0px;
		background: url('gfx/wiecej_butt.gif') no-repeat center center;
	}


/*
 *		PARTNERZY
 */

.partnerzyContainer {
	width: 196px;
	float: none;
}

.partnerzy_frameTop {
	background: url('gfx/partnerzy_frameTop.gif') no-repeat;
	width: 196px;
	height: 46px;
	float: none;
}

	.partnerzyContainer .banner160x90 {
		display: block;
		margin: 5px auto;
		width: 160px;
		border: 1px solid #000;
	}

	.partnerzyContainer .banner160x90 img {
		display: block;
	}

.partnerzy_buttZobacz {
	display: block;
	margin: auto;
	width: 137px;
	background: url('gfx/partnerzy_buttZobacz.gif') no-repeat center center;
	height: 23px;
	margin-top: 10px;
}


/*
 *		SONDA
 */

.sondaContainer{
	width: 196px;
	margin-bottom: 10px;
	float: none;
}

	.sondaContainer form {
		margin: 0px;
		padding: 0px;
	}

.sonda_frameTop{
	background: url('gfx/sonda_frameTop.gif') no-repeat;
	width: 196px;
	height: 46px;
	float: none;
}


.sondaHeader{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}


	.sonda_frameContent p {
		margin: 0px;
		padding: 10px 0;
	}
		.sonda_frameContent p a {
			clear: both;
			float: none;
			margin: 0px;
		}

	.sonda_title {
		font-weight: bold;
		padding: 10px 0px;
	}

	.sonda_buttZaglosuj {
		width: 71px;
		height: 24px;
		float: left;
		background: url('gfx/sonda_buttZaglosuj.gif');
		margin-left: 12px;
		display: block;
	}
	.sonda_buttWyniki {
		width: 71px;
		height: 24px;
		float: left;
		background: url('gfx/sonda_buttWyniki.gif');
		margin-left: 5px;
		display: block;
	}

	.sonda_radio {
		float: left;
		display: block;
	}

	.sonda_label {
		float: left;
		width: 100px;
		display: block;
		padding: 5px 2px;
	}

.option{
	float: none;
	vertical-align: middle;
}




/* BOTTOM */
.bgpartners {
	width: 961px;
	background: url('gfx/bgbottom_partners.gif') no-repeat center center;
	padding: 11px 0px 10px 0px;
	clear: both;
}

	.bgpartners .logoUnit {
		float: left;
	}

	.bgpartners .partners {
		margin: auto;
		width: auto;
	}
	.bgpartners .banner100x56 {
		margin: 3px 8px;
		border: 1px solid #000;
		padding: 0px !important;
		width: 100px;
		height: 56px;
	}
	.bgpartners a {
		color: #fff !important;
		display: block;
		text-align: center;
	}



.bgbottom{
	width: 961px;
	height: 9px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: url('gfx/bgbottom.gif') no-repeat center center;
	float: none;
}


/* footer */

.footerContainer{
	background: url('gfx/bgfooter.png') 20px 0 no-repeat;
	height: 69px;
	padding-bottom: 20px;
	padding-top:0;
	margin:0;
	float: none;
}

.footerContent{
	padding-left: 35px;
	padding-top: 10px;
	line-height: 12px;
	color: #fed6d6;
}

.footerContent a{
	color: #fed6d6;
}

.footerContent a:hover{
	color: #fff;
}

.footerCont01{
	font-size: 12px;
	float: none;
}

.footerCont01 span{
	padding-left: 2px;
	padding-right: 2px;
}

.footerCont02{
padding-top: 10px;
	font-size: 11px;
	float: none;
}

.clear{
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: -1px;
	_line-height: 0;

}

