﻿body
{
    font-family: Calibri;
    font-size: 16px;
    background: #F8F8F8;
}
#pudelko
{
    height: 400px;
    height: 160px;
    border-radius: 7px;
    box-shadow: 6px 4px 3px #D2CBCB;
    background-color: #ffffff;
    position: relative;
    top: 120px;
    background: url('../_img/iwe.png') no-repeat 0px, 100px;
}
#pudelko2
{
    width: 620px;
    height: 500px;
    margin: 0 auto;
    padding: 0 15px;
}

/*#pudelko:hover
{
    background-color: transparent;
    box-shadow: none;
}
*/
#pudelko p:first-of-type
{
    font-size: 2em;
    padding: 18px 0px 0px 330px;
    color: #3366FF;
}

.style2
{
    color: black;
    opacity: 0.5;
    text-align: center;
}
a
{
    text-decoration: none;
     opacity: 1;
}
a:hover
{
    text-decoration: underline;
}

