/* CSS Forms */
.input_310px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	width: 300px;
	height: 15px;
	background-image: url(../_medien/_pics/_siteelements/form/txt_back_310px.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px none;
}

.input_310px:focus {
	background-position: 0px -25px;
}

.textarea_310px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	width: 300px;
	height: 90px;
	background-image: url(../_medien/_pics/_siteelements/form/txtarea_back_310px_100px.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px none;
}

.textarea_310px:focus {
	background-position: 0px -100px;
}

input.btu_sendmsg{
	background: url(../_medien/_pics/_siteelements/form/btu_send_anfrage.gif) no-repeat;
	background-position: 0px 0px;
    width:310px; height: 30px;
}

input.btu_sendmsg:hover{
	background: url(../_medien/_pics/_siteelements/form/btu_send_anfrage.gif) no-repeat;
	background-position: 0px -30px;
    width:310px; height: 30px;
}

input.btu_sendmsg {
	width: 310px; height: 30px; border: 0;
}
