/*******************************/
/*  Created by Damian Bonar    */
/*  Copyright by IguanaStudio  */
/*******************************/

@import url('reset.css');

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-family: 'Arial', 'Tahoma', 'Verdana', 'Myriad Pro', Trebuchet, sans-serif;
	color: #4a4949;
    background: #FFF url(images/bg.gif) repeat-x 0 0;
}

a {
    color: #DB5C00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 165%;
    padding-bottom: 20px;
    text-align: justify;
}

.clear {
    clear: both;
}

.img_right {
    float: right;
    margin: 0 0 10px 15px;
}

ul {
    padding: 0 0 20px 15px;
}

ul li {
    background: transparent url(images/point.gif) no-repeat 0 12px;
    padding: 4px 0 4px 15px;
    line-height: 165%;
}

div.wrapper {
    width: 970px;
    margin: 0 auto;
}

/* NAGLOWEK */

div#header {
    height: 106px;
    position: relative;
    background: transparent url(images/bg_header_top.jpg) no-repeat center top;
}

div#header h1 {
    width: 209px;
    height: 51px;
    background: transparent url(images/logo.gif) no-repeat 0 0;
    position: absolute;
    top: 27px;
    left: 1px;
}

div#header h1 a {
    width: 209px;
    height: 51px;
    display: block;
}

div#header a.enVersion {
	display: inline;
	padding: 0 0 0 0;
	position: absolute;
	top: 15px;
	right: 5px;
	text-decoration: none;
	color: #ADADAD;
}

div#header a.enVersion img {
	border: 1px #CCC solid;
	padding: 1px;
	margin-right: 7px;
	display: none;
}

div#header a.enVersion span {
	position: relative;
	top: -2px
}

div#header a.enVersion:hover {
	color: #080808;
}

div#header a.enVersion:hover img {
	border-color: #999;
}

/* MENU */

ul#menu {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 0;
}

ul#menu li {
    float: left;
    background: none;
    padding: 0 0 0 18px;
    line-height: normal;
}

ul#menu li a {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding-bottom: 2px;
}

ul#menu li a:hover, ul#menu li a.active {
    border-bottom: 2px #ea8401 solid;
}

/* WYBIERAK */

div#wybierak_box {
    width: 970px;
    height: 319px;
    position: relative;
}

div#wybierak_box div.left_shadow {
    background: transparent url(images/bg_left_wybierak_shadow.jpg) no-repeat 0 0;
    width: 10px;
    height: 297px;
    position: absolute;
    top: 22px;
    left: -10px;
}

div#wybierak_box div.right_shadow {
    background: transparent url(images/bg_right_wybierak_shadow.jpg) no-repeat 0 0;
    width: 10px;
    height: 297px;
    position: absolute;
    top: 22px;
    right: -10px;
}

div#wybierak_box div#bottom_shadow {
    background: transparent url(images/bg_bottom_wybierak_shadow.jpg) no-repeat 0 0;
    width: 970px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    right: 0;
}

div#wybierak_box div#bottom_shadow.podstrona {
    background-image: url(images/bg_bottom_wybierak_shadow_podstrona.jpg);
    background-position: 1px 0;
}

div#wybierak_box div#bottom_shadow.podstrona_three {
    background-image: url(images/bg_bottom_wybierak_shadow_podstrona2.jpg);
    background-position: 1px 0;
}

div#flash_wybierak {
    width: 970px;
    height: 319px;
}

/* CONTENT */

div#content, div#podstrona_content, div#podstrona_content_three {
    padding: 22px 1px;
    overflow: hidden;
    height: 100%;
}

div#content h2 {
    font-size: 15px;
    color: #4a4949;
    text-transform: uppercase;
    border-bottom: 1px #e0e0e0 solid;
    padding: 0 0 9px 10px;
    margin-bottom: 18px;
}

div#podstrona_content {
    background: transparent url(images/bg_content.gif) repeat-y center 0;
}

div#podstrona_content_three {
    background: transparent url(images/bg_content_three.gif) repeat-y center 0;
}

/* PODSTRONY */

div#podstrona_content div#left {
    width: 700px;
    float: left;
    font-size: 12px;
}

div#podstrona_content div#right, div#podstrona_content_three div#right {
    width: 207px;
    float: right;
    padding-right: 18px;
}

