﻿/*  Formulare  */

fieldset {
	margin-top: 16px;
	padding: 10px;
	background-color: #EAEAEA;  
	border: 1px solid #9E9E9E;
}

/* Hack für ältere Internet-Explorer */ 
* html fieldset 
{
	background: #EAEAEA url(images/formularoben.jpg) top left repeat-x;  
}

legend {
	font-weight: bold;
	font-size:12px;
	background-color: transparent;
	color: #5E5E5E;
}

form p, form .form {
	clear: left;
	margin: 0;
	padding: 4px 0 0 0 ;
}

form p label, form p .label, form .form label  {
	float: left;
	text-align: right;
	width: 30%;
	padding:2px 2px 0 0;
}

input.txt, textarea.txt {
	background-color: White;
	border: 1px solid #471021;
}

input.txt:focus, input.txt:hover, textarea.txt:focus, textarea.txt:hover
{
	background-color: #E0E0E0;
}


input.btn {
	color: #C19B28;
	background-color: #232323;
	border: 1px outset black; 
	font-weight: bold;  
}

input.btn:focus, input.btn:hover
{
	background-color: #636363;
}


