@import "contentDisplay.css";
@import "forms.css";

ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* opisuje graficzne menu */
#leftPart {
/*	width: 200px;*/
	width: 210px;
	/*margin-right: 10px;*/
	vertical-align: top;
	float: left;
	/*text-align: left;*/
	position: relative;
	z-index: 5;
	display: block;
}
#leftPart div.bannerContainer {
	margin-top: 10px;	
	z-index: 10;	
}

#leftMenu {
	width: 180px;
	display: block;	
	margin: auto;
}

#leftMenuTop {
	width: 100%;
	height: 40px;
	background-image: url('/images/mnStandardElements/leftMenuTop.gif');
	background-repeat: no-repeat;
	background-position: top;		
}
#leftMenuTop a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-top: 12px;
}
#leftMenuBottom {
	width: 100%;
	height: 38px;
	background-image: url('/images/mnStandardElements/leftMenuBottom.gif');
	background-repeat: no-repeat;
	background-position: top;	
}
#leftMenuMiddle {

}
#leftMenuMiddle li {
	width: 180px;
	height: 25px;
	background-image: url('/images/mnStandardElements/leftMenuMiddle.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
}
#leftMenuMiddle li a {
	color: #FFFFFF;
}
/*#leftPart div.button {
	width: 81px;
	height: 79px;
	margin-bottom: 10px;
	background-color: #FCD6A8;
	position: relative;
	z-index: 40;
	clear: both;
	left: 15px;
}
#leftPart div.button div.frame {
	position: absolute;
	/*position: relative;*/
/*	display: block; 
	border-bottom: 3px solid #C0272D; 
	border-right:  3px solid #C0272D; 
	width: 85px; 
	height: 19px;
	left: 81px; 
	top: 15px;
	background-color: #FCD6A8;
	float: right;
}
#leftPart div.button div.description {
	position: absolute;
	display: block;
	width: 80px;
	height: 30px;
	left: 82px; 
	top: 1px; 
	background-color: #FCD6A8;
	padding-left: 3px;
}
#leftPart div.button div.description a {
	font-size: 10px;
	font-weight: bold;
	float: left;
}*/
/*#leftPart #buttonAreaTop {
/*	height: 16px;*
	width: 200px;
	position: relative;
	background-image: url('/images/mnStandardElements/arc15.gif');
	background-repeat: no-repeat;
	background-position: top;
}*/
/*#leftPart #buttonArea {
	border: 3px solid #EE7F00;
	border-left: 0;
	background-color: #FCD6A8;
	padding-top: 20px;
	padding-bottom: 25px;
}*/

#graphicMenu {
	width: 530px;
	position: relative;	
	display: block;
	clear: both;
}

#graphicMenu #buttonArea {
	width: 527px;
	position: relative;
	margin: 0px 1px 0px 2px;
	height: 75px;	
}

#graphicMenu div.button {
	width: 65px;
	position: relative;
	z-index: 40;
	float: left;
	margin-left: 12px;
}

#graphicMenu #firstButtonPL {
	margin-left: 0px;
}

#graphicMenu #firstButtonEN {
	margin-left: 154px;
}

/*
#BAarcTR { position: absolute; top: 0; right: 0; }
#BAarcBR { position: absolute; bottom: 0; right: 0; }
*/
/*
#leftPart #buttonAreaBottom {
	width: 200px;
	height: 30px;
	position: relative;
	background-image: url('/images/mnStandardElements/arc16.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}*/


/* okresla glowna (srodkowa) część bloku treści */
#centerPart {
	width: 530px;
	float: left;
	position: relative;
}

/*
#centerPart table.mainContentContainer {
    width: 100%;
}
#centerPart table.mainContentContainer td.center {
	width: 460px;
	height: 32px;
}
#centerPart table.mainContentContainer td.middle {
    /*height: 460px;* /*
	width:  35px;
}

#centerPart table.mainContentContainer div.article {
    width: 100%;
	font-size: 11px;
	text-align: justify;
}*/
#contentContainer {
	position: relative;
/*	clear: both;*/
	width: 530px;
}

#centerPart div.article {
	font-size: 11px;
	text-align: justify;
	padding: 15px 35px 30px 35px;
	border: 5px solid #ffffff;
}

#arcTL, #arcTR, #arcBL, #arcBR  {
	position: absolute;
}

#arcTL, #arcTR { top: 0; }
#arcBL, #arcBR { bottom: 0; }
#arcTL, #arcBL { left: 0; }
#arcTR, #arcBR { right: 0; }



#rightPart {
	width: 210px;
	float: right;
	position: relative;
	z-index: 5;
}

#rightPart div {
	margin-bottom: 10px;
	position: relative;
	z-index: 10;	
}