div#podstrona_content div#left h2, div#podstrona_content_three div#center h2 {
    color: #e16701;
    font-size: 19px;
    text-transform: uppercase;
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: 18px;
    padding-bottom: 8px;
    padding: 0 0 8px 10px;
}

div#podstrona_content_three div#center h2 {
    padding-left: 1px;
}

div#left_content {
    padding-left: 10px;
}

.zamow_wycene {
    display: block;
    background: transparent url(images/b_zamow_wycene.gif) no-repeat 0 0;
    width: 207px;
    height: 36px;
    margin-bottom: 35px;
}

.zamow_wycene:hover {
    background-position: 0 -36px;
}

div#podstrona_content div#right h2, div#podstrona_content_three div#right h2, h3.n_pozostale_wydarzenia {
    border-bottom: 1px solid #E0E0E0;
    color: #4A4949;
    font-size: 15px;
    margin-bottom: 18px;
    padding: 0 0 4px 1px;
    text-transform: uppercase;
}

div#podstrona_content div#right a.zobacz_realizacje, div#podstrona_content_three div#right a.zobacz_realizacje {
    margin-bottom: 35px;
    display: block;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

div#podstrona_content div#right a.zobacz_realizacje img, 
div#podstrona_content_three div#right a.zobacz_realizacje img {
    display: block;
}

div#podstrona_content div#right a.zobacz_realizacje span,
div#podstrona_content_three div#right a.zobacz_realizacje span {
    display: block;
    background: transparent url(images/bg_zobacz_realizacje.gif) repeat-x 0 0;
    padding: 5px 0 0 10px;
    height: 19px;
}

div#podstrona_content div#right a.zobacz_realizacje:hover span,
div#podstrona_content_three div#right a.zobacz_realizacje:hover span {
    text-decoration: underline;
    cursor: pointer;
}

div#podstrona_content_three div#left {
    width: 196px;
    float: left;
    padding-left: 14px;
}

div#podstrona_content_three div#center {
    float: left;
    width: 452px;
    margin-left: 40px;
    font-size: 12px;
}

div#podstrona_content_three div#center h3 {
    color: #5f6061;
    font-size: 15px;
    margin-bottom: 12px;
}
div#podstrona_content_three div#center h3 span {
    color: #db5c00;
	font-size: 12px;
}

div#left ul#menul {
	margin: 0 0 20px;
    padding: 0;
}

div#left ul#menul li {
	border-bottom: 1px solid #e6e6e6;
	line-height: 130%;
    padding: 0;
    background: none;
    overflow: hidden;
}

div#left ul#menul li a {
	display: block;
	background: transparent url(images/ico_menul.gif) no-repeat 185px 13px;
	padding: 7px 20px 7px 14px;
	font-size: 12px;
	color: #262626;
	text-decoration: none;
    font-weight: bold;
}

div#left ul#menul li a:hover {
	background-color: #db5c00;
    color: #fff !important;
}

div#left ul#menul li a.active {
	color: #db5c00;
	font-weight: bold;
}

div#left ul#menul li ul {
    float: left;
    width: 100%;
    line-height: normal;
    padding: 0;
    line-height: 130%;
    margin: 0 0 6px;
    border-top: 1px solid #e6e6e6;
    padding-top: 2px;
}

div#left ul#menul li ul li {
    border-bottom: 0;
    padding: 1px 0 0 0;
    background: none;
    line-height: normal;
}

div#left ul#menul li ul li a {
    /*width: 177px;*/
    font-weight: normal;
    height: auto;
    padding: 4px 10px 4px 25px;
    background: #FFF url(images/bg_small_black_arrow.gif) no-repeat 14px 10px;
}

div#left ul#menul li ul li a:hover,
div#left ul#menul li ul li a.active {
    background: #db5c00 url(images/bg_small_black_arrow.gif) no-repeat 14px 10px;
    color: #FFF;
    font-weight: normal;
}

/* REALIZACJE */
p.realizacje_opis {
	padding: 0 0 10px;
}

ul.realizacje_list {
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
    padding: 0;
}

ul.realizacje_list li {
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
    background: none;
    line-height: normal;
}

ul.realizacje_list li img {
    display: block;
}

ul.realizacje_list li.last {
    margin-right: 0;
}

ul.realizacje_list li a {
    border: 1px #c9c9c9 solid;
    padding: 2px;
    display: block;
}

