body {
	margin: 0px; padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #3f3f3f;
}

#page {
	width: 998px;
	margin: 0 auto;
}

a {text-decoration: none;	}
a:hover {text-decoration: underline;	}
a img {border: 0px;	}

#header {
	position: relative;
	width: 998px;
}

#logo {
	padding: 0px; margin: 0px;
	position: absolute;
	left: 24px;
	top: 32px;
}

#logo a {
	display: block;
	outline: none;
	text-indent: -3000em;
	overflow: hidden;
	width: 202px;
	height: 55px;
	background: url(/htdoc/images/header.logo.gif) no-repeat;
}

/*
 * Część wspólna dla paska języka, narzędziowego i menu
 */

#nav, #languages, #tools {
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li, #languages li, #tools li {
	float: left;
}

/*
 * Pasek menu
 */

#nav {
	top: 108px;
	left: 0px;
}


#nav li a {
	display: block;
	outline: none;
	height: 56px;
	text-indent: -3000em;
}

/*
 * Pasek wyboru języka
 */

#languages {
	right: 11px;
	top: 52px;
}

#languages li a {
	display: block;
	margin-left: 14px;
	width: 16px;
	height: 11px;
	text-indent: -3000em;
	outline: none;
}

#languages a.pl {background: url(/htdoc/images/flag.pl.passive.png) no-repeat;}
#languages a.pl:hover,
#languages a.pl_a {background: url(/htdoc/images/flag.pl.active.png) no-repeat;}

#languages a.en {background: url(/htdoc/images/flag.en.passive.png) no-repeat;}
#languages a.en:hover,
#languages a.en_a {background: url(/htdoc/images/flag.en.active.png) no-repeat;}

/*
 * Pasek narzędziowy
 */

#tools {
	right: 70px;
	top: 50px;
}

#tools li {
	padding: 0px 6px;
	background: url(/htdoc/images/tools.separator.gif) center right no-repeat;
}
#tools li.noborder {
	background: none;
}

#tools a {
	color: #a7a7a7;
}

/*czesc wspolna dla boxu oferty i witamy */
#welcomeBox {
	position: absolute;
	right: 0px;
	top: 172px;
	width: 224px;
	padding-right: 17px;
	height: 206px;
	color: #eacfcf;
	background: url(/htdoc/images/header.border.long.gif) top right no-repeat;
}

#welcomeBox .title {
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}

#welcomeBox p {
	margin: 0px;
}

#welcomeBox .more {
	float: right;
	text-indent: -3000em;
	outline: none;
	margin-top: 5px;
}






/*
 * Szukajka
 */

#searchContainer {
	display: block;
	width: 264px;
	height: 64px;
	position: absolute;
	right: 0px;
	top: 108px;
}
form#search {
	position: relative;
	width: 264px; height: 64px;
	margin: 0px; padding: 0px;
	display: block;
}

form#search .text {
	background: url(/htdoc/images/search.input.gif) no-repeat;
	position: absolute;
	left: 47px;
	top: 17px;
	width: 134px;
	height: 22px;
	border: none;
	line-height: 20px;
	padding-left: 12px;
	padding-top: 2px;
	font-size: 11px;
	color: #878787;

}

form#search .submitter {
	position: absolute;
	left: 202px;
	top: 17px;
}

.fheader {
	margin: 9px 0px;
	padding: 0px;
	font-size: 20px;
}

#contentWrapper {
	border-right: 1px solid #e9e9e9;
	width: 998px;
	padding-top: 12px;
	padding-bottom: 9px;
	overflow: hidden;
}
#contentBottom {
	width: 998px;
	height: 9px;
	background: url(/htdoc/images/bottom.gif) top left no-repeat;
	overflow: hidden;
}

.special-wrapper {
	height: 8px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

#footer {
	position: relative;
	height: 40px;
}

#footer .developer {
	position: absolute;
	top: 10px;
	right: 11px;
}

#footer .copyright {
	position: absolute;
	top: 10px;
	left: 1px;
}

.clearFix {
	clear: both;
}

.conference-precontent {
	padding-left: 60px;
	padding-top: 38px;
	height: 13px;
	background: url(/htdoc/images/conference.icon.gif) no-repeat top left;
	line-height: 12px;
	color: #981818;
	display: block;
	width: 164px;
}

.conference-precontent a {
}

