@charset "utf-8";
/* CSS Document */
html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
	color: #223762;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	margin-left:0px;
	color:#646464;
}

#kontakt_wrap
{
    width:980px;
    height:400px;
	margin: 5px 10px 10px 5px;	
}

#kontakt_left
{
    width:380px;
    padding:0px 10px 10px 10px;
    float:left;
}

#kontakt_right
{
    width:550px;
    padding:0px 10px 10px 20px;
    float:left;
}

#kontakt_content
{
    padding-left:10px 0 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	text-align:justify;
}

.kontakt_header
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	margin-left:0px;
	color:#646464;
	font-weight:bold;
}

#MainContent_Erfolgreich
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background:#fff url(../images/erfolgreich.jpg) no-repeat;
    background-position: center center;
    height: 380px;
    width: 500px;
    border: 0px solid #646464;
    padding: 0px 0px;
}

#contactForm
{
    height: 380px;
    width: 500px;
}  

#contactForm_Rahmen
{
    margin-left: 55px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background:#fff  url(../images/mail_klein.jpg) no-repeat top;
    height: 380px;
    width: 500px;
    border: 1px solid #CCCCCC;
    padding: 0px 0px 0px 10px;
    color: #646464;
}  

.Table
{
    width:500px;
    padding-top:12px;
    padding-left:5px;
}    
.contactForm_left
{
    color: #646464;
    font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;       
    width:80px;
}

.contactForm_right
{
    width:420px;
}    
.error_missing
{
    text-align: left;
    width: 420px;
    color: #CC0000;
    font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
} 
.inputForm
{
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
    padding-left: 10px;
    height: 20px;
    color: #646464;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.inputFormTextArea
{
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border:1px solid #CCC;
    padding-left:10px;
    padding-top:10px;
    background-color: #EBEBEB;
    color: #646464;
    font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px
}

.contactForm_Label
{    
    color: #646464;
    padding: 0px 6px 5px 0px;
    font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height:20px; 
    bottom: 5px;
}	
.button
{
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;    
    border: 1px solid #CCC;
    cursor: default;
    color: #646464;
    font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    bottom: 5px;
}	

.fehlerMeldung
{
    height:15px;
    width:150px;    
	font-family: Verdana, Geneva, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#ccc;
}	

.cleaner
{
	clear:both;
}	