ul.realizacje_list li a:hover {
    border-color: #db5c00;
}

/* BOXY NA HP */

div#ofirmie_box, div#oferta_box, div#aktualnosci_box, div#zaufali_nam_box {
    width: 305px;
    text-align: justify;
}

div#ofirmie_box a.img_link, div#oferta_box a.img_link {
    margin-bottom: 14px;
    display: block;
}

.hp_box_content {
    padding: 0 10px 0 10px;
}

.hp_box_content .link_wiecej {
    font-weight: bold;
    text-decoration: none;
    color: #c65400;
}

.hp_box_content .link_wiecej:hover {
    text-decoration: underline;
}

div#ofirmie_box {
    float: left;
}

div#oferta_box {
    float: left;
    margin-left: 28px;
}

div#aktualnosci_box {
    float: right;
    padding-bottom: 20px;
}

div#aktualnosci_box h2 {
    margin-bottom: 8px;
}

div#aktualnosci_box ul {
    overflow: hidden;
    height: 100%;
    padding: 0;
}

div#aktualnosci_box ul li {
    overflow: hidden;
    height: 100%;
    border-bottom: 1px #d5d5d5 dotted;
    padding: 7px 0;
    background: none;
    line-height: normal;
}

div#aktualnosci_box ul li.last {
    border-bottom: 0;
}

div#aktualnosci_box ul li div.data {
    width: 55px;
    float: left;
    padding-top: 3px;
}

div#aktualnosci_box ul li div.data span {
    display: block;
    text-align: center;
    background-color: #e8791c;
    font-size: 10px;
    color: #FFF;
    font-family: 'Tahoma', 'Arial', 'Verdana', 'Myriad Pro', Trebuchet, sans-serif;
    padding: 2px 0;
    line-height: normal;
}

div#aktualnosci_box ul li div.tresc {
    width: 215px;
    float: right;
    line-height: 135%;
}

div#aktualnosci_box ul li div.tresc a {
    text-decoration: none;
    color: #4a4949;
}

div#aktualnosci_box ul li div.tresc a:hover {
    text-decoration: underline;
}

div#aktualnosci_box ul li div.tresc a span {
    color: #c65400;
    font-weight: bold;
}

div#zaufali_nam_box {
    float: right;
}

div#zaufali_nam_box h2 {
    margin-bottom: 6px;
}

div#zaufali_nam_box ul {
    width: 305px;
    padding: 5px 0 0 0;
}

div#zaufali_nam_box ul li {
    float: left;
    background: none;
    padding: 0 0 8px 0;
    line-height: normal;
    margin: 0 16px;
    width: 120px;
    height: 60px;
}

div#zaufali_nam_box ul li.right {
    margin-left: 50px;
}

#zaufali_nam_podstrona, #zaufali_nam_podstrona ul {
    width: 206px;
    padding: 0;
}

#zaufali_nam_podstrona ul li {
    float: left;
    border: 1px #d8d8d8 solid;
    padding: 0;
    background: none;
    line-height: normal;
    margin: 0 3px 8px 3px;
}

#zaufali_nam_podstrona ul li img {
    display: block;
}

ul#zaufali_nam_nk {
    padding: 0;
}

ul#zaufali_nam_nk li {
    float: left;
    margin: 8px;
    border: 1px #d8d8d8 solid;
    padding: 0;
    background: none;
    line-height: normal;
}

ul#zaufali_nam_nk li img {
    display: block;
}

/* GRAY BOX */

div#gray_box {
    min-height: 152px;
    background: transparent url(images/bg_gray_box_area.jpg) repeat-x 0 0;
    position: relative;
}

div#gray_box div.wrapper {
    background: transparent url(images/bg_gray_box.jpg) no-repeat 0 0;
    height: 129px;
    position: relative;
    padding-top: 23px;
    padding-left: 10px;
    width: 960px;
}

div#gray_box div.wrapper div.left_shadow {
    background: transparent url(images/bg_gray_box_left_shadow.jpg) no-repeat 0 0;
    width: 45px;
    height: 152px;
    position: absolute;
    top: 0;
    left: -45px;
}

div#gray_box div.wrapper div.right_shadow {
    background: transparent url(images/bg_gray_box_right_shadow.jpg) no-repeat 0 0;
    width: 45px;
    height: 152px;
    position: absolute;
    top: 0;
    right: -45px;
}

