@charset "UTF-8";

/*************************************
* CSS file by MainPage.pl            *
* Projektowanie Witryn internetowych *
*************************************/

body {
	background-color: #cfcfcf;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
}

h1 {
	padding: 5px 9px;
	margin: 0;
	background: url(../img/news_h1_bg.png) repeat-x;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	padding: 4px 9px;
	margin: 0;
	background-color: #dedede;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
h3 {
	margin: 15px 0 5px 0;
	font-size: 12px;
}
h4 {}
h5 {}

a {
	text-decoration: none;
}
a:hover {}

.clr {
	clear: both;
}
#wrapper {
	width: 960px;
	margin: 20px auto 20px auto;
	background: #fff;
	border: 1px solid #cacaca;
}

/*------- TOP SECTION - BEGIN -------*/
#top_section {
	height: 311px;
}
#header {
	height: 281px;
	width: 960px;
}
#mainmenu {
	height: 30px;
	width: 960px;
	font-size: 11px;
}
#mainmenu ul {
	list-style: none;
	background: url(../img/mainmenu_bg.jpg) no-repeat;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 10px;
}
#mainmenu ul li {
	padding: 2px 0;
	float: left;
}
#mainmenu ul li a {
	padding: 7px 5px 9px 5px;
	color: #666666;
}
#mainmenu ul li a:hover {}
#mainmenu ul li.current a {
	color: #0066FF;
}
#mainmenu #searchbox {
	float: right;
	width: 200px;
	height: 30px;
	margin: -35px 0 0 0;
	}
/*------- TOP SECTION - END -------*/


/*------- MIDDLE SECTION - BEGIN -------*/
#middle_section {
	padding: 0;
	margin: 10px;
	width: 960px;
}
#middle_section ul.submenu {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#middle_section ul.submenu li {
	list-style-type: none;
	width: 200px;
	margin: 0 10px 1px 0;
	background-image: url(../img/submenu2_li_bg.gif);
}
#middle_section ul.submenu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px;
}
#middle_section ul.submenu li a:hover {
	background: #f1f1f1;
	color: #333;
}
#middle_section ul.submenu li.current a {
	font-weight: bold;
	color: #666;
}
#middle_section #right_pane2 {
	width: 730px;
	float: left;
}
#middle_section #pathway {
	margin: 0;
	color: #0066FF;
	font-size: 9px;
	font-weight: bold;
}
#middle_section #pathway a {
	color: #777;
	font-weight: normal;
}
#middle_section #content {
	padding: 10px 0 0 0;
	color: #444;
	line-height: 170%;
}
#middle_section #content p.bodytext {
	padding: 0 5px;
}
/*********** tt_news list view  -  begin *************/
#middle_section #content .news-list-container .news-list-item {
	margin: 10px 0;
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #444;
}
#middle_section #content .news-list-container .news-list-item:hover {
	background: #f2f2f2;
	border: 1px solid #999;
}
#middle_section #content .news-list-container .news-list-item a {
	color: #444;
}
#middle_section #content .news-list-container .news-list-item h3 {
	margin: 0;
	border-bottom: 1px solid #dedede;
}
#middle_section #content .news-list-container .news-list-item h3 a {
	color: #0066FF;
	padding: 2px;
}
#middle_section #content .news-list-container .news-list-item h3 a span.news-list-date {
	float: right;
	color: #999;
	font-size: 10px;
	font-weight: normal;
}
#middle_section #content .news-list-container .news-list-item a p {
	margin: 10px 0 0 0;
	padding: 0;
}
#middle_section #content .news-list-container .news-list-item .news-list-morelink {
	text-align: right;
	padding: 5px 5px 0 0;
}
/*********** tt_news list view  -  end *************/


/*********** tt_news single view  -  begin *************/
#middle_section #content .news-single-item {width: auto; margin: 0; padding: 10px; border: 1px solid #ccc; color: #444;}
#middle_section #content .news-single-item h3 {margin: 0 0 15px 0; padding: 0; color: #0066FF; border-bottom: 1px solid #dedede;}
#middle_section #content .news-single-item h3 span {float: right; color: #999; font-size: 10px; font-weight: normal;}
#middle_section #content .news-single-item p {margin: 0 0 20px 0; padding: 0; line-height: 170%;}
#middle_section #content .news-single-item .news-single-backlink a {border: 1px solid #ccc; padding: 5px; color: #666;}
#middle_section #content .news-single-item .news-single-backlink a:hover {background: #0066FF; color: #fff;}
/*********** tt_news single view  -  end *************/

