﻿/* CONTACT */
div.contactHolder
{
    border-bottom: 1px solid #e59d13;
    margin-top: 12px;
    min-height: 100px;
    padding-bottom: 12px;
    width: 100%;
}

div.contactHolder h3, div.formHolder h3
{
    color: #000;
    font-size: 20px;
    margin: 0;
    text-transform: none;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser
{
    font-size: 11px;
}

div.contactHolder p.phone
{
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    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;
}



/* FORM HOLDER */
div.formHolder
{
    background-image: url('../../grafik/Pling/contactHolderBg.png');
    background-repeat: no-repeat;
    background-position: center 27px;
    height: 210px;
    margin: 50px 0 12px 0;
    width: 327px;
}

div.formHolder h3
{
    font-family: Arial Black;
    margin: 0 0 7px 0;
}

div.formHolder input, div.formHolder textarea
{
    background: none;
    border: 0px solid #ccc;
    font-family: Arial, Verdana;
    font-size: 11px;
    height: 18px;
    margin: 0 0px 2px 4px;
    .margin: 0 0px 0px 4px;
    padding: 3px 0 0 0;
    outline: none;
    width: 318px;
}

div.formHolder textarea
{
    height: 90px;
}

div.formHolder input.half
{
    width: 155px;
}

div.formHolder input.btnSend
{
    background-image: url('../../grafik/Pling/btnSend.png');
    border: none;
    font-size: 0px;
    cursor: pointer;
    height: 30px;
    text-indent: -1000px;
    .text-indent: 0px;
    overflow: hidden;
    margin-top: 10px;
    width: 70px;
}
