.anfahrt table
{
width:300px;
}

.head
{
padding-left: 3px;
background-color:#691A12}

.anfahrt form{ 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	width:300px;
	border: 1px solid #691A12;
	padding: 3px;
	height: 200px;
}

.anfahrt form input
{		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:#000;
	width:264px;
	margin:10px 5px 0 0;
	padding:1px;
	font-size: 10px;

}



.anfahrt form input
{				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #F3C455;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
}




.anfahrt form input:focus, .anfahrt form textarea:focus
{		/* Stile für aktivierte Formularfelder */
	border:1px solid #0177AF;	
}

.anfahrt form input#submit
 {				/* Gestaltung des Submit-Buttons */
	width:170px;
	background:#F3C455;
	color:#751D14;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
}



.anfahrt form input[type=hidden]
 {
	display:none;
	border:0;
	padding:0;
}

