/*******************************************************************************
	Project		:	öko-recycling
	Contact Style Sheet
	:: update - 10.04.2008 ::
*******************************************************************************/


/* colors
blau =	#3C658C
grün =	#388446
background = #EAEAEA, #fff;
text =	#3C658C, #fff, #5B5B5B, #2f2f2f;
*/

form { height:auto; width:auto; margin:0; padding:0; display:block; font-size:11px; border:none;}

.formtrenn { height:15px;}
.formhinweis { }
.headline { background:#3C658C; color:#ffffff;}

input, textarea { width:350px; margin:3px 0; padding:0 0 0 3px; background:#EAEAEA; border:1px solid #3C658C; color:#3C658C;}
input:hover { background:#fff;  color:#3C658C;}
input:focus { background:#fff;  color:#3C658C;}

textarea:hover { background:#fff; border:1px solid #3C658C; color:#3C658C;}
textarea:focus { background:#fff; border:1px solid #3C658C; color:#3C658C;}

.radio { height:11px; width:auto; background:none; border:none;}

.submit { height:35px; width:150px; margin:3px 0; background:url(mail.gif) no-repeat bottom left #fff; color:#5B5B5B; border:2px outset inactiveborder;}
.submit:hover, .submit:focus { color:#2f2f2f; background:url(mail.gif) no-repeat bottom left #fff; border:2px inset activeborder;}
.reset { height:35px; width:150px; margin-left:50px; color:#5B5B5B; border:2px outset inactiveborder; background:#fff;}
.reset:hover, .reset:focus { color:#2f2f2f; border:2px inset activeborder; background:#fff; outline:0}
