/***   Standard CSS Stylesheet für www.linde-anlagenbau.de   ***/
/* nach Like30 Vorgaben */

/* 
	Farben:
	LG Blue:			#0D5C91
	LG Cyan:			#00A3E0		(Highlight)
	Hintergrund Grau:	#E5E5E5		Pfad-Navigation
*/


/* Styledefinitionen für Formulare */


div.formular {
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#000;
	background-color:#D2DFE2;
	padding:12px;	
}
input,textarea {
	font-family:Arial;
}
div.weiss {
	background-color:white;
}

div.formular .kopfzeile {
	color:#0D5C91;
}

div.formular input, div.formular select, div.formular textarea {
	width:100%;
	height:18px;
	border:1px solid #A2B1BC;
	font-size:12px;
	margin:0;
}
div.formular input.radio {
	width:15px;
	height:15px;
	border:none;
	margin-right:5px;
	margin-left:3px;
}
div.formular input.submit {
	width:auto;
	font-size:11px;
	height:18px;
	line-height:18px;
	margin-left:12px;
	border:none;
}
div.formular textarea {
	height:80px;
}
div.formular p {
	line-height:18px;
	margin:1px 0 1px 0;
}
div.formular .zeile {
	width:100%;
	line-height:22px;
	clear:both;
}
div.formular .linie {
	margin:2px 0 2px 0;
	height:1px;
	background-color:#A2B1BC;
}
div.formular .feld-gross {
	float:left;
	width:210px;
}
div.formular .feld-mittel, div.formular .feld {
	float:left;
	width:136px;
}
div.formular .feld-klein {
	float:left;
	width:99px;
}
div.formular .feld-mini {
	float:left;
	width:72px;
}
div.formular .feld-desc {
	float:left;
	width:180px;
	font-size:11px;
}
div.formular .feld {
	float:left;
	width:240px;
}
div.formular .abstand {
	margin-left:12px;	
}
div.formular .header, div.formular .top {
	border-bottom:1px solid #bdcfce;
	font-weight:bold;
	width:100%;
	display:block;
	margin-bottom:12px;
	margin-top:12px;
}
div.formular .top {
	margin-top:0;
}
div.formular .submit {
	margin-top:5px;
	text-align:right;
}
div.formular div.trenner {
	clear:both;
	display:block;
	width:100%;
	height:1px;
	overflow:hidden;
	background-color:#BBB;
	margin-top:5px;
	margin-bottom:5px;
}
