﻿/*========================= Formatierungen für Formular ==================== */

fieldset
	{
	width: 800px;
	color: #A34B11;
	}

input, select, textarea
	{
	border: 1px solid #2CD1B0;
	background-color: #FFBA8E;
	color: #A34B11;
	}

input:focus, select:focus, textarea:focus
	{
	background-color: #A34B11;
	color: #2CD1B0;
	}

input[type=radio],input[type=checkbox]
	{
	border: 0px;
	}

input.button
	{
	font-size: 16px;
	padding: 10px;
	border: 1px solid;
	}

input.button:hover
	{
	background-color: #A34B11;
	color: #2CD1B0;
	}

