body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background: #e4e4e4;	wersja poczatkowa */
	background: #b2b2b2;
/*	background: #909090; */
/*	background: #686868; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#container {
	display: block;
	width: 980px;
	min-height: 500px;
/*	background: #fff;*/
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
}

div#clear {
	display: block;
	width: 980px;
	height: 10px;
	background-image: url('../images/background_bottom.png');
	background-repeat: no-repeat;
	margin: auto;
}

div#header {
	position: relative;
	display: block;
	width: 926px;
	height: 101px;
	margin-left: 27px;
	margin-right: 27px;
}

div#header img {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	border: 0;
}

div#header h1 {
	display: none;
	/*color: #1e1e1e;
	color: #777;*/
	color: #474747;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0 0 97px;
}

div#header h2 {
	display: none;
	/*color: #777;
	color: #1e1e1e;*/
	color: #474747;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 95px;
}

div#headerRight {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 0px;
	color: #606060;
}

div#headerRight p {
	text-align: right;
	margin: 0;
}

div#headerRight input {
	width: 145px;
	height: 19px;
	border: 1px solid #d5d5d5;
	background: #f6f6f6;
	margin-top: 3px;
}

div#headerRight input#submit {
	width: 63px;
	height: 23px;
	background: #555;
	border: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div#headerRight div{
	display: inline-block;
	margin-left: 4px;
}

div#headerRight a {
	display: inline-block;
	color: #931c49;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 5px;
}

div#headerRight a:hover {
	text-decoration: underline;
}

div#menu {
	display: inline-block;
	width: 899px;
	height: 33px;
	margin-left: 27px;
	margin-right: 27px;
	background-image: url('../images/menu.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 27px;
	line-height:33px;
}

div#menu a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	height: 33px;
	margin: 0 18px 0 18px;
}

div#menu a:hover {
	text-decoration: underline;
}

div#left {
	display: block;
	float: left;
	width: 270px;
	min-height: 333px;
	margin-left: 27px;
	margin-top: 7px;
}

div#left ul {
	color: #555;
	font-family: Arial, Heveltica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: square;
	/*list-style-image: url('../images/square.jpg');*/
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 52px;
	min-height: 205px;
}

div#left div#ul {
	min-height: 205px;
}

div#left ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	/*white-space: nowrap;*/
}

div#left ul li a {
	text-decoration: none;
	color: #555;
}

div#left ul li a:hover {
	text-decoration: underline;
}

div#photo {
	display: block;
	float: right;
	width: 655px;
	height: 218px;
	margin-right: 27px;
	margin-top: 7px;
	overflow: hidden;
}

div#content {
	display: block;
	float: right;
	width: 655px;
	margin-right: 27px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: right;
	font-size: 12px;
}

div#content h1 {
	color: #931c49;
	font-size: 16px;
	text-transform: uppercase;
}

div#content a.read_more {
	display: inline-block;
	height: 18px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	background: #8e1847;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Heveltica, sans-serif;
}

div#content a {
	color: #8e1847;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content div.left {
	display: block;
	float: left;
	width: 300px;
	margin-right: 40px;
}

div#content div.right {
	display: block;
	float: left;
	width: 300px;
	margin-right: 0px;
}

div#content p {
	text-align: justify;
}

div#content ul.news {
	padding-left: 15px;
	list-style-image: url('../images/bullet.jpg');
}

div#content ul.news h4 {
	margin-bottom: 0px;
}

div#content ul.news h4 a {
	color: #555;
}

div#content ul.news span {
	color: #b7b7b7;
}

div#content ul.news p {
	margin-top: 5px;
}

div#content div.contact_details {
	display: block;
	float: left;
	width: 200px;
	margin-right: 10px;
}

div#content div.map {
	display: block;
	/*float: right;*/
	margin-right: 0px;
	width: 420px;
	margin-bottom: 10px;

	clear: both;
}

div#content div#map_canvas {
	width: 100%;
	height: 300px;
}

div#content div.contact_form {
	display: block;
	clear: both;
	color: #979797;
	font-family: Verdana, Arial, Heveltica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
}

div#content div.contact_form h2 {
	font-family: Verdana, Arial, Heveltica, sans-serif;
	font-size: 14px;
	color: #979797;
}

div#content div.contact_form div.descriptions {
	display: block;
	float: left;
	width: 130px;
}

div#content div.contact_form div.inputs {
	position: relative;
	display: block;
	float: right;
	margin-right: 100px;
}

div#content div.contact_form div.descriptions_right {
	display: block;
	float: left;
	width: 55px;
}

