@CHARSET "UTF-8";
body,input,#newsLetter *,#searchPanel * {
	margin: 0;;
	padding: 0;;
	border: none;
}
img {
	padding: 0;;
	border: none;
}

/** Glowne elementy htmlowe */
body {
	font-size: 11px;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	background-image: url('../img/common/bgline.png');
	background-repeat: repeat-x;
	background-color: #fff;
	color: #606060;
}

/** Dla bannerow po lewej stronie */
.leftBanner {
padding-bottom:10px;
}

#outer {
	background: #ebebeb;
}

#centrecontent {
	background-color: #ebebeb;
}

h1,h2,h3,h4 {
	color: #225486;
	margin-bottom:7px;
}

h5,h6 {
color: #ff6600;
	margin-top:10px;
margin-bottom:5px;
}

h1 {
	background-image: url('../img/common/boxorange.gif');
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 12px;
	padding-top: 5px;
	margin-bottom: 5px;
	width:90%; /* ie backgroung bug */
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
}
p {
	margin:0;
}
#content a {
	text-decoration: none;
	overflow: visible;
/*	display: block;*/
	background-image: url('../img/leftmenu/pointer.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 7px;
	line-height: 24px;
/*	width:1px;*/
}

#baseinfoleft a {
	line-height:130%;
	text-decoration: none;
	overflow: visible;
	display: block;
	background-image: url('../img/leftmenu/pointer.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 7px;
}
#baseinfoleft a.imagelink {
	display:inline;
	background:none;
}
a:hover {
	color: #DF4D0D;
}
ul,ol {
	list-style: square;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 10px;
}

/** Ogolna definicja formularzy */
input {
	border: 1px solid #1D497B;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #225486;
}

/** Definicja wygladowych divow */ /** leftSection **/
#logo {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/common/logo.gif');
	width: 100%;
	height: 83px;
}

#langselector {
	float:right;
	height:15px;
	background-color:#ebebeb;
	padding:5px;
	padding-right:0;
	font-size:90%;
}
#langselector a{
	padding:5px;
}

#langselector a.activelink {
	color: #DF4D0D;
	font-weight:normal;
}

/* Górne Lewe menu */
#topleftMenu {
	height: 30px;
	margin-top: 38px;
}

.leftseparator {
	background-image: url('../img/leftmenu/separator.png');
	width: 5px;
	height: 20px;
	background-position: 0 0;
	float: left;
}

* html .leftseparator {
	background-image: none;
	filter: progid : DXImageTransform . Microsoft .
		AlphaImageLoader(src = '/public/web/img/leftmenu/separator.png',
		sizingMethod = 'scale');
}

#topleftMenu a {
	float: left;
	background-image: url('../img/leftmenu/leftarrow.gif');
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
	margin-left: 8px;
	margin-right: 6px;
	padding-top: 2px;
	color: #fff;
}

#topleftMenu a:hover {
	background-image: url('../img/leftmenu/aleftarrow.gif');
}

/** Pomaranczowy pasek pod menu **/
#bgorange {
	font-size: 1px;
	height: 5px;
	right: 0;
	width: 100%;
	background-image: url('../img/common/bgorange.gif');
}

/** Newsboard **/
#newsBoard {
	padding-right: 10px;
	margin: 12px;
	margin-left: 17px;
	margin-right: 5px;
}

#newsBoard h1 {
	margin-top:0;
	width:60%;
	float:left;
	
}

#newsBoard h2 {
	color: #204579;
	font-size: 11px;
	background-image: url('../img/news/newsarrow.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 7px;
	padding-top: 2px;
	margin-top: 6px;
	margin-left: -7px;
	margin-bottom:8px;
	font-style: normal;
}

#newsBoard a {
	width: 30px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	color: #606060;
	background-image: url('../img/news/iconmore.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
}

#newsBoard a:hover {
	color: #DF4D0D;
}

#newsBoard div {
	font-size: 10px;
	text-align: justify;
}

/** Newsletter **/
#newsLetter {
	background-image: url('../img/newsletter/bgnewsletter.png');
	height: 122px;
	width: 100%;
}

#newsLetter h1 {
	padding-top: 6px;
	padding-left: 12px;
	margin-bottom:7px;
}

