/*
 * banner i box na górze strony głównej
 */
div#topStrip1 {
	background: #f3f7f8;
    border-bottom: 16px solid #e3e4e8;
}
div#topContainer {
    width: 934px;
    padding: 0 0 0 25px;
    margin: 0px auto;
}

div#topBannerContainer {
    width: 650px;
    float: left;
}

#topBanner {
    border: 0;
    margin: 0;
    padding: 0;
    display: inline;
}

div#topRight {
    padding: 40px 10px 0px 10px;
	color: #808183;
	background: #FFF;
	height: 260px;
	line-height: 16px;	
}

#topRight h2 {
    font-weight: normal;
    font-size: 25px;
	line-height: 35px;
    margin: 0px;
    margin-bottom: 25px;
}

#topRight h2 span {
	line-height: 35px;

}

#topRight p {
    margin: 0px;
}

#topRight a.more {
    float: right;
}

/*
 * boxy na głównej
 */
#newsBox, #trainingBox, #sideBanner {
    float: left;
}

#newsBox, #trainingBox {
    font-size: 11px;
}

#newsBox h2, #trainingBox h2 {
    margin: 0px;
    padding: 0px;
    display: block;
    text-indent: -3000em;
    margin-bottom: 18px;
}

#newsBox h2 a {
	display: block;
    width: 119px;
    height: 19px;
    margin-left: 27px;
    background: url(/htdoc/image/pl.news.gif) no-repeat;
	outline: none;
}

#trainingBox h2 a {
	display: block;
    width: 160px;
    height: 19px;
    margin-left: 21px;
    background: url(/htdoc/image/pl.training.gif) no-repeat;
	outline: none;
}

#newsBox {
    margin-left: 38px;
    margin-right: 22px;
    width: 337px;
    display: inline;
}
#newsBox .newsBoxContent {
    border-top: 1px solid #f7f4e3;
    border-right: 1px solid #f7f4e3;
    
    /*
	background: #f8f9fb;
    */
	padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 27px;
    padding-right: 26px;
}

#trainingBox .trainingBoxContent {
    border-top: 1px solid #f7f4e3;
    padding-top: 20px;
    padding-left: 21px;
    padding-right: 20px;
}

#newsIcon,
.newsThumbnail {
    float: left;
	border: 3px solid #e4edf4;
    margin: 0 10px 10px 0;
}

.newsBody {
    float: left;
    width: 197px;
}

.newsBodyWithoutImage {
    float: left;
    width: 283px;
}

div.news {
	clear: left;
	padding-top: 7px;
}

div.news ul {
    float: left;
}

/* pierwszy news */
div.firstNews {
    margin-bottom: 10px;
}

div.firstNews div.date {
    color: #a3a4a6;
}

div.firstNews div.title {
    margin-top: 5px;
    color: #0052a0;
    font-weight: bold;
    width: 190px;
}

div.firstNews div.title a {
    color: #0052a0;
}

div.firstNews div.preContent {
    margin-top: 15px;
    width: 200px;
}

/* dalsze newsy */
div.news ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.news ul li {
    margin: 0px;
    padding: 0px;
}

div.news li.date {
    color: #a3a4a6;
    width: 75px;
    float: left;
}

div.news li.title {
    float: left;
    width: 200px;
}

a.newsMore, a.newsMoreFirst {
    float: right;
	outline: none;
	text-indent: -3000em;
}

a.newsMore {
	width: 4px;
	height: 11px;
	display: block;
	background: url(/htdoc/image/smallMore.gif) no-repeat;
	background-position: 0px 5px;
	text-indent: -3000em;
}
a.newsMoreFirst {
	width: 5px;
	height: 11px;
	display: block;
	background: url(/htdoc/image/bigMore.gif) no-repeat;
	background-position: 0px 5px;
}


#trainingBox {
    width: 337px;
}


/* poprawka szerokosci nagłówka dla szkoleń */
div#trainingBox div.newsBody {
    width: 210px;
}

div#trainingBox div.newsBodyWithoutImage {
    width: 296px;
}



/*IE6 hacks - index*/
#trainingBox ul, #trainingBox ul li, #trainingBox .news {
    zoom: 1;
}

/* boczny banner */
#sideBanner {
    float: right;
    display: inline;
    margin-right: 33px;
    width: 250px;
}

#sideBannerContainer {
    width: 250px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 18px;
}

#sideBanner ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

#sideBanner li {
    float: left;
}

a#prevBanner, a#nextBanner {
    display: block;
    outline: none;
    text-indent: -3000px;
}

a#prevBanner {
    width: 27px;
    height: 29px;
    background: url(/htdoc/image/bannerControls.gif) no-repeat;
}

a#nextBanner {
    width: 28px;
    height: 29px;
    background: url(/htdoc/image/bannerControls.gif) no-repeat;
    background-position: -27px 0px;
}

/* opcjonalny banner reklamowy */
#topAdvert {
    width: 1032px;
    margin: 0 auto 25px auto;
}

#bottomAdvert {
    width: 1032px;
    margin: 0 auto;
    padding: 0 auto;
}

a.newsLink {
	color: #000;
	text-decoration: none;
}
a.newsLink:hover {
	color: #000;
	text-decoration: underline;
}