div#gray_box div#gray_box_oferta {
    width: 190px;
    background: transparent url(images/bg_oferta_right_line.jpg) no-repeat right 0;
    float: left;
    height: 120px;
}

div#gray_box div#gray_box_oferta h3 {
    color: #c9c9c9;
    font-size: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

div#gray_box div#gray_box_oferta ul {
    padding-left: 1px;
    line-height: 130%;
    padding: 0;
}

div#gray_box div#gray_box_oferta ul li {
    padding: 3px 0;
    background: none;
    line-height: normal;
}

div#gray_box div#gray_box_oferta ul li a {
    color: #c9c9c9;
    text-decoration: none;
    background: transparent url(images/white_point.gif) no-repeat 0 6px;
    padding-left: 10px;
}

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

div#gray_box div#gray_box_kontakt {
    float: left;
    width: 460px;
    padding-left: 43px;
    background: transparent url(images/bg_kontakt_right_line.jpg) no-repeat right 0;
    height: 120px;
    position: relative;
    color: #C9C9C9;
}

div#gray_box div#gray_box_kontakt p {
	color: #C9C9C9;
}

div#gray_box div#gray_box_kontakt h3 {
    color: #c9c9c9;
    font-size: 15px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

div#gray_box_kontakt textarea {
    width: 200px;
    height: 78px;
    background-color: #3c3c3f;
    border: 1px #888989 solid;
    padding: 0;
    color: #d2d2d3;
    font-size: 11px;
    padding: 3px 4px;
    font-family: 'Arial', 'Tahoma', 'Verdana', 'Myriad Pro', Trebuchet, sans-serif;
}

div#gray_box_kontakt input {
    font-family: 'Arial', 'Tahoma', 'Verdana', 'Myriad Pro', Trebuchet, sans-serif;
    background-color: #3c3c3f;
    border: 1px #888989 solid;
    color: #d2d2d3;
    font-size: 11px;
    padding: 4px;
    width: 180px;
}

div#gray_box_kontakt label {
    display: block;
    font-size: 11px;
    color: #eeeeef;
    padding-bottom: 4px;
    padding-left: 2px;
}

div#gray_box_kontakt div#bottom_form_input_1 {
    position: absolute;
    bottom: 54px;
    right: 50px;
}

div#gray_box_kontakt div#bottom_form_input_2 {
    position: absolute;
    bottom: 9px;
    right: 81px;
}

div#gray_box_kontakt div#bottom_form_input_2 input {
    width: 148px;
}

div#gray_box_kontakt div#bottom_form_input_3 {
    position: absolute;
    bottom: 9px;
    right: 50px;
}

div#gray_box_kontakt div#bottom_form_input_3 button {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent url(images/b_wyslij_bottom.gif) no-repeat 0 0;
    cursor: pointer;
    width: 24px;
    height: 23px;
}

div#gray_box_kontakt div#bottom_form_input_3 button:hover {
    background-position: 0 -23px;
}

div#gray_box_kontakt label.error {
    background-color:#FFFFFF;
    border:1px solid #3C3C3F;
    position: absolute;
    font-size: 11px;
    color: #FF0000;
    width: 181px;
    top: -28px;
    left: 0;
    padding: 3px 2px 3px 6px;
}

div#gray_box_kontakt div#bottom_form_input_2 label.error {
    top: -73px;
    left: -1px;
}

div#gray_box div#gray_box_wycena {
    background: transparent url(images/bg_wycena.gif) no-repeat right 5px;
    float: left;
    height: 120px;
    width: 250px;
    position: relative;
}

div#gray_box div#gray_box_wycena a.b_kliknij_tutaj {
    position: absolute;
    top: 73px;
    left: 50px;
}

div#gray_box div#gray_box_wycena h3 {
    font-size: 21px;
    color: #FFF;
    font-weight: normal;
    padding-top: 15px;
}

a.b_kliknij_tutaj {
    display: block;
    width: 125px;
    height: 26px;
    background: transparent url(images/b_kliknij_tutaj.gif) no-repeat 0 0;
}

a.b_kliknij_tutaj:hover {
    background-position: 0 -26px;
}

/* SITE MAP */

ul.sitemap {
	overflow: hidden;
	height: 100%;
	padding-left: 0;
}

ul.sitemap li {
	float: left;
	background: none;
	padding: 0;
	margin-right: 19px;
}

