#project_container {
	width: 855px;
	margin: 5px auto;
	overflow: hidden;
}

/* Ładny hack na float 
#center_block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/

#project_logo {
	width: 280px;
}
#project_logo img {
	background-color: #fff;
	border: solid 1px #f4e710;
	margin-bottom: 10px;
}
#project_logo h1 {
	font: bold 26px/1.0 "Myriad Pro", Verdana, Tahoma, Arial, sans-serif;
	margin: 10px auto;
}

#project_main_content {
	width: 550px;
	padding: 10px;
	float: right;
	text-align: left;
}
#project_main_content .person_image {
	border: solid 3px #f4e710;
	width: 120px;
	height: 160px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#project_main_content.zarzad {
	float: none;
	width: 670px;
	margin: 0 auto;
}

/* Formatowanie wnętrza właściwego treści w projekcie*/
#project_main_content h1 {
	font: bold 16px/1.0 "Myriad Pro", Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #f4e710;
	padding-bottom: 5px;
}
#project_main_content h2 {
	font: bold 16px/1.0 "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	text-align: left;
	color: #fff;
	padding-bottom: 5px;
}
#project_main_content hr {
	width: 90%;
	height: 2px;
	margin: 10px auto;
	background-color: #f4e710;
	color: #f4e710;
	clear: both;
}
#project_main_content p {
	line-height: 1.3;
	text-indent: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#project_main_content strong {
	font-weight: bold;
}
#project_main_content u {
	text-decoration: underline;
}
#project_main_content ul, #project_main_content ol {
	margin-left: 20px;
}
#project_main_content ul li, #project_main_content ol li {
	padding-left: 10px;
}
#project_main_content .image_left{
	float: left;
	margin: 0 10px 10px 0;
}
#project_main_content .image_center{
	margin: 0 auto;
}
#project_main_content .image_right{
	float: right;
	margin: 0 0 10px 10px;
}
#project_main_content .text_justify{
	text-align: justify;
}
#project_main_content .text_center{
	text-align: center;
}
#project_main_content .text_right{
	text-align: right;
}
#project_main_content .text_left{
	text-align: left;
}
#project_main_content .font_italic{
	font-style: italic;
}

#form_dk {
	overflow: hidden;
}
#form_dk h2 {
	padding-bottom: 15px;
}
#form_dk h3 {
	padding-top: 5px;
	font-weight: bold;
}
.dk_line {
	border: solid 0px #fff;
	margin: 10px 0;
	overflow: hidden;
}
.dk_line .line_label {
	border: solid 0px #fff;
	width: 210px;
	float: left;
}
.dk_line .line_content {
	border: solid 0px #fff;
	width: 340px;
	float: left;
}
.dk_line .big_line_content {
	border: solid 0px #fff;
	width: 550px;
	float: left;
}
.dk_line .line_content .small_input {
	border: solid 1px #f4e710;
	background-color: #fff;
	color: #00448D;
	width: 332px;
	padding: 3px;
}
.dk_line .line_content .small_select, .dk_line .big_line_content .big_select {
	border: solid 1px #f4e710;
	background-color: #fff;
	color: #00448D;
}
.dk_line .line_content .small_select {
	width: 332px;
}
.dk_line .big_line_content .big_select {
	width: 542px;
}
.dk_line .line_content .small_select option, .dk_line .big_line_content .big_select option {
	color: #00448D;
	padding: 2px;
}
.dk_line .line_content .big_textarea {
	border: solid 1px #f4e710;
	background-color: #fff;
	color: #00448D;
	width: 332px;
	height: 60px;
	padding: 3px;
}
.dk_line .line_content .checkbox {
	border: solid 1px #f4e710;
	background-color: #fff;
	color: #00448D;
	margin-right: 5px;
}
.dk_line .line_button {
	padding: 6px;
	margin: 10px;
	width: 78px;
	text-align: center;
	cursor: pointer;
	background: transparent url("../../../data/template/graphics/send_button.png") top left no-repeat;
	color: #00448D;
	font: bold 16px/1.0 "Myriad Pro", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
}
.star {
	color: #f4e710;
	font-weight: bold;
}
.szkolenie tr td {
	border-bottom: solid 1px #fff;
	padding: 5px;
}
.szkolenie tr td.lewy {
	width: 20%;
	vertical-align: top;
	font-weight: bold;
}

#logos_page {
	text-align: center;
	display: block;
}
#logos_page .line  {
	text-align: center;
	display: block;
}
#logos_page a, #logos_page span {
	padding: 5px;
	background-color: #fff;
	margin: 5px 2px;
	display: inline-block;
}

option:disabled {
	text-decoration: line-through;
	background-color: #eee;
}
