﻿/* CONTACT */
div.contactHolder
{
	background-image: url('/grafik/mad/borderHoz.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    margin-top: 12px;
    min-height: 150px;
    width: 100%;
}

div.contactHolder h3,
div.formHolder h3
{
	color: #9E0C8F;
	font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: none;
}

div.contactHolder p
{
    margin: 0 0 0px 0;
}

div.contactHolder p.teaser
{
    font-size: 12px;
    margin-bottom: 5px;
}

div.contactHolder p.phone
{
    font-weight: bold;
}

div.contactHolder div.image
{
    float: left;
    margin-right: 12px;
}

/*div.contactHolder div.image img
{
    height: 104px;
    width: 78px;
}*/

div.contactHolder div.text
{
    float: left;
    min-height: 40px;
}



/* FORM HOLDER */
div.formHolder
{
	background-image: url('/grafik/mad/contactBg.png');
	background-repeat: no-repeat;
    height: 277px;
    margin-top: 12px;
    padding: 45px 0 0 38px;
    width: 572px;
}

div.formHolder h3
{
    font-size: 26px;
    margin-bottom: 15px;
}

div.formHolder input,
div.formHolder textarea
{
	background: #fff;
    border: none;
    color: #666;
    font-family: Arial;
    font-size: 10px;
    height: 16px;
    margin: 5px 2px 2px 0;
    padding: 3px 2px 0 2px;
    width: 250px;
}

div.formHolder textarea
{
    height: 85px;
}

div.formHolder input.half
{
	margin-right: 5px;
    width: 119px;
}

div.formHolder input.btnSend
{
	background: none;
	background-image: url('/grafik/mad/btnContactBg.png');
	background-repeat: repeat-x;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 0 5px;
    text-transform: uppercase;
    width: auto;
}