body {
    background: #032764;
    font-family: "Palatino Linotype","Georgia","Garamond", serif;
    font-size: 100%;
    line-height: 1.3em;
}
#header {
    height: 80px;
    padding-top: 20px;
}

#wrap_middle {
    background-image: url('middle.png');
    background-position: top center;
    background-repeat: repeat-y;
}

#wrap {
    background-image: url('top.png');
    background-position: top center;
    background-repeat: no-repeat;
}

#wrap_bottom {
    background-image: url('bottom.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.mb {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.container {
}

.content {
    min-height: 400px;
}

#white_op, .white_op {
    background-image: url('op70.png');
    -moz-box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.white_op10 {
    background-image: url('op70.png');
    -moz-box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

h1, p, h2, h3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0.5em;
    margin-top: 0px;
}

ul, li {
    list-style-type: none;
}

#domek {
    position: relative;
    height: 0px;
    width: 0px;
    left: 130px;
    bottom: 3em;
    overflow: visible;
}

#right p {
    text-align: center;
    padding-left: 5px;
}

#header h1 {
    font-weight: bold;
    color: #c2e1ef;
    height: 80px;
}

.p10 h1, .p10 h2, .p10 h3 {
    padding-left: 10px;
    text-align: center;
}

h4 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#footer {
    font-size: 75%;
}

#menu ul {
    margin: 0;
    padding: 0;
    padding-left: 20px
}

#menu ul li{
    height: 44px;
    display: inline-block;
    float: left;
    width: 24%;
    text-align: center;
}

#menu ul li a {
    display: block;
    line-height: 44px;
}

#menu ul li a:hover {
    background-image: url('op70.png');
    -moz-box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.finput {
    font-family: "Palatino Linotype","Georgia","Garamond", serif;
    font-size: 100%;
    line-height: 1em;
}

label.span-3 {
    padding-top: 10px;
}