body {
	behavior: url("/kalkulatoren/aufkleber/csshover.htc");
	}
	
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5369; 
	background: #FFFFFF;
	border: 1px solid #0f7dde; 
	margin: 10px 0 0 0;
	}

input:focus {
	border: 1px solid #d42929;
	}
	
input.formTextfield:focus {
	border: 1px solid #d42929;
	background: #dcedfb;
	}

input.submit {
	background: #d42929 url(/images/kontakt/formulare/bg_button.gif) left bottom no-repeat;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding: 1px 10px 2px 25px;
	border: 0;
	display: block;
	}
	
input.submit:hover {
	background: #d42929 url(/images/kontakt/formulare/bg_button.gif) left bottom no-repeat;
	}
	
input.submitAnima {
	background: #d42929 url(/images/kontakt/formulare/bg_button.gif) left bottom no-repeat;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding: 1px 10px 2px 25px;
	border: 0;
	display: block;
	}

input.submitAnima:hover {
	background: #d42929 url(/images/kontakt/formulare/bg_button_hover_anima.gif) left bottom no-repeat;
	}

.ueberschriftsfarbe {
        color: #0f7dde;
        }

.infobox {
        display: none;
        }
