/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-02-06, 13:02:54
    Author     : Anna

*/

.clear{
    clear: both;
}

body{
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
    margin: 0;
}

.content{
    width: 1024px;
    height: auto;
    background-color: #fff;
    font-family: sans-serif;
    box-shadow: 0 0 5px 5px #ccc;
    margin: 0px auto;
    position: relative;
}

.top {
    position: relative;
}

.logo {
    width: 200px;
    float: left;
    margin-left: 10px;
}

.top_center {
    width: 450px;
    height: 100px;
    float: left;
}

.motto {
    float: left;
    clear: left;
    font-weight: bold;
    font-size: 19px;
    color: rgb(31, 108, 160);
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.fb-like {
    float: right;
    margin-top: 35px;
    margin-right: 100px;
}

.top_right {
    width: 355px;
    float: right;
    margin-top: 4px;
}

.menu {
    width: 100%;
    height: 62px;
    position: relative;
    margin: 0 auto;
    background: #009FDF;
    /*float: left;*/
}

.uklad_menu, .uklad_menu li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: -webkit-linear-gradient(#009FDF, #1F6C9F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#009FDF, #1F6C9F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#009FDF, #1F6C9F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#009FDF, #1F6C9F); /* Standard syntax (must be last) */
}

.uklad_menu li{
    float: left;
    height: 62px;
    width: auto;
    position: relative;
    text-align: center;
    border-right: solid 3px #EBEBEB;
    border-bottom: solid 3px #EBEBEB;
}

.uklad_menu li a {
    text-align: center;
    text-decoration: none;
    height: 42px;
    width: 138px;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    padding-top: 20px;
    display: inline-block;
}

.uklad_menu li a:hover {
    background: #EBEBEB;
    color: #828282;
    padding-top: 20px;
}

.top_img {
    background: url("/images/obraz2.png") no-repeat;
    width: 100%;
    height: 250px;
    border-bottom: solid 3px #EBEBEB;
}

.top_promocja {
    position: absolute;
    right: 0;
    top: 109px;
    width: 319px;
    height: 312px;
    background: -webkit-linear-gradient(#1F6C9F, #009FDF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1F6C9F, #009FDF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1F6C9F, #009FDF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1F6C9F, #009FDF); /* Standard syntax (must be last) */
}

.top_promocja p {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 34px;
    margin: 17px 0;
}

.top_promocja img {
    float: right;
}

.bottom {
    width: 100%;
    height: 160px;
    background: -webkit-linear-gradient(#fff, #009FDF, #1F6C9F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #009FDF, #1F6C9F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #009FDF, #1F6C9F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #009FDF, #1F6C9F); /* Standard syntax (must be last) */
}

.vcard {
    width: 700px;
    height: 80px;
    margin: 20px auto;
    padding-top: 40px;
}

.vcard .org,
.vcard .fn,
.vcard .adr {
    float: left;
    clear: left;
}

.vcard .tel1,
.vcard .tel2,
.vcard a,
.vcard .www {
    float: right;
    clear: right;
    color: #000;
}

.stopka {
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.stopka img {
    width: 65px;
    float: left;
    margin-left: 5px;
}

.stopka span {
    height: 10px;
    float: left;
    margin-left: 445px;
}

.zapytaj {
    width: 317px;
    height: auto;
    float: right;
    margin-top: 20px;
    border-left: solid 1px #009FDF;
}

.zapytaj h2 {
    color: #1F6C9F;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
}

.zapytaj table {
    width: 250px;
    margin-left: 20px;
}

.zapytaj label {
    width: 100px;
    font-size: 13px;
    float: right;
}

.zapytaj input,
.zapytaj select {
    width: 150px;
    border: solid 1px #009FDF;
    border-radius: 5px;
    float: bottom;
    font-size: 13px;
}

.zapytaj td {
    padding: 5px;
}

.zapytaj .wyslij {
    width: 100px;
    height: 30px;
    margin-left: 100px;
    margin-top: 20px;
    color: #fff;
    background: -webkit-linear-gradient(#009FDF, #1F6C9F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#009FDF, #1F6C9F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#009FDF, #1F6C9F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#009FDF, #1F6C9F); /* Standard syntax (must be last) */
}

.center {
    width: 620px;
    height: auto;
    float: left;
    margin: 20px 40px;
    text-align: justify;
}

.o_nas h2,
.oferta h2,
.cennik h2,
.klient h3,
.kontakt h2 {
    color: #1F6C9F;
    font-weight: bold;
}

.oferta h3,
.klient h4 {
    color: #1F6C9F;
}

.cennik li,
.oferta li,
.klient li{
    padding: 5px;
}

.klient li {
    text-decoration: none;
    list-style: none;
}

.klient a {
    text-decoration: none;
    color: #009FDF;
}

.klient a:hover {
    text-decoration: underline;
}

.kontakt span {
    width: 100%;
    text-align: center; 
    float: left;
    clear: both;
    padding: 5px 0;
}

.kontakt iframe {
    margin: 30px 118px;
}

.err {
    border: 1px solid #bb3300;
    background: #EE8877;
    padding: 5px;
    text-align: center;
}
.success {
    border: 1px solid #6da827;
    background: #E0F2CB;
    padding: 5px;
    text-align: center;
}
