form.kontakt input.text,
form.kontakt label,
form.kontakt textarea
{
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
}

form.kontakt input.text,
form.kontakt textarea
{
	
	/*background: #CCECE9;*/
	background: #006097;
	color: white;
	
	-moz-transition: background 300ms ease;
	-webkit-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

form.kontakt input.text:focus,
form.kontakt textarea:focus
{
	
	background: #0098CC;

	
}


form.kontakt input.text
{
	border: none;
	width: 325px;
	height: 20px;	
	margin: 0 0 10px 0;
	font-size: 12px;
	background: #006097;
	color: white;

}

form.kontakt label
{
	width: 80px;
	margin: 0 0 10px 0;
	vertical-align: top;
}

form.kontakt textarea
{
	border: none;
	width: 325px;
	height: 150px;	
	margin: 0 0 10px 0;
	font-size: 12px;
	background: #006097;
	color: white;

}

form.kontakt .submit
{
	width: 151px;
	height: 26px;
	margin: 0 0 0 82px;

	

}

