body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, arial;
	font-size: 9pt;
	color: #666666;
}

#top
{
	height: 149px;
	width: 100%;
	background: transparent url('img/dots.png') repeat-x top;
}

#top_center
{
	width: 778px; /* 805 - */
	height: 100%;
	background: transparent url('img/stripe.png') no-repeat left bottom;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	padding-left: 27px;
}

#page
{
	min-height: 500px;
	width: 750px;
	margin: 0 auto;
}

#abs_left
{
	position: absolute;
	width: 50%;
	left: 0;
	top: 108px;
	height: 41px;
	background-color: #f60;
}

#abs_right
{
	position: absolute;
	width: 50%;
	right: 0;
	top: 108px;
	height: 41px;
	background-color: #8dc63f;
	z-index: 10;
}

#left_menu
{
	width: 227px;
	float: left;
	min-height: 500px;
	margin-bottom: 20px;
}

#left_menu div, #left_menu div.first
{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 9px 0 0 0;
	text-align: center;
}

#left_menu div.first
{
	border-top: none;
}

#left_menu div img
{
	margin-bottom: 9px;
}

#left_menu div span
{
	color: #060;
}

#banner
{
	height: 145px;
	width: 514px;
	margin: 5px 0 0 5px;
	padding: 0;
	float: left;
}

#content
{
	width: 486px; /* 514 - 28 */
	float: left;
	margin: 0 0 20px 27px;
	padding: 0 10px 20px 0px;
	line-height: 150%;
	background: transparent url('img/line.png') repeat-x bottom left;
	text-align: justify;
}

#content p
{
	text-indent: 20px;
	padding: 0;
	margin: 3px 0 0 0;	
}

#footer
{
	clear: both;
	height: 100px;
	background: transparent url('img/diamond.png') no-repeat left top;
	text-align: center;
	padding-top: 40px;
	font-size: 7pt;
	line-height: 250%;
	color: #999;
}

#footer span.copy
{
	color: #8dc63f;
}

#footer span.created
{
	color: #666;
}

#footer img
{
	border: none;
	vertical-align: middle;
}

a img
{
	border: none;
}

h1
{
	font-size: 13pt;
	font-weight: bold;
	color: #060;
	margin: 13px 0 0 0;	
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	color: #690;
	margin: 18px 0 4px 0;
	padding-top: 18px;
	background: transparent url('img/line.png') repeat-x top left;
}

h3
{
	font-size: 10,5pt;
	font-weight: bold;
	color: #060;
	margin: 18px 0 4px 0;
}

h3.rozstrzelone
{
	letter-spacing: 1px;
}

.ul_title
{
	font-weight: bold;
	font-size: 10pt;
	margin: 30px 0 0 0;
}

#content ul
{
	font-weight: bold;
	font-size: 10pt;
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

#content ul li
{
	background: transparent url('img/li.png') no-repeat 0 4px;
	padding-left: 20px;
	margin: 5px 0 5px 0;
}

.border, .border_right
{
	background: transparent url('img/border.png') no-repeat left top;
	width: 148px;
	height: 96px;
	float: left;
	margin: 15px 16px 1px 0;
}

.border_right
{
	margin-right: 0px;
}

.border img, .border_right img
{
	margin: 5px 0 0 9px;
	width: 130px;
	height: 84px;
}

.plus
{
	position: relative;
	margin: -84px 0 0 9px;
	width: 130px;
	height: 84px;
	background: transparent url('img/inside.png') no-repeat left top;
}


.galeria
{
	margin-top: 10px;
	text-align: center;	
}

.galeria img
{
	padding: 5px 5px 10px 5px;;	
}

.nowrap
{
	white-space: nowrap;
}

#submenu_div
{
	margin-bottom: 9px;
}

.contact_name
{
	color: #000000;
	font-weight: bold;
}

a, a:visited
{
	font-size: 10pt;
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#certificates, #references, #diploma
{
	margin-top: 10px;
	text-align: center;
}

#diploma img
{
	padding: 4px;
}

#certificates img, #references img
{
	padding: 4px 18px 4px 18px;
}


/* Images */

div.images
{
	text-align: center;	
}

div.images img
{
	padding: 5px;	
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}
/* /Images */


/* Form */

#FeedForm input
{
	width: 200px;
}

#FeedForm textarea
{
	width: 400px;
}

#FeedForm label
{
	font-weight: bold;
	display: block;
	width: 75px;
	float: left;
	font-size: 8pt;
	color: #4d4a49;
}

#FeedForm #label_form_wiadomosc
{
	width: 400px;
	float: none;
	margin-left: 75px;
}

#FeedForm #form_wiadomosc
{
	margin-left: 75px;
}

#FeedForm #send
{
	width: 82px;
	height: 27px;
	margin: 0 6px 0 0;	
}

#FeedForm #buttons
{
	margin-right: 5px;
	padding-top: 10px;
	text-align: right;
}

span.hidden
{
	display: none;
	color: red;
}

#FeedForm #puste
{
	display: none;
}
/* /Form */


.msg_ok, .msg_error
{
	text-align: center;
	font-weight: bold;
	margin: 30px;
	color: #060;
}

.msg_error
{
	color: #f00;
}