/*
 * TEst
 *  
 */  

/* Reset + HTML5 */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

b, strong {
    font-weight: bold;
}

/* Site basic */

html, body {
    background: #f5fbfd;
}

body {
    margin: 0 auto;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 12px;
}

a {
    color: #0D376D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input, select, textarea {
    background: #fff;
    color: #000;
    border: 1px solid #d9d9d9;
    border-color: #d9d9d9 #f0f0f0 #f0f0f0 #d9d9d9;
}

input.squared {
    background: #ffffff url('../images/input_bkg.gif');
    letter-spacing: 11px;
    padding-left: 3px;
}

input#pesel {
    width: 199px;
}

input#numer {
    width: 181px;
}

div#date-picker {
    display: inline;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

input[type=submit] {
    background: #6cd0f1 url('../images/button-bg-get.gif');
    border-color: #abe4f8 #51b3d5 #0287b4 #66cbed;
    color: #fff;
    padding: 0 5px;
    height: 50px;
    font-size: 22px;
    cursor: pointer;
}

fieldset {
    border-color: 1px solid #003A6F;
    margin: 10px 0;
}

label > input[type=radio]{
    vertical-align: bottom;
}

header {
    background: #fff;
    padding-top: 15px;
    margin-bottom: 1px;
}

header > div {
    padding-bottom: 15px;
}

header > div, header > nav > ul, #wrapper {
    margin: auto;
    width: 980px;
    position: relative;
}

header > div > form {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #0d376d;
}

header > nav {
    background: #27b4e3 url('../img/nav-top-bg.gif') center top repeat-x;
    line-height: 35px;
    overflow: hidden;
}

header > nav > ul > li {
    display: block;
    border-left: 1px solid #0d789c;
    margin: 0;
    float: left;
}

header > nav a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    border-left: 1px solid #abe2f5;
}

header > nav a:hover {
    text-decoration: none;
}

header > nav > ul > li:last-child {
    border-right: 1px solid #abe2f5;
}

header > nav > ul > li:last-child > a {
    border-right: 1px solid #0d789c;
}

header > nav a:hover, header > nav li.active a{
    background: #27b4e3 url('../img/nav-top-bg-active.gif') center top repeat-x;    
}

header > nav li.switch {
    float: right;
    padding: 0;
    border: none;
}

header > nav li.switch > a {
    border: none;
    padding: 0;
}
header > nav li.switch > a > img {
    float: right;
}

#wrapper {
    background: #fff;
    color: #003A6F;
}

#wrapper h1, #content .with-tabs, #content .page_title {
    font-size: 20px;
    padding-bottom: 0.6em;
    font-weight: bold;
}

#wrapper h1 > span {
    font-weight: normal;
}



#content {
    float: left;
    width: 530px;
    padding: 30px;
    overflow: hidden;
}

#welcome {
    padding: 20px;
    min-height: 162px;
    margin-top: -30px;
    margin-left:-30px;
    margin-right:-30px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    color: #b0b1b2;
    font-size: 11px;
    margin-bottom: 15px;
}

div.frontBlock {
    float: left;
    width: 235px;
    padding: 5px;
    color: #646464;
    height: 170px;
}

div.frontBlock.b1 {
    border-right: 1px solid #b5e5f1;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.frontBlock.b2 {
    padding-left: 20px;
    padding-bottom: 20px;
}

div.frontBlock.b3 {
    border-top: 1px solid #b5e5f1;
    border-right: 1px solid #b5e5f1;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.frontBlock.b4 {
    border-top: 1px solid #b5e5f1;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.frontBlock span, #content .news_created {
    font-size: 11px;
    color: #b0b1b2;
    padding-bottom: 0.5em;
    display: block;
}

#content h1, #content h2, #content .with-tabs, #content .page_title {
    /* color: #0b356c; */
    color: #00A4DB;
    padding-bottom: 0.5em;
}

#content h1 a, #content h2 a, .news-item .title a {
    color: #00A4DB;
}

#content h1, #content .page_title {
    font-weight: normal;
}

#content h2, #content .title {
    font-size: 16px;
}

footer {
    color: #003a6f;
    padding: 15px;
    font-size: 11px;
    border-top: 1px solid #c3c3c3;
    clear: left;
}

footer a {
    color: #003a6f;
    text-decoration: none;
}