ul.sitemap li.last {
	margin-right: 0;
}

ul.sitemap li a {
	float: left;
	color: #4A4949;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

ul.sitemap li a:hover {
	text-decoration: underline;
}

ul.sitemap li ul {
	padding-left: 5px;
	clear: both;
}

ul.sitemap li ul li {
	float: none;
	background: url("images/point.gif") no-repeat scroll 0 11px transparent;
	padding: 2px 0 2px 12px;
}

ul.sitemap li ul li a {
	float: none;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

ul.sitemap li ul li a:hover {
	text-decoration: none;
}

/* FORMULARZE */

#map {
	width: 325px;
	margin: 0 0 5px 0;
	height: 285px;
	float: right;
	overflow: hidden;
	border: 2px solid #d3d3d3;
}

form#form_kontakt {
    margin: 0 !important;
    width: auto;
}

#formularz {
	padding: 0;
	float: left;
	width: 335px;
	line-height: normal;
	margin: 0 0 5px 0;
}

form#form_zapytaniowy {
    width: 515px;
    margin: 0 auto;
}

form#form_zapytaniowy small {
	line-height: 135%;
	font-size: 11px;
	color: #B8B8B8;
}

ul.wymiary_obiektu {
    padding: 8px 0 0 0;
}

#formularz li, ul li.submit, form#form_zapytaniowy ul.wymiary_obiektu li {
	padding: 5px 0;
	overflow: hidden;
	margin: 0;
	background: none;
    height: 100%;
    border-bottom: 1px #DDE4EA dashed;
    line-height: normal;
}

ul li.submit div#loader {
	width: 16px;
	height: 16px;
	background: transparent url("images/loader.gif") no-repeat 0 0;
	position: absolute;
	right: 69px;
    top: 7px;
	display: none;
}

#formularz li.form_naglowek {	
	background-color: #F0F0F0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
    padding: 7px 0;
}

#formularz li.form_required {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#formularz li label, ul li.submit label {
	display: block;
	width: 90px;
	margin: 0 10px 0 0;
	float: left;
	text-align: right;
	padding: 4px 0;
    font-size: 11px;
}

#formularz li input, #formularz li textarea, #formularz li select, ul li.submit input {
	padding: 4px;
	font-size: 11px;
	font-family: Tahoma, Sans-serif;
	background: #f0f0f0;
	border-top: 1px solid #c2c2c2;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #c2c2c2;
	width: 220px;
    float: left;
}

#formularz li.submit, ul li.submit {
	height: 20px;
    border-bottom: 0;
}

#formularz li.submit input, ul li.submit input {
	background: transparent url(images/b_wyslij.gif) no-repeat 0 0;
	border: 0 none;
	cursor: pointer;
	height: 20px;
	width: 65px;
	overflow: hidden;
    text-indent: -9999px;
    margin-left: 1px;
    display: block;
}

#formularz li.submit input:hover, ul li.submit input:hover  {
	background-position: 0 -20px;
}

#formularz li label.error, form#form_zapytaniowy label.error {
	color: #DD0000;
	display: block;
	width: auto;
	margin: 0;
	float: left;
	text-align: left;
	padding: 5px 0 5px 102px;
    font-size: 11px;
    white-space: nowrap;
}

#formularz li input.error, #formularz li textarea.error, form#form_zapytaniowy textarea.error {
	background: #f0f0f0 url(images/error.gif) no-repeat 211px 4px;
}

.box_kontakt {
	float: left;
	width: 210px;
	text-align: left;
	margin: 0;
	line-height: 150%;
    margin-right: 15px;
    font-size: 12px;
   	font-family: 'Verdana', 'Arial', 'Tahoma', 'Myriad Pro', Trebuchet, sans-serif;
}

.potwierdzenie {
	color: #008000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 12px 0;
	text-align: center;
	width: 465px;
}

form#form_zapytaniowy ul#formularz {
    width: 100%;
}

form#form_zapytaniowy ul#formularz label {
    width: 165px;
}

form#form_zapytaniowy ul#formularz li {
    border-bottom: 1px #DDE4EA dashed;
}

form#form_zapytaniowy ul#formularz li textarea {
    height: 86px;
    width: 300px;
}

form#form_zapytaniowy ul#formularz li.form_required {
    clear: both;
}

