body {
    background: #7E0305 url('../images/www/bg.jpg') no-repeat center top;
    font-size: 12px;
    font-family: trebuchet MS, Arial, sans-serif;
    color: #303030;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    text-align: justify;
}

.top {
    width: 1000px;
    height: 272;
}

.top_left {
    float: left;
}

.top_right {
    float: right;
}

.clear {
    clear: both;
}

.head {
    width: 1000px;
    height: 336px;
    background-color: #FFD100;
}

.menu {
    background-color: #FFD100;
    width: 1000px;
    text-align: right;
    padding: 11px 0px 8px 0px;
    font-size: 18px;
    font-weight: 100;
}

.googleplus {
    padding: 0px 0px 0px 10px;
    float: left;
}

.menucontent {
    float: right;
}

.menu a {
    color: #000;
    text-decoration: none;
    padding: 0px 5px;
}

.menu a:hover {
    color: #7E0305;
    text-decoration: none;
}

.text {
    text-align: justify;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.foot {
    width: 976px;
    background-color: #ffd200;
    border: 2px solid #ecc200;
    padding: 10px;
    color: #000;
    font-weight: bold;
}

.foot a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.foot a:hover {
    color: #000;
    text-decoration: none;
}

img {
    border: 0px;
}

.galeria {
    width: 160px;
    height: 120px;
    background: #E0E0E0 url('../images/loading.gif') no-repeat 50% 50%;
    padding: 2px;
    border: 1px solid #8A8A8A;
    margin: 3px;
}

.referencje {
    width: 140px;
    height: 194px;
    background: #1D1D1F url('../images/loading.gif') no-repeat 50% 50%;
    border: 1px solid #8A8A8A;
    margin: 3px;
}

ul {
    list-style-position: outside;
    list-style-type: circle;
    line-height: 18px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    color: #FFD100;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px;
    color: #FFD100;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
    color: #FFD100;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

