body {
	background: url(/htdoc/images/header.background.gif) repeat-x;
}

#header {
	height: 445px;
}

#searchContainer{
	background: url(/htdoc/images/search.background.gif) no-repeat;
}
/*
 * Top banner i box na stronie głównej
 */


#topBannerContainer {
	width: 733px;
	height: 261px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 164px;
}

#conferenceBox {
	position: absolute;
	top: 378px;
	right: 0px;
	border-right: 1px solid #f1efe5;
	padding: 8px 17px 0 0;
	width: 224px;
	height: 59px;
}
#newsBox {
	float: left;
	position: relative;
	height: 125px;
	width: 726px;
	padding-left: 7px;
	background: url(/htdoc/images/index.separator.gif) 361px 0px no-repeat;
	border-right: 1px solid #ededed;
	margin-right: 23px;
}

#newsBox .rss {
	position: absolute;
	right: 20px;
	top: 6px;
	padding-right: 23px;
	height: 16px;
	color: #999;
	font-weight: bold;
	background: url(/htdoc/images/rss.gif) center right no-repeat;
}

#newsBox .news1 {
	float: left;
	width: 327px;
	height: 90px;
	margin-right: 49px;
	position: relative;
}

#newsBox .news2 {
	float: left;
	width: 330px;
	height: 90px;
	position: relative;
}

#newsBox .title {
	font-weight: bold;
	color: #3f3f3f;
	font-size: 12px;
}

#newsBox .date {
	color: #bcc6cf;
	font-size: 12px;
}

#newsBox p {
	margin: 0px;
}
#newsBox .more {
	outline:none;
	text-indent: -3000em;
	/*float: right;*/
	position: absolute;
	bottom: 5px;
	right: 5px;
	overflow: hidden;
}

#newsletterBox {
	float: left;
	width: 210px;
}

form#newsletter {
	margin: 20px 0 0 0;
	padding: 0px;
	position: relative;
	width: 210px;
}

form#newsletter .text{
	width: 157px;
	height: 18px;
	padding: 2px;
	padding-left: 7px;
	background: url(/htdoc/images/newsletter.input.gif) no-repeat;
	color: #878787;
	border: 0px;	
}