#newsLetter div {
	margin-left: 12px;
	margin-right: 10px;
	color: #555;
}

.newsLetterCheckbox {
	border: none;
	}

#newsLetter input, .newsLetterFormElement {
	width: 140px;
	background-image: url('../img/common/bginput.gif');
	background-repeat: repeat;
	border: 1px solid #505050;
	height: 15px;
	font-size: 90%;
	margin: 5px;
	margin-left: 10px;
	margin-top: 15px;
}

#newsLetter input.submit {
	background-image: url('../img/common/submitbutton.gif');
	width: 10px;
	height: 10px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
* html #newsLetter input.submit {
	margin-bottom:8px;
}
#bottomIcons {

height: 65px;


}
#bottomIcons a {
	margin-left: 7px;
	margin-right: 7px;
	float: left;
}

/** centerSection **/
#topMenu {
	float: left;
	height: 25px;
	width: 408px;
	background-image: url('../img/common/bgtopmenu.gif');
	line-height: 23px;
}

#topMenu a {
	background-image: url('../img/icons/tmarrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	color: #fff;
}

* html #topMenu a {
	background-position: 1px 2px;
}

#topMenu a img {
	margin-top: 7px;
}

#topMenu a:hover {
	background-image: url('../img/icons/tmarrow-active.gif');
}

#toprgbar {
	width: 162px;
	height: 25px;
	background-image: url('../img/common/bgtoprgbar.gif');
	float: right;
}

#headBanner {
	width: 408px;
	height: 156px;
	float: left;
	overflow:hidden;
}

#searchPanel {
	float: right;
	width: 152px;
	height: 156px;
	background-image: url('../img/common/bgsearch.png');
	background-repeat: repeat-x;
	padding-left: 10px;
}

#searchPanel select {
	width: 120px;
	background-image: url('../img/common/bginput.gif');
	background-repeat: repeat;
	border: 1px solid #505050;
	height: 15px;
	font-size: 90%;
	margin: 5px;
}

#searchPanel input {
	width: 120px;
	background-image: url('../img/common/bginput.gif');
	background-repeat: repeat;
	border: 1px solid #505050;
	height: 15px;
	font-size: 90%;
}

#searchPanel input.submit {
	background-image: url('../img/common/submitbutton.gif');
	width: 10px;
	height: 10px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-bottom: 3px;
}

#searchPanel h1 {
	background: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
	width: 10px; /* ie backgroung bug */
	padding-top: 10px;
}

#searchPanel input.submit {
	
}

/** HOMEPAGE RIGHT **/
#rightButtons {
	position: absolute;
	top:181px;
	right: 0px;
	width: 162px;
	padding: 0;
	margin: 0;
}

#rightButtons img,#rightButtons a {
	margin: 0;
	padding: 0px;
	border: none;
}

#rightButtons object {
	float: right;
}

/** footerSection **/
#footer {
	background-color: #fff;
	padding-top: 2px;
	bottom: 0;
}

#footerborder {
	border-top: 2px solid #ebebeb;
	height: 5px;
	width: 100%;
	font-size: 1px;
}

#footer p {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-size: 9px;
	text-align: left;
	color: #777;
}

#footer p.title {
	color: #06c;
}

/* LOGO OPEXIM */
#opexim {
	position: absolute;
	right: 0;
	clear: both;
	height: 20px;
	bottom: 15px;
	overflow:hidden;
}

#opexim a {
	width: 80px;
	height: 20px;
	display: block;
	overflow: hidden;
	background-image: url('../img/footer/opeximf.gif');
	background-repeat: no-repeat;
}

#opexim a img {
	display: block;
}

#opexim a:hover {
	border: 0;
}

#opexim a:hover img {
	margin-left: -500px;
	background-image: url('../img/footer/opeximf.gif');
}

/* HOMEPAGE */
#comingFair h2 {
	color: #204579;
	font-size: 11px;
}

#comingFair td {
	vertical-align: center;
}

#comingFair h3 {
	font-size: 11px;
	color: #555555;
}

#comingFair a {
	width: 40px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	background-image: url('../img/news/iconmore.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
}

#incomingFairLogo {
	border-left: 1px solid #888888;
	padding: 5px;
}

#fairCalendar {
	width: 100%;
	float: left;
}

