﻿/*******************	Kontaktformular		***************/
.Pakt_Zukunft_Kontakt
{
    width: 100%;
    overflow: hidden;
}

.Pakt_Zukunft_Kontakt div
{
	width:100%;	
	margin-bottom: 5px;
    padding: 0px;
}

.Pakt_Zukunft_Kontakt span
{
	width:100px;
    color: #58585A;
    display:block;
    float:left;
}


.Pakt_Zukunft_Kontakt input
{
	border:1 px solid #58585A;
	color:#58585A;
	font-size:11px;
	height:20px;
	line-height:20px;
}

.Pakt_Zukunft_Kontakt_submit
{
    clear:both;
    left:100px;
    cursor:pointer;
}
.Pakt_Zukunft_Kontakt_submit input 
{
    width: 205px;
    height:28px;
    line-height:20px;
    text-align: center;
    color: #000;
    background-color: #98BF0E;
}
.Pakt_Zukunft_Kontakt_NotNullInfo 
{
	width:100%;
    height: 1.5em;
}
.Pakt_Zukunft_Kontakt_error_validate {}
.Pakt_Zukunft_Kontakt_error_send {}

.Kontakt th {text-align:left;}
/*******************	ENDE Kontaktformular	***************/