@import "text.css";

body{
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
}
body#page {
	margin: 0;
	padding: 0;
	background: url('grafika/top.jpg') repeat-x #fff;
	text-align: center;
}
p, h1 {
	margin: 0;
	padding: 0;
}
p {
	line-height: 150%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
h1 a {
	color: #30444b;
	font-weight: normal;
	font-size: 24px;
}
table {
	border: 0;
	width: 100%;
}
th {
	color: #fff;
	background-color: #e68712;
	font-weight: bold;
	padding: 10px 6px 6px;
}
td {
	background-color: #e9ebed;
	padding: 8px 6px 3px;
}
li {
	list-style-image: url('grafika/li1.png');
	line-height: 150%;
}
div#container {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}
div#top {
	height: 138px;
}
div#top img {
	float: left;
	margin: 0;
	padding: 0;
}
div#top_right {
	float: right;
	width: 441px;
	display: inline;
	margin: 0;
	padding: 0;
}
div#top_links {
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial;
	color: #46545a;
	float: right;
}
div.clear {
	clear: both;
}

div#top_links a{
	text-decoration: none;
	color: #46545a;
}
div#top_menu {
	margin-top: 53px;
}
div#top_menu img {
	border: none;
	margin-right: 29px;
}
div#top_menu img.last {
	margin-right: 0px;
}
div#flash {
	height: 321px;
}
div#flash2{
	height: 238px;
}
div#content {
	height: 143px;
	background: url('grafika/main_content_bg.jpg') repeat-y;
	margin-bottom: 30px;
}
div#content2 {
	background: url('grafika/sub_content_bg.jpg') repeat-y;
	margin-bottom: 30px;
}
.button {
	float: right;
}
.path {
	display: inline;
}
div#flash_glow {
	margin-bottom: 20px;
}
div#text {
	margin-top: 10px;
	color: #30444b;
}
#text a {
	text-decoration: none !important;
	color: #e88913 !important;
}
#text a:hover {
	text-decoration: underline !important;
}
div#text1 {
	height: 134px;
	width: 314px;
	margin-left: 30px;
	display: inline;
	float: left;
	color: #30444b;
}
div#text2 {
	height: 134px;
	width: 314px;
	margin-left: 56px;
	display: inline;
	float: left;
	color: #30444b;
}
div#text3 {
	width: 191px;
	margin-right: 2px;
	display: inline;
	float: right;
}
div#text4 {
	width: 696px;
	margin-left: 30px;
	display: inline;
	float: left;
}
div#footer {
	background: url('grafika/footer.jpg') no-repeat 2px;
	height: 96px;
}
div#bottom_menu {
	padding: 18px 0 0 35px;
	float: left;
	display: inline;
}
div#bottom_menu a {
	color: #83969e;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	margin-right: 31px;
}
div#bottom_menu a:hover {
	color: #9eafb6;
}
div#bottom_menu a.active {
	color: #9eafb6;
}
div#design {
	float: right;
	padding: 18px 35px 0 0;
	display: inline;
}
div#design a {
	color: #83969e;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
div#info {
	color: #64777f;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	padding: 20px 0 0 35px;
}
#info .mail {
	color: #8c9ca4;
}

/* formularz kontaktowy */

#module_form {
	width: 100%;
	margin-top: 10px;
}
#module_form  p {
	background-color: #e9ebed;
	padding: 8px 26px;
}

form.cmxform p {
	margin-bottom: 25px;
}

form.cmxform fieldset {
	margin: 0;
	border: 0px;
	padding: 0px;
	float: right;
}
form.cmxform legend {
	padding: 0 2px;
	display: none;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	text-align: right;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	width: 494px;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 0px;
	margin: 3px 0;
	list-style-image: none;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	padding: 0px;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	text-align: left;
}
form.cmxform em {
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 115px; /* szerokosc opisu */
}

form.cmxform fieldset fieldset label {
	margin-left: 118px; /* +3 */
}

form.cmxform input.text, form.cmxform textarea, form.cmxform select {
	width: 372px;
	vertical-align: bottom;
	border: 1px solid #cdd6de;
	background: #e9ebed;
	padding:0;
}

form.cmxform textarea {
	margin-top: 0px
}
form.cmxform textarea{
resize: none;
overflow:auto;
}
.polew span {
	display: none;
}


#formSend, #formSendOn {
	background-color: #84cc09;
	border: 1px solid #84cc09;
	color: white;
	font-weight: bold;

	cursor: pointer;
}

#formSendOn {
	background-color: #0b8b3c;
	border-color: #0b8b3c;
}

.error {
	color: red;
}

/* menu prawa strona */
#menu {
	width: 191px;
	margin-bottom: 10px;
}
#menu ul{
	display: block;
	list-style: none;
	margin: 0 7px;
	padding: 0;
}
#menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(grafika/list_style.jpg) no-repeat left 13px;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #cdd6de;
}
#menu ul li.up {
	border-top: 1px solid #cdd6de;
}
#menu ul a:link, ul a:visited {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #30444b;
}
#menu ul hr {
	width: 150px;
	color: #cdd6de;
	background-color: #cdd6de;
	margin-top: 0;
	margin-bottom: 0;
}
#menu ul a:hover {
	color: #e78913;
}

#menu ul a.active {
	color: #e78913;
}

/* lista pracowników */
#list_module {
	margin-top: 10px;
}
.ramka {
	color: #30444b;
	margin-bottom: 21px;
}
.ramka img {
	width: 150px;
	margin-right: 22px;
	float: left;
	border: 3px solid #e9ebed;
}
.ramka img.large {
	width: 200px;
	margin-right: 22px;
	margin-bottom: 8px;
}
div.title, div.title a {
	color: #e88913;
	font-size: 18px;
}
div.subtitle {
	margin-bottom: 15px;
}
.pasek {
	height: 24px;
	background-color: #e9ebed;
	text-align: right;
	margin-top: 2px;
}
.pasek img {
	height: 24px;
	width: 48px;
	border: none;
	float: none;
	margin: 0;
}
/*mapa strony */
#map a {
	color: #30444b;
}
#map a:hover {
	text-decoration: underline;
}

#map a:visited {
	color: #e78913;
}
