body{
    font-family: Arial;
    font-size: 11pt;
    line-height: 20px;

}
p{
    margin-bottom: 15px;
}
h1,h2{
    font: 20pt Arial;
    font-weight: bold;
    color: #0082ce;
    background: url("../img/hL.png") repeat-x transparent bottom;
    margin-bottom:15px ;
}
h3{
    color: #0082ce;
    font: 19px Arial;
    margin: 10px 0;
}
ul{
    padding: 15px;
}
li{
    list-style: disc;
}
body{
    background: url("../img/linie.png") repeat-x transparent;
}
.wrap{
    width: 950px;
    margin: 0 auto;
}
#header{
    padding-top: 5px;
    background: url("../img/schield.jpg") no-repeat transparent 380px 15px;
    height: 147px;
}
#logo{
    margin-top: 20px;
}
#mainMenu{
    background: url("../img/mL.png") no-repeat transparent;
    height: 50px;
    padding-left: 8px;
}
#mR{
    background: url("../img/mR.png") no-repeat transparent right;
    height: 50px;
    padding-right: 8px;
}
#mainMenu ul{
    background: url("../img/mC.png") repeat-x transparent;
    height: 50px;
    padding: 0;
}
#mainMenu ul li{
    display: inline-block;

}
#mainMenu ul li a{
    font:bold 14px/45px Arial;
    color: #ffffff;
    background: url("../img/border.png") no-repeat transparent right;
    padding: 0 10px;
    text-decoration: none;
    height: 50px;
    display: inline-block;
}
#mainMenu ul li a:hover{
    background: url("../img/mH.png") repeat-x transparent;
    color: #575757;
}
/****************************** CONTENT ***********************************************/
.content{
    width: 625px;
    padding-top: 25px;
    /*background: url("../img/hL.png") repeat-x transparent 0px 55px;*/
    min-height: 650px;
}
.rightCol{
    float: right;
    padding-top: 25px;
    width: 300px;
}
.contR{
    padding-top: 10px;
}
.phone, .mail, .fax{
    padding: 5px 0 0 30px;
    height: 25px;
}
.phone{
    background: url("../img/phone.png") no-repeat transparent 0 5px;
}
.fax{
    background: url("../img/fax.png") no-repeat transparent 0 5px;
}
.phone span, .fax span{
    color: #0082CE;
}
.mail{
    background: url("../img/mail.png") no-repeat transparent 0 5px;

}
.text{
    text-align: justify;
}
.question{
    width: 285px;
    height: 104px;
    background: url("../img/ques.png") no-repeat transparent;
    border: none;
    resize: none;
    padding: 10px 10px 20px 10px;
    overflow: hidden;
}
.sub{
    background: url("../img/submit.png") no-repeat transparent;
    height: 32px;
    width: 85px;
    border: none;
    position: absolute;
    bottom: 7px;
    right: 19px;
}
.email{
    width: 285px;
    height: 46px;
    padding: 0 10px;
    border: none;
    background: url("../img/email.png") no-repeat transparent;
}
.rightCol form{
    position: relative;
}

.contact {
    /*border: 1px dotted #0082CE;*/
    height: 520px;

    padding: 15px 15px 15px 105px;
    position: relative;
}
.input_field {
    background: url("/img/contacts_field.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #474747;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
    width: 395px;
}

.input_textarea {
    background: url("/img/contacts_textarea.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 168px;
    padding: 5px;
    resize: none;
    width: 395px;
}

.capcha {
    background: url("/img/capcha.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 27px;
    left: 130px;
    padding-left: 5px;
    position: absolute;
    top: 3px;
    width: 266px;
}
.contacts_button {
    background: url("/img/submitBig.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #1A4D80;
    cursor: pointer;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    left: 260px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    width: 138px;
}
.form_error{
    color: #38CD2B;
}
#copy{
    padding-top: 10px;
    color: #1A4D80;
}
#copy a{
    color: #1A4D80;
    text-decoration: none;
}
/****************************** FOOTER ************************************************/
#footer{
    background: url("../img/footer.png") repeat-x transparent;
    height: 72px;
    margin-top: 25px;
}