/* contactform ueberschreiben */

	
#wpcf7-f1-p7-o1 input, textarea {
border:1px solid #355770;
border-width: 1px 1px 1px 1px;
border-bottom-color:#e0e0e0;
border-right-color:#e0e0e0;
padding: 0em;
color: #133a77;
background-color:#e0e0e0;


	}
span.wpcf7-not-valid-tip {
	top: 0;
	left: 0;
color: #cc3300;

}
div.wpcf7-mail-sent-ok {
	border: none;
	font-weight: bold;
}

div.wpcf7-validation-errors {
	border: none;
	color: #cc3300;
}

#wpcf7-f1-p7-o1{
width: 450px;
float:left;

}


#wpcf7-f1-p7-o1 strong{
font-weight:normal;
}
#wpcf7-f1-p7-o1 form p{
margin:0 0 1em 1em;
padding:0;
font: 90% "Trebuchet MS", sans-serif;
font-weight: normal;
}

.wpcf7-form {
border: 1px solid #ccc;
	color: #ccc;
margin-right: 20px;
padding-top: 1em;
background-color:#e6e6e6;
}

div.wpcf7-response-output {
	width: 450px;
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
color:#133a77;
font-size:90%;
}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea,span.wpcf7-not-valid-tip{
width: 340px;

}

input:focus, textarea:focus {
	background: #e6e6e6;
	color: #355770;
	}
input:hover, textarea:hover {
	background: #e6e6e6;
	}
	
	div.wpcf7-mail-sent-ng {
	border: 1px solid #cc3300;
width: 340px;
	margin-left: 1em;
font: 80% "Trebuchet MS", sans-serif;
}
