﻿/* CONTACT */
div.contactHolder
{
    border-bottom: 1px solid #e6e6e6;
    margin-top: 23px;
    min-height: 120px;
    padding-bottom: 8px;
    width: 100%;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser, div.contactHolder p.address
{
    font-size: 11px;
}

div.contactHolder p.phone
{
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

div.contactHolder div.image
{
    float: left;
    margin-right: 12px;
    height: 104px;
    width: 78px;
}

div.contactHolder div.image img
{
    height: 104px;
    width: 78px;
}

div.contactHolder div.text
{
    float: left;
    min-height: 40px;
    width: 520px;
}

div.contactHolder div.text h3
{
    font-size: 15px;
    margin-bottom: 0;
}



/* FORM HOLDER */
div.formHolder
{
    height: 220px;
    margin-top: 50px;
    width: 326px;
}

div.formHolder h3
{
    color: #262a29;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

div.formHolder input
{
    height: 14px;
}

div.formHolder input, div.formHolder textarea
{
    background-image: url('/grafik/Q/txtContactBg.png');
    background-repeat: repeat-x;
    background-color: #e9e9e9;
    border: 1px solid #a2a5a4;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0 2px 2px 0;
    padding: 0;
    padding-top: 2px;
    width: 318px;
}

div.formHolder input.half
{
    width: 155px;
}

div.formHolder input.btnSend
{
    background: none;
    background-image: url('/grafik/Q/btnStandard.png');
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    width: 45px;
}