form#form_zapytaniowy ul#formularz li.submit, form#form_zapytaniowy ul li.submit {
    clear: both;
    margin-top: 7px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

form#form_zapytaniowy ul#formularz li.submit label, form#form_zapytaniowy ul li.submit label {
    float: left;
    color: #b8b8b8;
    font-size: 10px;
}

form#form_zapytaniowy ul#formularz li.submit input, form#form_zapytaniowy ul li.submit input {
    float: right;
}

form#form_zapytaniowy ul#formularz li textarea.error {
    background: #F0F0F0 url("images/error.gif") no-repeat 299px 4px;
}

form#form_zapytaniowy ul.wymiary_obiektu li input.error {
	background: #f0f0f0 url(images/error.gif) no-repeat 211px 4px;
}

form#form_zapytaniowy ul#formularz li label.error {
    clear: both;
}

form#form_zapytaniowy ul#formularz li#form_r_element label.error {
       padding-left: 2px;
}

form#form_zapytaniowy fieldset {
    border: 1px #E6E6E6 solid;
    padding: 15px;
    width: 510px;
    text-align: center;
    margin: 0 auto 20px auto;
}

form#form_zapytaniowy fieldset legend {
    font-weight: bold;
    font-size: 14px;
    padding: 0 8px;
}

form#form_zapytaniowy ul#typ_konstrukcji {
    padding: 8px 0 0 0;
    overflow: hidden;
    height: 100%;
}

form#form_zapytaniowy ul#typ_konstrukcji li {
    padding: 0 25px;
    float: left;
    text-align: center;
    background: none;
    line-height: normal;
}

form#form_zapytaniowy ul#typ_konstrukcji li img {
    display: block;
    padding-top: 12px;
}

form#form_zapytaniowy ul#typ_konstrukcji li label, form#form_zapytaniowy ul.wymiary_obiektu li label {
    display: block;
	width: 165px;
	margin: 0 10px 0 0;
	float: left;
	text-align: right;
	padding: 4px 0;
    font-size: 11px;
}

form#form_zapytaniowy ul#typ_konstrukcji li input, form#form_zapytaniowy ul.wymiary_obiektu li input {
    padding: 4px;
	font-size: 11px;
	font-family: Tahoma, Sans-serif;
	background: #f0f0f0;
	border-top: 1px solid #c2c2c2;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #c2c2c2;
	width: 220px;
    float: left;
}

form#form_zapytaniowy ul#typ_konstrukcji li input.radio,
form#form_zapytaniowy ul.wymiary_obiektu li input.radio {
	width: auto;
    float: none;
    background: none;
    border: none;
}

form#form_zapytaniowy ul.wymiary_obiektu {
    padding: 0;
    width: 100%;
    float: left;
}

form#form_zapytaniowy ul.wymiary_obiektu li {
    background: none;
    text-align: left;
    line-height: normal;
}

form#form_zapytaniowy ul.wymiary_obiektu li input {
    margin-right: 5px;
}

form#form_zapytaniowy ul.wymiary_obiektu li span {
    display: block;
    text-align: left;
    padding: 5px 0 0 0;
}

form#form_zapytaniowy li label, ul li.submit label {
    width: 100px;   
}

form#form_zapytaniowy ul.wymiary_obiektu label.error {
    padding-left: 175px !important;
    text-align: left;
}

form#form_zapytaniowy ul#formularz label.error {
    padding-left: 175px !important;
    white-space: nowrap;
    text-align: left;
}

.schemat {
    padding: 10px 0;
}

div#f_realizacje {
    margin-bottom: 35px;
}

/* STOPKA */

div#footer {
    overflow: hidden;
    height: 100%;
    padding: 9px 0 10px 0;
    font-size: 10px;
    color: #8e8e8e;
    clear: both;
}

div#footer div#copyright {
    float: left;
    padding: 1px 0;
}

ul#links {
    float: left;
    padding: 1px 0 1px 225px;
}

ul#links li {
    float: left;
    padding: 0 20px 0 0;
    background: none;
    line-height: normal;
}

ul#links li a {
    float: left;
    color: #8e8e8e;
    text-decoration: none;
    padding-left: 16px;
}

ul#links li.sitemap a {
    background: transparent url(images/ico_sitemap.gif) no-repeat 0 0;
}

ul#links li.contact a {
    background: transparent url(images/ico_kontakt.gif) no-repeat 0 1px;
}

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

