/*++++++++++++++++++++++++++++++++++++++++++++++++*/
/*           spezielle CSS für Formulare          */
/*        und was sonst noch so dazu gehört       */
/*++++++++++++++++++++++++++++++++++++++++++++++++*/

form, fieldset
{
	border:0px;
	padding:0px;
	margin:0px;
}

fieldset.fieldsetAllgemeinSicherheit
{
	width:65%;
}

.fieldsetAnmeldung
{
	padding:0;
	margin:0;
	width:34em;
}

.fieldsetNewsletter
{
	padding:0;
	margin:0;
	width:34em;
	background-color:#F0F0F0;
}

input, textarea
{
	border:1px solid #000000;
	padding:0px;
	margin:0px;
}

input, select
{
	vertical-align:middle;
}

select
{
	font-size:0.83em;
}

select.spracheAnzeigeUnfallmerkblatt
{
	width:7em;
}

textarea
{
	font-size:0.8em;
	font-family:Arial;
}

input.balken
{
	border:1px solid #A7A7A7;
	padding:0px;
	margin:0px;
}

.balkenSelect
{
	border:1px solid #A7A7A7;
	padding:0px;
	margin:0px;
	width:230px;
	font-size:1.1em;
	
}

textarea.kunden
{
	width:500px;
	height:200px;
	overflow:auto;
}

/* für angebotsanfrage */
textarea.industriekunden
{
	width:500px;
	height:50px;
	overflow:auto;
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:20px;
}

.radio, .checkbox
{
	border:0px;
	width:15px;
	height:15px;
	margin-right:5px;
	vertical-align:middle;
}

.standardbreite
{
	width:300px;
}


/* nur für Formularfelder die links ausgerichtet sind */

.fehlerLinks, .fehlerLinksLang, .fehlerLinksMittel, .fehlerLinksKurz
{
	float:left;
	color: red;
	font-weight:bold;
	padding:1px;
	xbackground-color: #FED563;
}

.formularTextRechts, .formularTextRechtsMittel, .formularTextRechtsKurz, .formularTextRechts12, .formularTextRechtsMK, .formularTextRechts3, .formularSupport
{
	float: right;
	border: 1px solid #404040;
	color: #000000;
	padding-left:2px;
	width: 17em;
}

.formularTextLinks, .formularTextLinksLang
{
	float: left;
	width: 14em;
	padding:1px;
}

.fehlerKurz, .fehlerLinksKurz
{
	width: 3em;
}

.fehlerMittel, .fehlerLinksMittel
{
	width: 12em;
}

.fehlerLang, .fehlerLinksLang
{
	width: 17em;
}

.formularTextLinksLang
{
	width: 17em;
}


.formularTextRechtsMittel
{
/*	width: 12em; beobachten, das wurde breiter gemacht wegen der Länderauswahl, event. fliegts an anderer Stelle */
	width: 13.8em;
}

.formularTextRechtsMK
{
	width: 12em;
}

.formularTextRechts12
{
	width: 12em;
	margin-left:2px;
}

.formularTextRechtsKurz
{
	width: 3em;
}

.formularTextRechts3
{
	width: 3em;
	margin-left:2px;
}


.feldTextMitte
{
	border: 1px solid #404040;
	text-align: center;
	width: 2em;
	font-weight:bold;
}

input.formularTextRechts
{
	width: 17em;
}
	
select
{
	width:17em;
}

.flexiblerButton
{
	color: #000000;
	background-color:#FEBA02;
	border-left:1px solid #FFD86E;
	border-top:1px solid #FFD86E;
	border-right: 1px solid #B88600;
	border-bottom: 1px solid #B88600;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

label.kurz /* damit zwischen labels und inputs kein großer Abstand ist */
{
	float: left;
	width: 14em;
	padding:1px;
}

label.ganzKurz /* damit zwischen labels und inputs kein großer Abstand ist */
{
	float: left;
	width: 7em;
	padding:1px;
}