#fairCalendar .calendarElement {
	line-height: 20px;
	height:60px;
}

.fairSchema {
	width:24%;
	float:left;
	height:100px;
	
}
.fairSchema img{
	vertical-align:middle;
}
.calendarborder td {
	border-top: 1px solid #888888;
}
.calendarElement img {
	border-right: 1px solid #888888;
}
.calendarElementLeft {
	width:100px;
	
}
#calendar td{
}

#fairCalendar .description {
	width: 435px;
	margin-left: auto;
	text-align: justify;
}

/* Content wlasciwy */
#mainContent {
	float: left;
	line-height:16px;
	overflow:hidden;
	width:570px;
	text-align:justify;
}
#mainContent h1{
	margin-bottom: 20px;
}
#hpcontent {
	float: left;
	width: 407px;
	margin-top:10px;
}
#hpcontent h2 {
	margin-bottom:0px;
	text-transform:uppercase;
}

#hpcontent h2 span {
	color: #FF4100;
}
#hpcontent h3 {
	margin-bottom:2px;
}
#content, #nacontent {
	margin: 10px;
}

/* Lewe MENU */
#contentMenu {
	position: relative;
}

#contentMenu h1 {
	width: 90%;
}

#contentMenu a {
	overflow: visible;
	display: block;
	background-image: url('../img/leftmenu/pointer.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 7px;
	line-height: 24px;
	margin-left: 10px;
}

#contentMenu a:hover {
	background-color: #f4f4f4;
}

/* Informacje podstawowe */
#baseinfoleft {
	width: 397px;
	float: left;
	border-right: 1px solid #aaaaaa;
	overflow-x: hidden;
	line-height: 140%;
	clear:both;
}

#fairnavi h1 {
	background-position: 5px center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#baseinfoleft .left {
	width: 120px;
	float: left;
	padding: 1px;
}

#baseinfoleft .right {
	width: 250px;
	float: left;
	padding: 3px;
	padding-left:5px;
	border-left: 1px solid #aaaaaa;
	text-align:left;
	color: #225486;
}

#baseinforight {
	float: right;
	width: 142px;
	margin: 0px;
	line-height: 150%;
	text-align: center;
}

#baseinforight h2 {
	text-align: left;
	background-image: url('../img/news/iconmore.gif');
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 5px;
	font-size: 100%;
	margin-top: 15px;
	margin-bottom:2px;
}

#fairnavi {
	width: 387px;
	margin-top: 10px;
	overflow:visible;
}

#fairnavi a {
	display: block;
	background-repeat: no-repeat;
}

#fairnavi .left {
	background-image: url('../img/news/iconmore.gif');
	background-position: 0 center;
	padding-left: 10px;
	margin-left: 5px;
	float: left;
}

#fairnavi .right {
	background-image: url('../img/news/iconmore.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	float: right;
}

a.activelink {
	font-weight: bold;
}

#content .exhibitor {
	position: relative;
	width: 100%;
	display: block;
	position: relative;
	border-bottom: 1px solid #888888;
	overflow: hidden;
	padding-bottom: 7px;
}
#content .exhibitor *{
	margin-top:4px;
	margin-bottom:0px;
	text-align:left;
}
#content .exhibitor img {
	position: relative;
	float: right;
}
#content .exhibitor a {
	margin:0;
	line-height:130%;
	background-position: 0px 6px;
}

#fairBranches {
	width:100%;
	}
#fairBranches a {
	width:30%;
	display:block;
	float:left;
	line-height:24px;
}
#fairBranches h4 {
	padding-bottom:0;
	line-height:10px;
	padding:0;
	margin:0;
}

.person {
	width:50%;
	float:left;
}

#homepagebanner{
	width:392px;
	padding-left:8px;
	clear:none;
	height:92px;
	
}

#newsBoard #linkrss {
	display:block;
	height:18px;
	background-image: url('../img/common/rss.gif');
	background-position:0px 5px;
	padding:0;
	padding-top:8px;
	text-indent:22px;
	width:40px;
	color:#FF9630;
	font-weight:bold;
}

#newsBoard #linkrss:hover{
	background-image: url('../img/common/rssa.gif');
	color:#DF5500;
}


.pressregtbl input {
border: none;
}

#content a.voiplink {
  background: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 10px;
  display: block;
}

