/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


body {
    /*margin: 0;*/
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../grafika/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #020917;

}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

























html,body {
	margin:0;
	padding:0;
}
a:link {
color:#FFFFFF;
	text-decoration: none;
}
a:visited {

}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {S
	color: #000000;
	text-decoration: none;
}
:focus {
-moz-outline-style: none;
}

.test {
	font-family: Arial, Helvetica, sans-serif;
}
.centre_kontB {
	height: 313px;
	width: 930px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.top_line{
height:5px;
width:100%;
background-color:#1d1d1d;
position: fixed;
top: 0px;
left: 0px;
}
.top_a{
	height:92px;
	width:100%;
	background-image: url(../grafika/top_a.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}
.kontakt_top{
	width:963px;
	height:23px;
	text-align: right;
}
.kontakt_bg{
	float: right;
	background-image: url(../grafika/kontakt_bg.png);
	height: 32px;
	width: 96px;
}
.kontakt{
	width:152px;
	height:22px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	float: left;
	background-image: url(../grafika/kontakt.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 105px;
}
.kontakt a {
color:#FFFFFF;
text-decoration: none;
}
.kontakt a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.top_graph1 {
	width:365px;
	height:58px;
	float:left;
	background-image: url(../grafika/top_graph1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.top_menu {
	width:365px;
	height:24px;
	float:left;
	background-image: url(../grafika/top_menu_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.top_menu a {
color:#FFFFFF;
padding-left:9px;
padding-right:9px;
text-decoration: none;
}
.top_menu a:hover {
color:#0b1628;
text-decoration: underline;
}
.top_menu_inactive {
padding-left:9px;
padding-right:9px;
color:#0b1628;
text-decoration: underline;
}
.kontakt_inactive {
color:#EBEBEB;
text-decoration: underline;
}
.red_tab_top {
	background-color: #980a23;
	height: 14px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
.red_tab_top2 {
	background-color: #980a23;
	height: 14px;
	width: 900px;
}
.footer {
	height: 58px;
	width: 100%;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 28px;
	z-index: 35;
}
.menu_bottom {
	height: 25px;
	width: 474px;
	color: #9a9a9b;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_bottom a {
	color: #9a9a9b;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_bottom a:hover {
	color: #9a9a9b;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.round_left {
	background-image:url(../grafika/bottommenu_l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 25px;
	width: 37px;
}
.round_right {
	background-image:url(../grafika/bottommenu_r.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 25px;
	width: 37px;
}
.menu_bottom_c {
	float: left;
	height: 25px;
	width: 400px;
	background-color:#444750;
}
.footer_inside {
	background-color: #444750;
	height: 28px;
	width: 100%;
	color: #FFFFFF;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1d1d1d;
	font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 10px;
line-height: 28px;
}
.footer_left a{
color:#FFFFFF;
}
.footer_left {
	background-color: #444750;
	height: 28px;
	width: 300px;	
padding-left: 20px;
	float:left;
}
.footer_right{
	height: 28px;
	width: 100px;
	float:right;
	background-image: url(../grafika/valid.gif);
	background-repeat: no-repeat;
	background-position: 24px 8px;
}
.botton_date_bar {
	height: 32px;
	width: 804px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #dbdfe2;
	background-image: url(../grafika/bottom_date_bar.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	line-height: 30px;
	text-align: right;
	padding-right: 13px;
}
.px1 {
	background-image: url(../grafika/1px.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	height: 1px;
	width: 817px;
	font-size: 1px;
}
.centre_top {
	width: 960px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: auto;
	text-align: center;
}
.centre_kontA {
	width: 956px;
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: auto;
}
.top_name {
	background-image: url(../grafika/nazwa.png);
	background-repeat: no-repeat;
	float: left;
	height: 62px;
	width: 817px;
	background-position: 250px 0px;
}
#wrapper {
	min-height: 100%;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	float: none;
 }
/* przyciski top*/
.inactivebutton {
	width:91px;
	height:40px;
	margin-right: 1px;
	float:left;
	margin-top: 11px;
}
#inactive_centre {
	width:75px;
	background-image: url(../grafika/inactive_button_centre.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	height: 32px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	text-align: center;
}
#inactive_left {
	width:3px;
	height:40px;
	background-image: url(../grafika/inactive_button_l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#inactive_right {
	width:3px;
	height:40px;
	background-image: url(../grafika/inactive_button_r.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
/* end przyciski top*/
/* przyciski bottom*/
.bottom_menu {
	height: 25px;
	width: 963px;
	color: #FFFFFF;
	position: fixed;
	bottom: 30px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	line-height: 25px;
}
.bottom_menu a {
	height: 20px;
	width: 100%;
	color: #FFFFFF;
	bottom: 30px;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.left {
	float:left;
	background-image:url(../grafika/left_bg.jpg);
	width:192px;
	height:494px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.right {
	float:left;
	background-image:url(../grafika/right_bg.jpg);
	width:191px;
	height:494px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#right_empty {
	width:191px;
	height:170px;
}
#right_a {
	width:171px;
	background-image:url(../grafika/rentgen.png);
	height:70px;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	padding-top:35px;
	padding-left: 20px;
	background-position: 20px 10px;
	line-height: 16px;
}
#right_b {
	width:171px;
	background-image:url(../grafika/thewand.png);
	height:70px;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	padding-top:35px;
	padding-left: 20px;
	background-position: 20px 10px;
	line-height: 16px;
}
.kropka {
	background-image:url(../grafika/kropka_3px.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 1px;
	width:157px;
	margin-left: 15px;
}
.data{
	color:#e5ebf0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top: 60px;
	text-align: right;
	height: 22px;
	line-height: 20px;
	position: absolute;
	z-index: 30;
	width: 223px;
	left: 0px;
}
.bootom_a {
	float: left;
	background-image: url(../grafika/bottom_bg.jpg);
	width: 750px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;

}
.widget_dl {
	width: 394px;
	margin-right: auto;
	margin-left: auto;
}
.zl_button {
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #FECE61;
	color: #031B27;
	background-image: linear-gradient(to bottom, #FEDA71, #FEBB49);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CB9A3B;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset, 0 0 0 #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 0 #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
.zl_button a {
	background-image: url(../grafika/icon-calendar.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #031B27;
	padding: 4px 12px;
	width: 200px;
	height: 20px;
	display: block;
	text-align: center;
}
.zl_button:hover {
	background-color: #FEBB49;
    /*background-position: 0 -15px;*/
    color: #031B27;
    text-decoration: none;
   /* transition: background-position 0.1s linear 0s;*/
}
.zl_button:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.bootom_a_mapa {
	float:left;
	background-image:url(../grafika/bottom_bg.jpg);
	width:750px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 650px;
}
.mapa{
	width:710px;
	height:370px;
	border: 8px solid #FFFFFF;
	margin-top: 20px;
	margin-left: 14px;
}
.bootom_a_kontakt {
	float:left;
	background-image:url(../grafika/bottom_bg.jpg);
	width:750px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 448px;
}
.logo_name{
width:365px;
height:494px;
float:left;
}
.logo_name_bg{
	width:365px;
	height:334px;
	float:left;
	background-image: url(../grafika/logo_bg_1px.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.logo_name_inside1{
	height: 70px;
	width: 100%;
	padding-top: 6px;
	clear: both;
}

.logo_name_inside1 img{
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 12px rgba(4, 17, 34, 0.84);
-moz-box-shadow:    0px 0px 12px rgba(4, 17, 34, 0.84);
box-shadow:         0px 0px 12px rgba(4, 17, 34, 0.84);
}




.logo_name_inside1 ul {
	text-align:center;
}
.logo_name_inside2 {
	width:320px;
	height:238px;
	background-image: url(../grafika/logo_name.jpg);
	background-repeat: no-repeat;
	background-position: 00px 0px;
	float: left;
	margin-left: 25px;
}
.zdjecia_mini{
	float: left;
	width: 100%;
	height: 58px;
	margin-top: 180px;
	clear: both;
}
.zdjecia_mini ul {
	
	width:100%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.zdjecia_mini ul li img{
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 12px rgba(4, 17, 34, 0.84);
-moz-box-shadow:    0px 0px 12px rgba(4, 17, 34, 0.84);
box-shadow:         0px 0px 12px rgba(4, 17, 34, 0.84);
}
.margin_right_img {
	margin-right: 3px;
}



.logo_name_bg_bottom {
	width:365px;
	height:78px;
	float:left;
	background-image: url(../grafika/logo_bg_bootom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
.cenn_kont {
width:626px;
padding-left:60px;
}
.cen_name{
	width:616px;
	height:28px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 27px;
	font-weight: bold;
	padding-left: 10px;
}
.kwota{
width:80px;
height:22px;
color:#000000;
line-height:22px;
text-align:right;
}
.hor_bar_a{
	width:611px;
	height:22px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	background-image: url(../grafika/transp_a.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 1px;
	padding-left: 15px;
}
.opis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-image: url(../grafika/transp_b.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	padding-top: 15px;
	color:#FFFFFF;
	width: 611px;
}
.hor_bar_nazw {
	float:left;
	width: 525px;
}
.hor_bar_cen{
	float:right;
	height: 22px;
	padding-right: 10px;
	width: 75px;
	text-align: right;
}
.hor_bar_b{
	width:611px;
	height:22px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	background-image: url(../grafika/transp_b.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 1px;
	padding-left: 15px;
}
.kontakt_inf {
	width:266px;
	height:74px;
	position: absolute;
	z-index: 20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	left: 49px;
	top: -13px;
}
.kontakt_inf_l {
	background-image:url(../grafika/k_info_l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 74px;
	width: 9px;
}
.kontakt_inf_c {
	width:240px;
	height:60px;
	background-color:#134670;
	float: left;
	padding-top: 14px;
	padding-left: 8px;
}
.kontakt_inf_r {
	background-image:url(../grafika/k_info_r.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 74px;
	width: 9px;
}
/*kontakt form*/
.kontakt_kont{
	width:526px;
	padding-left:185px;
	float: left;
}
input.text {
width:300px;
height:18px;
border:1px solid #7f9db9;
}
textarea {
	width:356px;
	height: 203px;
	font:12px/12px Arial, Helvetica, monospace;
	color:#000000;
	background-color:#56728f;
	margin-right: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border:1px solid #4c6986;
	overflow: auto;
}
input.submit {
	color: #FFFFFF;
	background-color: #0099FF;
	width: 170px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
color:#d4e0f0;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
label span {
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
.form_bar_a{
	width:472px;
	height: 20px;
}
.kontakt_bar_b{
width:300px;
height: 20px;
}
.kontakt_bar_c {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	width: 170px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	float: left;
}
.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.style4 {color:#d4e0f0;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;}
.dane_kont{
	padding-left:35px;
	padding-top: 5px;
	margin-bottom: 15px;
}
.kontakt_button{
height:140px;
}
/*godziny przyjęć*/
.dzien_tyg {
	width:650px;
	height:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-left: 50px;
}
.dzien {
	width:129px;
	float: left;
	text-align: center;
	height: 22px;
	line-height: 22px;
	margin-right: 1px;	background-image: url(../grafika/dzien_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.godz_p {
	height:58px;
	width:650px;
	margin-top: 7px;
	margin-left: 50px;
}
.godz {
	height:58px;
	width:129px;
	background-color:#265888;
	float:left;
	margin-right: 1px;
	color: #a2b8cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	text-align: center;
	line-height: 50px;
}
/*formularz*/
.formularz_body {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 140px;
	float: none;
}
.informacje {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	border:1px solid #ccc;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 480px;
	margin-bottom: 10px;
	padding: 10px;
}
/*komunikat ie*/
.ie6 {
	width:530px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index: 45;
	left: -94px;
	top: 73px;
	background-color: #3C8FD5;
	border: 1px solid #6aace4;
	clear: both;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	padding: 10px;
}
.ie6 a {
	color:#FFFFFF;
	text-decoration: none;
}
.ie6 a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.ie6_ikon {
	background-image:url(../grafika/warning.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	width: 78px;
	height: 130px;
	float: left;
	clear: left;
}
#ie6_close_x {
	width:20px;
	height:20px;
	float:right;
	
}
.ie6_tresc {
	float: left;
}
.ie6 span {
	text-align: center;
	width:451px;
	background-color: #287ABD;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}
#wand_image {
	width:148px;
	height:159px;
	float:right;
	background-image: url(../grafika/wand.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.tresc {
	width:480px;
	background-image: url(../grafika/wand.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 130px;
	height: 170px;
}
.logo_name ul, .logo_name li{
	margin:0px;
	padding:0px;
	list-style-type: none;
	border:0px;
}
.logo_name ul li {
	display: inline;
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.logo_name_inside1 ul li {
	margin-right:0px;

}
