	
/* F o r m u l a r   ------------------ */ 
/* blau = 009FAE  |  pink = B90077 */

form
	{
	margin: 0;
	}
label { font-size: 13px; }
input , select, textarea
	{
	border: 1px solid #bbb;
	padding: 2px 4px; 
	margin-bottom: 1.0em;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	transition: all 0.3s;
	}
	
input:hover , select:hover, textarea:hover ,input:focus , select:focus, textarea:focus
	{
	border: 1px solid #999;
	background-color: #eee;
	}
fieldset
	{
	width: 430px;
	}
	
legend
	{
	font-weight: 600;
	}

input.menge
	{
	text-align: right;
	margin-bottom: 0.2em;
	}

input[type="submit"] 
	{
	color: #13BAFF; 
	background-color: #fff; 
	border: 2px solid #13BAFF; 
	padding: 2px 4px; 
	font-weight: 600; 
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	}
	
input[type="submit"]:hover 
	{
	color: #fff; 
	background-color: #13BAFF; 
	padding: 2px; 
	}
	