div#content div.contact_form div.inputs_right {
	display: block;
	float: right;
}

div#content div.contact_form div.inputs div.rInputs {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

div#content div.contact_form div.submit {
	display: block;
	float: right;
	margin-right: 100px;
	clear: both;
}

div.contact_form span {
	color: #bf0000;
}

div#content input {
	display: block;
	width: 170px;
	height: 17px;
	border: 1px solid #bbb9bf;
	background: #fff;
	margin-bottom: 6px;
}

div.contact_form textarea {
	display: block;
	width: 410px;
	height: 165px;
	border: 1px solid #bbb9bf;
	background: #fff;
	margin-bottom: 6px;
}

div.contact_form label {
	display: block;
	margin-bottom: 11px;
	margin-top: 3px;
}

div#content input.submit {
	display: block;
	width: 65px;
	height: 22px;
	border: none;
	background: #921b49;
	color: #fefefe;
	font-size: 11px;
	font-family: verdana;
}

hr.clear {
	clear: both;
	color: #cecece;
	background: #cecece;
	border: 0px;
	height: 1px;
	width: 926px;
	margin-left: 27px;
	margin-right: 27px;
	margin-bottom: 12px;
}

div#footer {
	display: inline-block;
	margin-left: 27px;
	margin-bottom: 10px;
	color: #909090;
	border-bottom: 1px solid #cecece;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer a {
	text-decoration: none;
	color: #909090;
	margin-right: 15px;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer a.last {
	margin-right: 5px;
}

div.copy {
	display: block;
	margin-left: 27px;
	margin-bottom: 10px;
	color: #909090;
	font-family: Arial, Helvetica, sans-serif;
}

div.copy a {
	text-decoration: none;
	color: #909090;
	font-weight: bold;
}

div.copy a:hover {
	text-decoration: underline;
}

div.clear {
	display: inline-block;
	clear: both;
}

tr.odd {
	background: #cecece;
}

tr.odd:hover, tr.even:hover {
	background: #921b49;
	color: #fff;
}

td {
	padding-left: 5px;
}

div#content input.title {
	width: 100%;
}

a.shortcut {
	display: inline-block;
}

div#content p.noUnderline a:hover {
	text-decoration: none;
}

div.shortcut {
	display: inline-block;
	width: 108px;
	height: 79px;
	border: 1px solid #bcbcbc;
	margin:8px;
	text-align: center;
	color: #5a5a5a;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

div.shortcut img {
	display: block;
	margin: 18px 38px 0px 38px;
	border: 0px;
}

div#content a.addButton {
	display: block;
	height: 22px;
	width: 162px;
	background: #45760d;
	background-image: url('../images/addBg.png');
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 7px;
}

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

input.search {
	color: #adadad;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img.panelIcon {
	width: 20px;
	height: 20px;
}

div.faq {
 display: none;
}

div.employee {
	clear: both;
	margin-bottom: 30px;
	margin-right: 80px;
}

div.employee div.clear {
	clear: both;
	display: block;
}

div.employee img {
	width: 100px;
	height: 127px;
	float: left;
	margin: 5px;
	margin-right: 30px;
}

div.employee p {
	display: inline-block;
	width: 440px;
	float: right;
}

div.employee h2 {
	display: inline-block;
	margin-right: 5px;
	/*color: #8e1847;*/
}

div.employee span {
	font-weight: bold;
	font-size: 12px;
}

div.employee span.position {
	color: #8e1847;
	font-weight: normal;
	font-size: 11px;
}

div.employee span.contact {
	color: #8e1847;
	font-weight: bold;
}

div.right div.employee {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

div.right div.employee div.clear {
	clear: both;
	display: block;
}

div.right div.employee img {
	width: 75px;
	height: 95px;
	float: left;
	margin: 5px;
	margin-right: 10px;
}

div.right div.employee p {
	display: block;
	width: 300px;
	float: right;
}

div.right div.employee h2 {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	/*color: #8e1847;*/
}

div.right div.employee span {
	font-weight: bold;
	font-size: 12px;
}

div.right div.employee span.position {
	color: #8e1847;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
}

div.right div.employee span.contact {
	color: #8e1847;
	font-weight: bold;
}

div#content form div.col {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

a.gallery {
	display: inline-block;
}

div.gallery {
	display: inline-block;
	width: 108px;
	height: 83px;
	border: 1px solid #bcbcbc;
	margin:8px;
	text-align: center;
	color: #5a5a5a;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

div.gallery img {
	display: block;
	margin: 4px;
	border: 0px;
}