div#footer div#iguana {
    float: right;
    padding: 1px 0;
}

div#footer div#iguana a {
    text-decoration: underline;
    color: #8e8e8e;
}

div#footer div#iguana a:hover {
    text-decoration: none;
}
/*----[  praca ]-----------------------------------------------------------------------*/
div#praca {
	border-top: 1px solid #BEBEBE;
	margin: 0 0 15px;
}
div#praca h4 {
	background: transparent url(images/bg_arrow_down.gif) no-repeat scroll 660px 10px;
	display: block;
	padding: 10px 0;
	color: #181818;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #BEBEBE;
	margin: 0;
	cursor: pointer;
}
div#praca h4:hover {
	background-position: 660px -20px;
	text-decoration: underline;
}
div#praca h4.active {
	background-position: 660px -20px;
	border-bottom: 0 none;
}
div#praca div.ofertaDesc {
	border-bottom: 1px solid #BEBEBE;
	padding: 10px 15px;
}
div#faq p {
	padding: 0 35px 15px 15px;
}
/*---[ formularz ]-----------------------------------------------------------------------*/
ul.formularz {
	border: 1px solid #ccc9cf;
	margin: 0 auto 30px;
	padding: 0;
	width: 420px;
}
ul.formularz li {
	border-bottom: 1px solid #e7e7e7;
	padding: 7px 0;
	overflow: hidden;
	margin: 0 20px;
	background: none;
	line-height: normal;
}
ul.formularz li.no_border {
	border-bottom: 0 none;
}
ul.formularz li.naglowek {
	background-color: #262626;
	border-bottom: 1px solid #ccc9cf;
	margin: 0 0 10px;
	color: #fff;
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	text-align: left;
	padding: 7px 20px;
}
ul.formularz li.sub_naglowek {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
    text-align: center;
    color: #999;
}
ul.formularz li label {
	display: block;
	width: 145px;
	margin: 0 10px 0 0;
	float: left;
	text-align: left;
	padding: 4px 0;
}
ul.formularz li input, ul.formularz li textarea, ul.formularz li select {
	padding: 3px;
	background: #f0f0f0;
	border-color: #c2c2c2 #f0f0f0 #f0f0f0 #c2c2c2;
	border-style: solid;
	border-width: 1px;
	color: #585858;
	font-family: Arial, sans-serif;
	overflow: auto;
	width: 217px;
	font-size: 12px;
}
ul.formularz li.zgoda input {
	padding: 0;
	border: 0 none;
	width: auto;
	float: left;
	margin: 2px 7px 40px 0;
	vertical-align: middle;
}
ul.formularz li.zgoda label {
	display: inline;
	width: auto;
	margin: 0;
	float: none;
	text-align: left;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	cursor: pointer;
}
ul.formularz li.submit {
	display: block;
	overflow: hidden;
	border-bottom: 0 none;
	text-align: right;
}
ul.formularz li.submit small {
	float: left;
	font-size: 10px;
}
ul.formularz li.submit button {
	background: transparent url(images/b_wyslij.gif) no-repeat 0 0;
	border: 0 none;
	cursor: pointer;
	height: 20px;
	max-height: 20px;
	padding-top: 20px;
	width: 78px;
}
ul.formularz li.submit button:hover {
	background-position: 0 -20px;
}

div#wydarzenie span.pub_date, div.wydarzenie span.pub_date {
    background: transparent url(images/ico_pub_date.gif) no-repeat 0 1px ;
    font-size: 10px;
    display: block;
    padding: 0 0 5px 12px;
    color: #c5c5c5;
}

h3.n_pozostale_wydarzenia {
    padding-top: 20px;
    color: #a0a0a0 !important;
}

div.wydarzenie h3 {
    margin-bottom: 5px !important;
}

div.wydarzenie h3 a {
    color: #262626 !important;
}

div.wydarzenie p {
    padding-bottom: 0;
}

div.wydarzenie p a {
    text-decoration: none;
    color: #4a4949;
}

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

div.wydarzenie {
    border-bottom:1px dashed #DCEAF5;
    float:left;
    margin:0 0 10px;
    padding:0 0 11px;
    width: 452px;
}

div.wydarzenie span.pub_date {
    padding-bottom: 3px;
}

div.wydarzenie h3 a {
    color: #5F6061;
    font-size: 13px;
    text-decoration: none;
}

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