BODY
{
	background: #084f8d url(gfx/bodyBkg.png) center top no-repeat;
	margin: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #d9e0e9;
	min-height: 810px;
}
#centerBlock
{
	width: 948px;
	height: auto;
	margin: 0 auto;
}

#box1 p {

color:#203E54;
line-height:16px;
text-align:justify;
width:240px;
padding: 0px 0 0 0;
margin: 5px 0;

}

h2.h2Art {

margin: 0em 0 0 0;

}





/* -------------------- TOP -------------------- */
#top
{
	/* background: url(gfx/topBkg.gif) repeat-x; */
	width: 100%;
	height: 5px;
	font-size: 0;
}
/* -------------------- TOP BLOCK -------------------- */
#topBlock
{
	width: 948px;
	height: 107px;
}
#topBlock h1
{
	width: 250px;
	height: 99px;
	margin: 0;
	padding: 8px 0 0 5px;
	float: left;
	font-size: 0;
}
#topBlock h1 a
{
	background: url(gfx/logo.gif) no-repeat;
	width: 250px;
	height: 99px;
	display: block;
	float: left;
}
/* -------------------- MENU BLOCK -------------------- */
.sf-menu
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 41px 0 0 0;
	float: right;
	list-style: none;
}
.sf-menu li
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	visibility: inherit;
	position: relative;
}
.sf-menu li .normal
{
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	float: left;
	font-size: 14px;
	color: #fffefe;
	position: relative;
}
.sf-menu .sfHover,
.sf-menu .sfHover .normal
{
	background: url(gfx/menuElement.gif) no-repeat;
	color: #10548e;
}
.sf-menu ul .sfHover,
.sf-menu ul li ul .sfHover
{
	background: none;
}
.sf-menu li .normal:hover
{
	background: url(gfx/menuElementLeftBkg.gif) left top no-repeat;
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	float: left;
	color: #10548e;
}
.sf-menu li .normal .span
{
	background: none;
	width: auto;
	height: 26px;
	padding: 7px 15px 0 0;
	display: block;
	float: left;
}
.sf-menu li .normal:hover .span
{
	background: url(gfx/menuElementRightBkg.gif) right top repeat-x;
	width: auto;
	height: 26px;
	padding: 7px 15px 0 0;
	display: block;
	float: left;
	color: #10548e;
}
.sf-menu li ul
{
	width: 173px;
	height: 24px;
	margin: 0;
	padding: 0;
	float: none;
}
.sf-menu li ul li
{ padding: 1px 0 0 0; height: 24px; }
.sf-menu li ul li a
{ width: 173px; display: block; font-size: 14px; color: #fffefe; }
.sf-menu li ul li a:hover
{ width: 173px;	display: block;	font-weight: bold; font-size: 14px;	color: #fffefe; }
.sf-menu li ul li ul
{
	width: 173px;
	height: 24px;
	margin: 0;
	padding: 0;
	float: none;
}
.sf-menu li ul li ul li
{ width: 173px; height: 24px; padding: 1px 0 0 0; }
.sf-menu li ul li ul li a
{ width: 173px;	display: block;	font-size: 14px; color: #fffefe; }
.sf-menu li ul li ul li a:hover
{ width: 173px; display: block; text-decoration: underline; font-weight: normal; font-size: 14px; color: #fffefe;}
.sf-menu li ul li .orange
{ background: url(gfx/elementOrange.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li .red
{ background: url(gfx/elementRed.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li .blue
{ background: url(gfx/elementBlue.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li .green
{ background: url(gfx/elementGreen.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li ul li .iOrange
{ background: url(gfx/elementiOrange.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li ul li .iRed
{ background: url(gfx/elementiRed.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li ul li .iBlue
{ background: url(gfx/elementiBlue.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu li ul li ul li .iGreen
{ background: url(gfx/elementiGreen.gif) no-repeat; width: 157px; height: 20px; padding: 4px 0 0 16px; float: none; }
.sf-menu ul, 
.sf-menu ul li ul  {
	position:		absolute;
	top:			-999em;
	width:			173px;
	list-style: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3em;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			174px;
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
/* -------------------- CONTENT BLOCK -------------------- */
#contentBlock
{
	width: 948px;
	height: auto;
	padding: 6px 0 0 0;
}
#contentBlock #contentBlockBoxTop 
{
	background: url(gfx/contentBlockBoxTopBkg.png) top no-repeat;
	width: 948px;
	height: auto;
}
#contentBlock #contentBlockBoxBottom 
{
	background: url(gfx/contentBlockBoxBottomBkg.png) bottom no-repeat;
	width: 948px;
	height: auto;
}
/* ---------- COLUMN LEFT ---------- */
#contentBlock .columnLeft
{
	background: url(gfx/contentBlockColumnLeftBkg.png) left no-repeat;
	width: 288px;
	height: 360px;
	padding: 5px 0 0 5px;
	float: left;
	position: absolute;
	top: 118px;
	z-index: 1;
}
/* ---------- COLUMN RIGHT ---------- */
#contentBlock .columnRight
{
	background: url(gfx/contentBlockColumnRightBkg.png) right no-repeat;
	width: 658px;
	height: 360px;
	padding: 5px 5px 0 0;
	float: right;
	z-index: 99;
}

#contentBlock .columnRight .pcl
{
padding-right:30px;color:#444;
margin: 0;
}

#contentBlock .columnRight .box1
{
	height: 354px;
	background: url(doc_images/141_0_large.jpg) no-repeat;
	padding: 1px 0 0 15px;
}
#contentBlock .columnRight  h3
{
	margin: 0;
	padding: 10px 0 18px 2px;
	font-size: 12px;
	font-weight: normal;
	color: #6d7d88;
}

#contentBlock #box1 h3
{
	margin: 0;
	padding: 10px 0 100px 2px;
	font-size: 12px;
	font-weight: normal;
	color: #6d7d88;
}




#contentBlock .columnRight a
{
	margin: 0 0 0 14px;
	display: block;
	text-decoration: underline;
	font-weight: bold;
	color: #3c6a9c;
	line-height: 16px;
}
#contentBlock .columnRight  .arrow
{
	background: url(gfx/arrow.png) left no-repeat;
	width: auto;
	height: 21px;
	margin:8px 0 0 14px;
	padding: 2px 0 0 32px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #268ccb;
	outline: none;
}
#contentBlock .columnRight .box2
{
	height: 340px;
	background: url(doc_images/156_0_large.jpg) no-repeat;
	padding: 15px 0 0 15px;
}
#contentBlock .columnRight .box3
{
	height: 340px;
	background: url(doc_images/157_0_large.jpg) no-repeat;
	padding: 15px 0 0 15px;
}
#contentBlock .columnRight .box4
{
	height: 340px;
	background: url(doc_images/158_0_large.jpg) no-repeat;
	padding: 15px 0 0 15px;
}
#contentBlock .columnRight .box5
{
	height: 340px;
	background: url(doc_images/159_0_large.jpg) no-repeat;
	padding: 15px 0 0 15px;
}
#contentBlock .columnRight .none
{
	display: none;
}
/* ---------- NAVIGATION ---------- */
#contentBlock .navigation
{
	width: 933px;
	height: 37px;
	padding: 17px 0 0 15px;
}
#contentBlock .navigation a
{
	text-decoration: underline;
	color: #c1ec3d;
}
/* -------------------- CONTENT BLOCK 1 -------------------- */
#contentBlock1
{
	background:url(gfx/contentBlock1Bkg.gif) no-repeat;
	width: 926px;
	height: auto;
	margin: 26px 0 0 6px;
	padding: 2px 0 0 0;
	font-size: 12px;
	
}
#contentBlock1 #contentBlock1sub
{
	background:url(gfx/contentBlock1sub.gif) repeat-y;
	width: 926px;
	height: auto;
}
/* ---------- COLUMN LEFT ---------- */
#contentBlock1 #contentBlock1sub .columnLeft
{
	width: 290px;
	height: auto;
	float: left;
	position: absolute;
	top: 140px;
	z-index: 1;
}
#contentBlock1 #contentBlock1sub .columnLeft ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#contentBlock1 #contentBlock1sub .columnLeft ol li
{
	margin: 0;
	padding: 0;
}
#contentBlock1 #contentBlock1sub .columnLeft ol li a
{
	background: url(gfx/menuElementSubBkg.gif) no-repeat;
	width: 243px;
	height: 21px;
	padding: 6px 0 0 37px;
	display: block;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #245e89;
	color: #ccd9e0;
}
#contentBlock1 #contentBlock1sub .columnLeft .hit
{
	background: url(gfx/menuElementSubBkgA.gif) no-repeat;
	width: 243px;
	height: 21px;
	padding: 6px 0 0 37px;
	display: block;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #245e89;
	color: #ccd9e0;
}
#contentBlock1 #contentBlock1sub .columnLeft ol li a:hover
{
	text-decoration: underline;
	color: #d94908;
}
#contentBlock1 #contentBlock1sub .columnLeft .contentBlock1BoxLeft
{
	background: url(gfx/contentBlock1ColumnLeftBkg.gif) left repeat-y;
	width: 290px;
	height: auto;
}
#contentBlock1 #contentBlock1sub .columnLeft .contentBlock1BoxBottom
{
	background: url(gfx/contentBlock1ColumnLeftBottomBkg.gif) bottom left no-repeat;
	width: 288px;
	height: auto;
	padding: 0 0 0 2px;
}
#contentBlock1 #contentBlock1sub .columnLeft .contentBlock1BoxBottom1
{
	background: url(gfx/contentBlock1ColumnLeftBottom1Bkg.gif) no-repeat;
	width: 284px;
	height: 4px;
	display: block;
	font-size: 0;
}
/* ---------- COLUMN RIGHT ---------- */
#contentBlock1 #contentBlock1sub .columnRight
{
	background: url(gfx/contentBlock1ColumnRightBkg.gif) right repeat-y;
	width: 645px;
	height: auto;
	float: right;
	padding: 0 0 0 0;
	z-index: 99;
	color: #fff;

}
#contentBlock1 #contentBlock1sub .columnRight .box
{
	padding: 0 18px 0 36px;
	min-height:550px;
	line-height:18px;
}
#contentBlock1 #contentBlock1sub .columnRight h3
{
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#contentBlock1 #contentBlock1sub .columnRight p
{
	margin: 0;
	padding: 10px 0 0 0;
	color: #fff;
	line-height: 22px;
}
#contentBlock1 #contentBlock1sub .columnRight .contentBlock1BoxBottom2
{
	background: url(gfx/contentBlock1ColumnRightBottomBkg.gif) no-repeat;
	width: 645px;
	height: 3px;
	margin: 27px 0 0 0;
	display: block;
	font-size: 0;
}
/* -------------------- CONTENT BLOCK 2 -------------------- */
#contentBlock2
{
	width: 942px;
	height: auto;
	margin: 9px 0 0 3px;
	padding: 0;
}
#contentBlock2 .h2Aktualnosci
{
	background: none; 
	color:#FFFFFF;
font-size:5px;
font-weight:lighter;
height:0px; 
margin:0 0 0 19px;
padding:0 0 0 61px;
width:auto;

}


	
#contentBlock2 .boxAktualnosciTop
{
	background: url(gfx/boxAktualnosciTopBkg.gif) no-repeat;
	width: 929px;
	height: auto;
	float:left;display:block;
}

#contentBlock2 h2 {

background: url(gfx/pager_akt.gif) bottom left repeat-x;
height:48px;
font-size:35px;
font-weight:normal;


}

#contentBlock2 .boxAktualnosciBorder
{
	background: url(gfx/boxAktualnosciBorderBkg.gif) repeat-x;
	width: 898px;
	height: auto;
	float:left;
	display:block;
	padding: 20px 0 0 19px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#contentBlock2 .boxAktualnosciContent
{
	background: url(gfx/boxAktualnosciContentBkg.gif) repeat-x;
	width: 917px;
	float:left;display:block;
	margin: 0 0 0 12px;
}
#contentBlock2 .boxAktualnosciBottom
{
	background: url(gfx/boxAktualnosciBottomBkg.gif) repeat-x;
	width: 917px;
	height: 6px;
	margin: 0 0 0 12px;
	float:left;display:block;
	font-size: 0;
}
#contentBlock2 .boxAktualnosciTop .boxAktualnosciContent .boxAktualnosciBorder h2
{
	background: url(gfx/h2Note.gif) left no-repeat;
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 0 0 43px;
	font-size: 12px;
	color: #dde8ee;
}
#contentBlock2 .boxAktualnosciTop .boxAktualnosciContent .boxAktualnosciBorder h2 span
{
	padding: 5px 0 0 0;
	display: block;
	font-size: 9px;
	font-weight: normal;
}
#contentBlock2 .boxAktualnosciTop .boxAktualnosciContent .boxAktualnosciBorder p
{
	margin: 0;
	padding: 7px 15px 9px 6px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}



	
#contentBlock2 .boxArtTop
{
	width: 920px;
	height: auto;
	float:left;
	display:block;
	min-height:300px;
}
#contentBlock2 .boxArtBorder
{
	width: 920px;
	height: auto;
	float:left;display:block;
	padding: 5px 0 0 5px;
}
#contentBlock2 .boxArtContent
{
	width: 917px;
	float:left;display:block;
	margin: 0 0 0 5px;
}
#contentBlock2 .boxArtBottom
{
	width: 917px;
	height: 6px;
	margin: 0 0 0 12px;
	float:left;display:block;
	font-size: 0;
}
#contentBlock2 .boxArtTop .boxArtContent .boxArtBorder h2
{
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 0 0 43px;
	font-size: 12px;
	color: #dde8ee;
}
#contentBlock2 .boxArtTop .boxArtContent .boxArtBorder h2 span
{
	padding: 5px 0 0 0;
	display: block;
	font-size: 9px;
	font-weight: normal;
}
#contentBlock2 .boxArtTop .boxArtContent .boxArtBorder p
{
	margin: 0;
	padding: 7px 15px 9px 6px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

#contentBlock2 .boxArtTop table
{
	width:900px;
	font-size:12px;
	margin-bottom:20px;
	text-align:left;
	border-collapse:collapse;
}

#contentBlock2 .boxArtTop table th
{
	padding-bottom:10px;
	border-bottom:1px solid #4f9ac4;
}

#contentBlock2 .boxArtTop table td
{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #4f9ac4;
}

#contactForm #email, #contactForm #namelastname, #contactForm #phone, #contactForm #topic, #contactForm #message {

background: #106399;
border: 1px solid #7aa4c0;
color: #fff;
}


#contentBlock2 .boxArtTop .tddownload
{
	width:120px;
}

#contentBlock2 .boxSubAktualnosci
{
	background:  url(gfx/boxSubAktualnosciTopBkg.gif) no-repeat;
	width: 929px;
	float:left;display:block;
	margin: 11px 0 0 0;
	padding: 8px 0 0 0;
}
#contentBlock2 .boxSubAktualnosci .content
{
	background: url(gfx/boxSubAktualnosciContentBkg.gif) no-repeat;
	width: 929px;
	float:left;display:block;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#contentBlock2 .boxSubAktualnosci .content .contentI
{
	background: #0f5a97;
	width: 876px;
	float:left;display:block;
	margin: 0 0 0 13px;
	padding: 6px 17px 0 22px;
}
#contentBlock2 .boxSubAktualnosci .bottom
{
	background: url(gfx/boxSubAktualnosciBottomBkg.gif) no-repeat;
	width: 917px;
	height: 7px;
	float:left;display:block;
	margin: 0 0 0 12px;
	font-size: 0;
}
#contentBlock2 .boxSubAktualnosci .content .contentI p
{
	 margin: 0;
	 padding: 0 0 26px 0;
	 font-size: 12px;
	 color: #a2cee7;
	 line-height: 16px;
}
#contentBlock2 .boxSubAktualnosci .content .contentI h2
{
	background: url(gfx/h2NoteMin.gif) left no-repeat;
	width: auto;
	height: 13px;
	margin: 0;
	padding: 4px 0 0 21px;
	font-size: 11px;
	color: #9cc9e8;
}
#contentBlock2 .boxSubAktualnosci .content .contentI span
{
	padding: 6px 0 9px 0;
	display: block;
	font-size: 9px;
	color: #c6d4db;
}
/* ---------- PAGER BLOCK ---------- */
#contentBlock2 .pagerBlock
{
	/* background: url(gfx/pagerBlockBkg.gif) repeat-x; */
	width: 917px;
	height: 36px;
	float:left;display:block;
	margin: 15px 0 30px 12px;
	padding: 12px 0 0 0;
}
#contentBlock2 .pagerBlock .hit
{
	background: #d8e954;
	width: 16px;
	height: 13px;
	padding: 3px 0 0 0;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #8bb01b;
	font-size: 9px;
	color: #333c0a;
	text-align: center;
}
#contentBlock2 .pagerBlock a
{
	background: #3775ab;
	width: 16px;
	height: 13px;
	margin: 0 1px 0 0;
	padding: 3px 0 0 0;
	display: block;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #3776ac;
	font-size: 9px;
	color: #dde8ee;
	text-align: center;
}
/* ---------- NAVIGATION ---------- */
#contentBlock2 .navigation
{
	width: 942px;
	height: 37px;
	padding: 14px 0 0 17px;
}
#contentBlock2 .navigation span
{
	color: #c1ec3d;
}
#contentBlock2 .navigation a
{
	text-decoration: underline;
	color: #c1ec3d;
}
#contentBlock2 .navigation .bold
{
	font-weight: bold;
	text-decoration: underline;
	color: #c1ec3d;
}
/* -------------------- SPACER -------------------- */
#spacerBlock
{
	background: url(gfx/spacerBlockBkg.gif) repeat-x;
	width: 926px;
	height: 6px;
	margin: 9px 0 30px 6px;
	font-size: 0;
}
/* -------------------- INFORMATION -------------------- */
#informationBlock
{
	background: url(gfx/informationBlockBkg.gif) no-repeat;
	width: 940px;
	height: 199px;
	margin: 0 0 33px 4px;
	line-height: 15px;
}
#informationBlock a
{
	text-decoration: underline;
}
#informationBlock .column1
{
	width: 236px;
	height: auto;
	float: left;
}
#informationBlock .column1 h2
{
	background: url(gfx/h2Szybki.png) no-repeat;
	width: 153px;
	height: 41px;
	margin: 0;
	padding: 27px 0 0 83px;
	font-weight: normal;
	font-size: 18px;
	color: #d9e0e9;
}
#informationBlock .column1 p
{
	margin: 0;
	padding: 10px 15px 0 29px;
}
#informationBlock .column1 p strong
{
	padding: 0 0 0px 0;
	display: block;
}
#informationBlock .column2
{
	width: 236px;
	height: auto;
	float: left;
	text-align:left;
}
#informationBlock .column2 h2
{
	background: url(gfx/h2Spa1.png) no-repeat;
	width: 136px;
	height: 44px;
	margin: 0;
	padding: 24px 0 0 100px;
	font-weight: normal;
	font-size: 18px;
	color: #d9e0e9;
}
#informationBlock .column2 p
{
	margin: 0;
	padding: 17px 15px 0 29px;
	text-align: left;
}
#informationBlock .column2 strong, #informationBlock .column3 strong
{
	padding: 0px 0 0 0;
	display: block;
	/* color: #c1ec3d; */
}
#informationBlock .column3
{
	width: 236px;
	height: auto;
	float: left;
}
#informationBlock .column3 h2
{
	background: url(gfx/h2Godziny.png) no-repeat;
	width: 167px;
	height: 41px;
	margin: 0;
	padding: 27px 0 0 69px;
	font-weight: normal;
	font-size: 18px;
	color: #d9e0e9;
}
#informationBlock .column3 p span
{
	padding: 9px 0 0 0;
	display: block;
}
#informationBlock .column3 p
{
	margin: 0;
	padding: 0 15px 0 29px;
}
#informationBlock .column4
{
	width: 232px;
	height: auto;
	float: left;
}
#informationBlock .column4 h2
{
	background: url(gfx/h2Panoramy.png) no-repeat;
	width: 131px;
	height: 41px;
	margin: 0;
	padding: 27px 0 0 101px;
	font-weight: normal;
	font-size: 18px;
	color: #d9e0e9;
}
#informationBlock .column4 p
{
	margin: 0;
	padding: 4px 15px 0 29px;
}
#informationBlock .column4 p span
{
	padding: 0 0 15px 0;
	display: block;
}
#informationBlock .column4 p a
{
	width: auto;
	height: auto;
	padding: 15px 22px 0 0;
	display: block;
	text-align: right;
}
/* -------------------- AD BLOCK -------------------- */
#adBlock
{
	width: 940px;
	height: 70px;
	margin: 0 0 0 4px;
}
#adBlock h2
{
	background: url(gfx/h2Nasi.gif) no-repeat;
	width: 104px;
	height: 25px;
	margin: 0;
	float: left;
	padding: 0;
	font-size: 0;
}
#adBlock img
{
	width: auto;
	height: auto;
	margin: 0 0 0 65px;
	display: block;
	float: left;
}

#adBlock #swim img{ margin: -15px 0 0 65px;}
/* -------------------- FOOTER -------------------- */
#footer
{
	background: url(gfx/footerBkg.gif) repeat-x;
	width: 100%;
	height: 101px;
}
#footer #footerBlock
{
	width: 923px;
	height: 64px;
	margin: 0 auto;
	padding: 35px 0 0 25px;
}
#footer #footerBlock p
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	color: #d9e0e9;
}
#footer #footerBlock p span
{
	color: #5da1c8;
}
#footer #footerBlock p a
{
	font-weight: bold;
	color: #76b3d6;
}
/* ---------- MENU BLOCK ---------- */
#footer #footerBlock ol
{
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 13px 0 0;
	float: right;
	list-style: none;
}
#footer #footerBlock ol li
{
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0;
	float: left;
}
#footer #footerBlock ol li a
{
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	float: left;
	font-size: 14px;
	color: #fffefe;
}
#footer #footerBlock ol li a:hover
{
	background: url(gfx/menuElementLeftBkg.gif) left top no-repeat;
	width: auto;
	height: 33px;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	float: left;
	color: #10548e;
}
#footer #footerBlock ol li a span
{
	width: auto;
	height: 26px;
	padding: 7px 15px 0 0;
	display: block;
	float: left;
}
#footer #footerBlock ol li a:hover span
{
	background: url(gfx/menuElementRightBkg.gif) right top repeat-x;
	width: auto;
	height: 26px;
	padding: 7px 15px 0 0;
	display: block;
	float: left;
}
/* -------------------- EXTRAS -------------------- */
.clearfloat 
{
	height: 0px;
	margin: 0;
	clear: both;
    line-height: 0;
	font-size: 0;
}
fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}
form
{
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
a
{
	text-decoration: none;
	font-weight: normal;
	color: #c1ec3d;
}

/* -------------------- CONTACT -------------------- */

#form {
	padding:10px;
}

#form  ul{
	padding:0px;
	margin:0px;
	width:400px;
	float:left;
	display:block;
}

#contactForm li {
	font-family: arial, verdana, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	margin-top: 5px; 
	color:#fff; 
	text-align:left; 
	list-style-type:none;
	width: 440px;
	text-align:left;
	list-style-type:none;  }

#form li {
	font-family: arial, verdana, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	margin-top: 5px; 
	color:#fff; 
	text-align:left; 
	list-style-type:none;
	width: 440px; 
	text-align:left;
	list-style-type:none;
	}
	
#form label { width:100px; float:left; display:block;color:#fff;}	

#form  .cFormButton{width: 405px; padding-top:10px;float:left;display:block;text-align:right}
#form .cForm_box{padding:0px;width:460px;float:left;display:block;}

#form  #map_canvas{float:left;display:block;color:#000;border:7px solid #fff; margin:-60px 0 0;}
#form  #map_canvas img{display:block;}

#submit{background-color:#199CD5; text-align:center; color:#ffffff;border:0px;font-size:11px;padding:5px;border:1px solid #fff; margin-bottom:10px;}	

.error{color:#ffffff}
.valid {padding-left:100px;display: none; color: #CC3333;}

p.form_cont {

font-size: 20px;

}

#box1 p.pcl {

height: 0;

}

#contentBlock2 .h2Art
{
	width: 910px;
	/* border-bottom:1px dotted #fff; */
	margin: 10px 0 19px 5px;
	padding: 9px  0 10px 5px;
	font-size: 35px;
	float:left;display:block;
	font-weight: lighter;
	color: #fff;
	clear: both;
}