html,body {margin:0;padding:0;height:100%;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5e4b31;
	background-color: #eff8ff;
	text-align: center;
	behavior: url(/css/csshover.htc);
}

p, td, th, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5e4b31;
}

h1 {
	color: #FF7501;
	font-size: 20px;
}

h2 {
	color: #FF7501;
	font-size: 16px;
}

h3 {
	color: #FF7501;
	font-size: 14px;
}

h4 {
	color: #FF7501;
	font-size: 14px;
}

h5 {
	color: #FF7501;
	font-size: 12px;
}


/* warstwa layoutowa

*********************************/

#mainBox {
	width: 770px;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
	text-align: left;
}

#mainBottom {
	width: 810px;
	border-top: 5px solid #3285b5;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 10px;
	font-family: Arial, sans-serif;
}

#mainBottom a, td {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #FF7501;
}

#mainHeader {
	width: 770px;
	height: 170px;
	float: left;
	margin-bottom: 8px;
}

#mainContent {
	width: 580px;
	margin-left: 20px;
	margin-bottom: 2px;
	font-size: 9pt;
	text-align: justify;
	color: #5e4b31;
}

#mainContentTitle {
	width: 580px;
	border-bottom: 1px solid #bdc6cd;
	text-align: right;
	font-size: 20px;
	font-weight: 800;
	color: #ff7501;
	background: url("/img/contenttitle_bg.jpg") no-repeat 0 100%;
}

.mainHeader {
	float: left;
	height: 170px;
	width: 770px;
}

.mainHeader a {
	text-decoration: none;
}

#mainTitle {
	border-bottom: 5px solid #42799d;
	border-top: 5px solid #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #ff7501;
	background: url("/img/mainmenu_bg.gif") repeat-x;
	width: 590px;
}

.mainSearch {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #ff7501;
	background: url("/img/mainmenu_bg.gif") repeat-x;
	width: 180px;
}

.mainSearch span {
	display: block;
	line-height: 24px;
	height: 24px;
	width: 180px;
	padding-left: 20px;
	border-bottom: 5px solid #42799d;
	border-top: 5px solid #ffffff;
}

.mainSearch span input {
	padding-left: 3px;
	padding-top: 1px;
	font-size: 10px;
	height: 18px;
	vertical-align: middle;
	border: 1px solid #fe5b00;
	margin-bottom: 3px;
}

/* menu górne
**************/

.mainMenu {
	clear: both;
	width: 770px;
	height: 32px;
	border: 1px solid #f2f2f2;
	padding: 2px;
	margin-bottom: 20px;

}

.mainMenuActive {
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FF7501;
	background: url("/img/mainmenu_bg.gif") repeat-x;
}

.mainMenuActive a {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #FF7501;
	border-bottom: 5px solid #FF7501;
	border-top: 5px solid #ffffff;
}

.mainMenuInactive {
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #213e51;
	background: url("/img/mainmenu_bg.gif") repeat-x;
}

.mainMenuInactive a, .mainMenuInactive span {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	border-bottom: 5px solid #42799d;
	border-top: 5px solid #ffffff;
	color: #213e51;
}

.mainMenu tr td a {
	text-decoration: none;
}

/* menu boczne
**************/

#leftMenu {
	width: 170px;
	text-transform: uppercase;
	font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff7501;
}

.leftMenu, .leftSubMenu {
	width: 170px;
	border-top: 1px solid #f2f2f2;
}

.leftMenu td, .leftSubMenu td {
	height: 30px;
	background: url("/img/leftmenu_bg.gif") repeat-x;
}

.leftMenu td:hover, .leftSubMenu td:hover {
	background: url("/img/whitepx.gif") repeat;
}

.leftMenu td a, .leftSubMenu td a {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	display: block;
	color: #213e51;
	width: 160px;
	height: 30px;
	line-height: 32px;
}

.leftMenu td a:hover, .leftSubMenu td a:hover {
	padding-left: 6px;
	border-left: 5px solid #42799d;
	border-right: 1px solid #42799d;
}

/* elementy
*************/

.elementHeader {
	font-size: 18px;
	font-weight: 600;
	color: #ff7501;
}

.link {
	color: #ff7501;
	font-size: 9pt;
	font-weight: normal;
}

.link a {
	color: #42799d;
	font-size: 9pt;
}

.galleryPreview {
	margin-left: 50px;
	border: 3px solid #EDF1F4;
	background-color: #ffffff;
	text-align: center;
}

.galleryPreview:hover {
	border: 3px solid #A5BCCC;
	background-color: #F3F7FA;
}

.poll_td_question, .poll_title {
	color: #FF7501;
}

.poll_td_propose, .poll_propose, .poll_td_sum {
	color: #5e4b31;
}

.enq_question {
	color: #FF7501;
}

.bigtable {
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

.bigtable td, .bigtable th {
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
}

.bigtable th {
	background-color: #F9F9F9;
	color: #FF7501;
}


/* galeria
****************/

.EPG2_table {
	border-spacing: 20px 10px;
}

.EPG2_td {
	margin-left: 50px;
	border: 3px solid #EDF1F4;
	background-color: #ffffff;
	text-align: center;
}

.EPG2_td:hover {
	border: 3px solid #A5BCCC;
	background-color: #F3F7FA;
}

.EPG2_image_thumb {
	border: 0px;
}

.EPG2_nav_prev, .EPG2_nav_next, .EPG2_nav_pages, .EPG2_nav_autoslideshow, .EPG2_back, .EPG2_nav_top, .EPG2_nav_bot {
	color: #ff7501;
	font-size: 9pt;
	font-weight: normal;
}

.EPG2_nav_prev a, .EPG2_nav_next a, .EPG2_nav_pages a, .EPG2_nav_autoslideshow a, .EPG2_back a, .EPG2_nav_top a, .EPG2_nav_bot a {
	color: #42799d;
	font-size: 9pt;
}

.EPG2_nav_top, .EPG2_nav_bot {
	width: 100%;
	border: 1px solid #f2f2f2;
	padding: 2px;
	border-spacing: 0px 0px;
}

.EPG2_nav_next {
	text-align: right;
	width: 150px;
}

.EPG2_nav_prev {
	text-align: left;
	width: 150px;
}

.EPG2_nav_pages, .EPG2_nav_autoslideshow {
	text-align: center;
}

.EPG2_toolbar select {
	border: 1px solid #FF7501;
}

.EPG2_toolbar input {
	border-top: 1px solid #FFB715;
	border-left: 1px solid #FFB715;
	border-right: 1px solid #FF7501;
	border-bottom: 1px solid #FF7501;
	background-color: #FFA611;
}

.EPG2_single_div {
	text-align: center;
	border: 3px solid #A5BCCC;
	background-color: #F3F7FA;
}