#content .contact_info {
	width: 430px;
	float: left;
	clear: both;
	font-size: 11px;
}
#middle_section #content p.csc-frame-frame2 {
	border: 1px solid #cc0000;
	padding: 10px;
	font-size: 10px;
	font-style: italic;
}
#middle_section #content #mailform {
	float: left;
	margin: 0 10px 0 0;
}
#content form#mailform fieldset.csc-mailform{
	margin: 0;
	padding: 0;
}
#middle_section #content #mailform fieldset.csc-mailform .csc-mailform-field {
	padding: 5px 0;
}
#middle_section #content #mailform input, #middle_section #content #mailform label {
	color: #fff;
}
#middle_section #content #mailform input, #middle_section #content #mailform textarea {
	border: 1px solid #aaa;
	color: #000;
	width: 240px;
	padding: 2px;
	font-size: 16px;
}	
#middle_section #content #mailform input:hover, #middle_section #content #mailform textarea:hover {
	background: #fff;
}
#middle_section #content input#mailformformtype_mail {
	width: 100%;
	background: #deeaf1;
	font-size: 11px;
	padding: 5px;
	color: #666;
}
#middle_section #content input#mailformformtype_mail:hover {
	background: #61a6cf;
	color: #deeafa;
}
#middle_section #content #mailform fieldset {
	border: 1px solid #ccc;
	width: 246px;
	margin: 0 0 10px 0;
	padding: 5px;
	background: #b1c4cf;
}
#middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform {
	width: 714px;
	margin: 20px 0 20px 0;
	border: 2px solid #ccc;

}
#middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform .csc-mailform-field {
	width: 700px;
	margin: auto;
}
#middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform .csc-mailform-field span.csc-mailform-label {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 10px 0 20px 5px;
	display: block;
}
#middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform .csc-mailform-field input, #middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform .csc-mailform-field textarea {
	width: 520px;
}
#middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform .csc-mailform-field .csc-mailform-submit {
	width: 686px;
	display: block;
}
#middle_section #content .csc-frame-indent3366 form#mailform fieldset.csc-mailform .csc-mailform-field label {
	display: block;
	width: 150px;
	float: left;
	font-size: 12px;
	margin-left: 10px;
	color: #333;
}
#middle_section #right_pane2 #content .tx-bzdstaffdirectory-pi1 {
	width: 458px;
	float: left;
	font-size: 12px;
}
#middle_section #right_pane2 #content .tx-bzdstaffdirectory-pi1 table {
	font-size: 10px;
	font-weight: normal;
}
#middle_section #right_pane2 #content .tx-bzdstaffdirectory-pi1 table tr td {
	padding: 10px 5px;
}
#middle_section #right_pane2 #content .csc-header-n4 h1 {
	width: 440px;
	float: left;
}
#middle_section #right_pane2 #content table.csc-uploads {
	margin: 0 auto;
	padding: 0;
	width: 620px;
}
#middle_section #right_pane2 #content table.csc-uploads p {
	background: url(../img/pdf_icon.gif) no-repeat;
	background-position: center left;
	padding: 18px 10px 18px 60px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#middle_section #right_pane2 #content table.csc-uploads p:hover {
	border-bottom: 2px solid #ccc;
	border-right: 1px solid #ccc;
}
#middle_section #right_pane2 #content table.csc-uploads p a {
	color: #0066FF;
}
/*------- MIDDLE SECTION - END -------*/

/*------- FOOTER - BEGIN -------*/
#footer {
	width: 960px;
	height: 31px;
	margin: 0;
	padding: 0;
	background: url(../img/footer_bg.gif) repeat-x;
	color: #999;
}
#footer p#copy {
	float: left;
	margin: 8px 15px;
}
#footer p#producer {
	float: right;
	margin: 8px 15px;
}
#footer p#producer a {
	color: #61a6cf;
}
/*------- FOOTER - END -------*/