footer > div {
    line-height:20px;
    float: right;
}
footer > div img {
    vertical-align: middle;
}

footer > nav > ul {
    overflow: hidden;
}

footer > nav > ul > li {
    display: block;
    border-right: 1px solid #003a6f;
    padding-right: 0.5em;
    padding-left: 0.5em;
    float: left;
}

footer > nav > ul > li:first-child {
    padding-left: 0;
}

footer > nav > ul > li:last-child {
    border: none;
}

footer strong {
    font-weight: bold;
}

.clrLeft {
    clear: left;
}


/* OLD ONES */
#contact_form {
color: #646464;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}

#contact_form .input {
font-size:0.9em;
margin:5px 0;
}

#contact_form .input label {
/* color:#0D376D; */
color: #646464; /* zmiana koloru czcionki z 30-09-2011 */
display:block;
float:left;
margin:5px 0.5em 5px 0;
text-align:left;
width:100%;
}

.desc {
  margin-top: 15px;
}

#contact_form .input.select label, #contact_form .input.text label {
  margin: 0;
}

#content .title {
    padding-bottom: 0.5em;
}

#content .title a {
    text-decoration: none;
}

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

#content .news-item {
    color: #6F6F6F;
    padding: 5px 0;
}

.paging {
    color: #6F6F6F;
    padding: 10px 20px;
    text-align: center;
}

table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    clear: both;
    color: #646464 !important; /* zmiana z koloru #333333 z 30-09-2011 */
    font-weight: normal !important; /* zmiana z bold z 30-09-2011 */
    margin: 10px 0;
    width: 100%;
}

th {
    background:none repeat scroll 0 0 #DAF0FA;
    border-color:#FFFFFF #BBBBBB #BBBBBB #FFFFFF;
    border-right:1px solid #BBBBBB;
    border-style:solid;
    border-width:1px;
    text-align:center;
}

th a {
    background:none repeat scroll 0 0 #DAF0FA;
    display:block;
    padding:2px 4px;
    text-decoration: none;
    font-weight: bold;
}

td {
    padding:2px 4px;
    vertical-align: top;
}

td a {
    text-decoration: none;
}

table tr.altrow td {
background:none repeat scroll 0 0 #F5FBFD;
}

.categories table td a, div.text, .checkups table td a {
  color: #646464; /* zmiana z dn 02.10.2011 */
}

#content{
    color: #003A6F;
}

.body dl dt {
border-bottom:1px solid #DBF1FC;
color:#799EA7;
font-size:1.4em;
line-height:1.5em;
}

.gallery_box {
    float:left;
    width:250px;
}

.gallery_name {
font-size:16px;
line-height:1em;
padding:10px 0;
}

.gallery_picture {
padding:5px 0;
}

.gallery_box a img {
border:1px solid #DAF0FA;
padding:7px;
}

.panel-overlay h4 {
color:white;
font-size:14px;
}

#contact_form .submit {
text-align:right;
padding:5px 30px;
}

div.error-message {
    color: #e00;
}

#content ul {
float:left;
margin:0;
padding:20px;
width:100%;
list-style-type: disc;
}

li.red {
background-color:red;

}

#content img[align=left] {
    margin-right: 5px; 
}

#rzetelnaFirma {
  margin-top: 10px;
}

#download_box ul {
    border: 1px solid #ff0000;
    width: auto;
    padding: 15px 18px 15px 35px;
    margin: 10px 170px 0;
    list-style-image: url('../images/attach.png');
}

#download_box li a {
    font-weight: bold;
}

p#download {
    padding: 17px 0;
    background-color: #ffc20f;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #ffc20f;
    font-weight: bold;
}

div.error_msg {
    padding: 17px 0;
    background-color: #ffbfbf;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #ff0000;
    color: #ff0000;
}

.errorInput {
    background-color: #ffbfbf !important;
}

.errorInputSquared {
    background: #ffbfbf url('../images/input_bkg_error.gif') repeat-x !important;
}

input#searching-button {
    height: auto;
    font-size: 13px;
}

.cleanSubmit {
    border: none;
    background: none !important;
    font-size: 1em !important;
    color: #0d376d !important;
    font-family: Helvetica, Arial, Tahoma, sans-serif;;
    font-weight: bold !important;
    height: auto !important;
}