html, body{ margin: 0; padding: 0; color: #fff; }

a img{ border: none; }

#menu{ z-index: 99; }
#menu ul{ text-align: center; padding: 0; }
#menu ul li{ display: inline-block; width: 100px; border: 2px transparent solid; height: 40px; -moz-border-radius: 10px; border-radius: 10px; font-family: 'TheSerifCEPlain', Arial; }
#menu ul li.active { border-color: #fff; }
#menu ul li a{ color: #fff; padding: 10px 0px 0 0px; text-decoration: none; font-size: 18px; display: inline-block; }

p.smallTitle{ font-size: 15px; font-family: 'TheSerifCELight'; }
p.title{ font-size: 28px; font-family: 'TheSerifCESemiBold'; }

p{ font-size: 18px; line-height: 23px; font-family: 'TheSerifCEPlain', Arial; }

input, textarea { border: 1px #676767 solid; -moz-border-radius: 2px; border-radius: 2px; background-color: #000; opacity: .5; width: 200px; font-size: 12px; color: #fff; padding: 3px 5px;font-family: 'TheSerifCEPlain', Arial; }
textarea{ width: 200px; height: 150px;font-family: 'TheSerifCEPlain', Arial; }

p.small{ font-size: 12px; margin: 10px 0 0 0; }

input.submit{ width: 100px; display: block; border: 1px #fff solid; height: 33px; -moz-border-radius: 10px; border-radius: 10px; color: #fff; padding: 0px 0px 0 0px; text-decoration: none; font-size: 14px; }


#kontakt{ position: relative; }

#footer{
    position: relative;
    top: 0px;
    width: 100%;
    height: 85px;
    overflow-x: hidden;
}

#footer img.nozyczki2{
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -180px;
    width: 47px;
    height: 23px;
}

#footer .linia{
    position: absolute;
    left: 50%;
    margin-left: -134px;
    right: 0;
    top: 16px;
    height: 1px;
    background-color: #fff;
    width: 100%;
}

#footer p{
    width: 480px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -100px;
}

#footer a { color: #fff; text-decoration: none;}

.wysylanie{ display: none; }
.wyslano{ font-weight: bold; display: none; }

#wyslij{ cursor: pointer; }