div.colMiddle h2 { display: none; }

/* CONTACT */
div.contactHolder
{
    border-bottom: 1px solid #e6e6e6;
    margin-top: 23px;
    min-height: 133px;
    width: 100%;
	font-size: 12px;
}

div.contactHolder h3, div.formHolder h3
{
    color: #3c3e3e;
	font-weight: normal;
    font-size: 18px;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser
{
}

div.contactHolder p.phone
{
    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;
}



/* FORM HOLDER */
div.formHolder
{
    height: 220px;
    margin-top: 50px;
    width: 326px;
}

div.formHolder input
{
    height: 18px;
}

div.formHolder input, div.formHolder textarea
{
    border: 1px solid #a2a5a4;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0 2px 2px 0;
    padding: 0;
    padding-top: 2px;
    width: 317px;
	color: #7a7a7a;
}

div.formHolder input.half
{
    width: 155px;
}

div.formHolder input.btnSend
{
	background: transparent url('/grafik/Sondag/btnBg.png') repeat-x top left;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    height: 19px;
    width: 50px;
	border: 1px solid #6b6b6b;
}
