/* FORMULARE */

/* ---- Feldgrößen ---- */
			
.klein {
	width: 40px;
	}
.m-klein {
	width: 60px;
	}
.m-gross {
	width: 120px;
	}
.gross {
	width: 190px;
	}	
.x-gross {
	width: 300px;
	}

/* beinhaltet das formular */

.formularwrapper {
	width: 675px;
	background: url(../images/background_formulare_oben.gif) top left no-repeat;
	margin: 12px 0 0 0;
	padding: 0;
	clear: both;
	}
	
	/* abschnittsunterteilung */
	.formularwrapper fieldset {
		width: 675px;
		border-bottom: 6px solid #fff;
		}
		
		.formularwrapper form fieldset input, .formularwrapper form fieldset select {
			border: 1px solid #a5acb2;
			height: 18px;
			float: left;
			margin-right: 12px;
			font-weight: normal;
			} 
		.formularwrapper form fieldset textarea {
			border: 1px solid #a5acb2;
			height: 150px;
			float: left;
			margin-right: 12px;
			font-weight: normal;			
			}			
	
	.formularwrapper p {
		font-size: 11px !important;
		line-height: 14px !important;		
		color: #000
		}
	.formularwrapper p.hinweis {
		padding: 6px 12px 12px 12px !important;
		line-height: 15px;
		margin: 0 !important;
		}
	.formularwrapper h2  {
		margin-top: 10px !important;
		}	
	.formularwrapper p.zusatz {
		clear: both;
		color: #888888 !important;
		padding: 4px 0 0 0 !important;
		}
			
		.formularwrapper p.zusatz strong {
			color: #888888 !important;
			font-size: 11px !important;
			}
			
		.formularwrapper p img {
			display: inline;
			position: relative;
			top: 4px;
			margin: 0 4px 0 4px;
			}
	
	.formularwrapper div {
		background: url(../images/background_formulare_gross.gif) top left repeat-y;
		width: 675px;
		border-bottom: 1px solid #fff;
		padding: 16px 0 16px 0;
		}	
		.formularwrapper div img {
			height: 17px;
			padding: 0;
			margin-left: 32px;
			}	
	
		/* beinhaltet die form elemente */
		.formularwrapper div div.formularfelder {
			border: none;
			padding: 0;
			float: left;
			width: 370px;
			background-image: none;
			}
			.formularwrapper div div.formularfelder a {
				background: url(../images/icon_linkpfeil.gif) 0 3px no-repeat;
				padding-left: 9px;
				line-height: 16px;
				}			
	/* verschiedene hintergrundbilder für statusunterscheidung */
	.formularwrapper div.fehler {
		background: url(../images/background_formulare_fehler.gif) 0 0 repeat-y;	
		}
	.formularwrapper div.fehler-zweispaltig {
		background: url(../images/background_formulare_fehler_zweispaltig.gif) 0 0 repeat-y;	
		}		
	.formularwrapper div.unterpunkte {
		background: url(../images/background_formulare_unterpunkte.gif) 0 0 repeat-y;	
		}
		
	.formularwrapper div.zweispaltig {
		background: url(../images/background_formulare_zweispaltig.gif) 0 0 repeat-y;	
		}
							
	.formularwrapper h5.pflichtfeld {
		background: url(../images/background_formular_pflichtfeld.gif) 183px 4px no-repeat;
		}
		
	.formularwrapper div.fehler h5.pflichtfeld {
		background: url(../images/icon_ausrufezeichen_fehler.gif) 179px 0 no-repeat;
		}	
	.formularwrapper div.fehler-zweispaltig h5.pflichtfeld {
		background: url(../images/icon_ausrufezeichen_fehler.gif) 179px 0 no-repeat;
		}
			
	.formularwrapper a.infos {
		width: 15px;
		height: 15px;
		position: static;
		float: left;
		background-color: transparent;
		}
	 table.formular-ergebnis a.infos {
		width: 15px;
		height: 15px;
		position: static;
		background-color: transparent;	 
		float: right;	
		padding-left: 12px;
	 	}	
	.formularwrapper a.formularueberschrift {
		float: right;
		padding-right: 19px;
		}
	.formularwrapper a.infos:hover, table.formular-ergebnis a.infos:hover {
		text-decoration: none;
		background-color: transparent;
		}	
		.formularwrapper  a.infos span, table.formular-ergebnis a.infos span {
			display: none;
			text-decoration: none;
			float: left;
			}

/* tooltip für zusatzinformationen */				
 .tooltip {
	position: absolute;
	left: 0; 
	top: 0;
	border: 1px solid #666666;
	background: #fff;
	color: #4f4f4f;
	width: 270px;
	visibility: hidden;
	z-index: 999;
	clear: both;
	}
	 .tooltip span strong {
		font-size: 12px;
		padding-bottom: 4px;
		display: block;
		}
		 .tooltip img {
			display: none;
			}
			
			
/* für checkboxen und radiobuttons */	
.formularwrapper input.kein-rand {
	border: none;
	}
.formularwrapper label {
	float: left;
	margin: 0 5px 0 5px;
	margin-right: 63px;
	line-height: 18px;
	}

/* mehrzeilige radio bzw. checboxen felder */
.formularwrapper label.mehrzeilig {
	float: left;
	width: 325px;
	margin: 0 5px 0 5px;
	line-height: 14px;
	display: block;
	margin-bottom: 6px;
	}	
.formularwrapper input.mehrzeilig {
	float: left;
	}
		
/* keine darstellung */			
.formularwrapper label.unsichtbar {
	display: none;
	}
	
/* abschnittsüberschriften */
.formularwrapper h4 {
	display: block;
	width: 675px;
	background-color: #83c7e5;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #fff;
	}
	
	.formularwrapper h4 span {
		padding: 0 12px 0 12px;
		color: #fff;
		font-size: 12px;
		float: left;
		}	
		
			
/* feldüberschriften */		
.formularwrapper h5 {
	display: block;
	float: left;
	color: #4f4f4f;
	font-weight: bold;
	margin: 0 32px 0 12px;
	line-height: 15px;
	width: 195px;
	display: inline; /* IE */
	}
	.formularwrapper h5 span {
		padding-right: 12px;
		}	


/* hinweistexte (2 spaltig im formular) */
div.hinweistext {
	background: url(../images/background_formulare_hinweistext.gif) 0 0 repeat-y;	
	}
div.hinweistext p {
	padding: 0 60px 12px 12px !important;
	font-size: 11px !important;
	}
	div.hinweistext p strong {
		font-size: 11px !important;		
		}
	div.hinweistext a {
		background: url(../images/icon_linkpfeil.gif) 0 3px no-repeat;
		padding-left: 9px;
		margin-left: 12px;
		line-height: 16px;
		}	

		
/* absenden bereich unter dem formular */
div.formular-absenden {
	background: url(../images/background_formulare_unten.gif) bottom left no-repeat;
	width: 675px;
	padding-bottom: 12px;
	margin-top: 24px;
	}

	div.formular-absenden p {
		width: 420px;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 13px !important;
		}		
	div.formular-absenden p strong,	div.formular-absenden p.hinweis-formularende {
		line-height: 15px;
		margin: 0 !important;
		color: #888 !important;
		font-size: 11px  !important;
		}
	p.hinweis-formularende-rechts {
		line-height: 15px;
		margin: 0 !important;
		color: #888 !important;
		font-size: 11px  !important;
		text-align: right;		
		width: 655px !important;
		display: block;
		}	
	div.formular-absenden p.hinweis-formularende {
		padding-left: 12px !important;
		}	

	.formularwrapper p.hinweis, .formularwrapper p.hinweis strong, .formularwrapper p.hinweis-formularende {
		font-size: 11px !important;
		}
	.formularwrapper p.hinweis-fehler {
		background-color: #f3dbd5;
		line-height: 15px;
		margin: 0 0 6px 0 !important;
		}
		
	.formularwrapper p.hinweis-hervorgehoben {
		background-color: #f3e9d5;
		line-height: 15px;
		margin: 0 0 6px 0 !important;
		}
						
	.formularwrapper p.hinweis-fehler span {
		padding: 6px 12px 6px 12px !important;
		display: block;
		}
		
	.formularwrapper p.hinweis-hervorgehoben span {
		padding: 6px 12px 6px 12px !important;
		display: block;
		}		
	/* absenden button */	
	input.formular-absenden {
		margin: 0 12px 6px 12px;
		display: inline; /* IE doubles margin bugfix */
		width: 193px;
		float: right !important;
		line-height: 22px;
		font-weight: bold !important;
		height: 22px;
		background: url(../images/background_buttons_dunkel.gif) 0 0 no-repeat;	
		color: #fff;
		padding-bottom: 1px;
		padding-left: 22px;
		cursor: pointer;
		}
	/* wird nicht vom IE interpretiert */
	input.formular-absenden:hover {
		background: url(../images/background_buttons_dunkel.gif) 0 -22px no-repeat;			
		}	
	


/* definitionen ob anforderungen erfuellt wurden */
dl.formular-vorraussetzungen {
	width: 217px;
	background-color: #d6ecf6;
	height: 136px;
	float: right;
	margin: 1px 0 13px 12px;
	}
		
	dl.formular-vorraussetzungen dt {
		padding: 15px 15px 0 15px;
		font-weight: bold;
		color: #4f4f4f;
		}
			
	dl.formular-vorraussetzungen dd {
		padding: 2px 15px 0 34px;
		line-height: 14px;
		font-weight: normal;
		color: #4f4f4f;
		background: url(../images/icon_haeckchen.gif) 18px 5px no-repeat;
		}	


/* box mit zu erledigenden schritten beim ausfüllen des formulars */
ol.formular-schritte {
	width: 217px;
	background-color: #d6ecf6;
	height: auto;
	float: right;
	padding-bottom: 12px;
	margin: 1px 0 13px 12px;
	list-style-type: none;
	}
	ol.formular-schritte li {
		color: #4f4f4f;
		font-weight: bold;
		padding-top: 15px;
		padding-left: 12px;
		line-height: 14px;
		}
		ol.formular-schritte li ol {
				list-style-type: none;
				margin: 0;
				padding: 3px 0 0 0;
				}	
			ol.formular-schritte li ol li {
				margin: 0;
				padding: 0;
				padding: 2px 0 2px 0;
				padding-left: 9px;
				background: url(../images/icon_linkpfeil.gif) 0 4px no-repeat;
					
				}	
				ol.formular-schritte li ol li a {
					font-weight: normal;
					padding-right: 15px;
					}					
				ol.formular-schritte li ol li a.erfuellt {
					font-weight: normal;
					padding-right: 12px;
					background: url(../images/icon_haeckchen.gif) right center no-repeat;
					}			
					
						
/* ERGEBNISSE */
table.formular-ergebnis {
	width: 673px;	
	margin-bottom: 6px;
	position: relative;
	}
	table.formular-ergebnis td {
		font-size: 14px;	
		border-right: 1px solid #acd9ed;
		border-bottom: 1px solid #acd9ed;
		border-collapse: collapse;
		background-color: #fff;
		padding: 12px;
		color: #0a508c;
		text-align: right;
		line-height: 22px;
		font-weight: bold;
		}	
		table.formular-ergebnis td span {
			color: #666;
			font-size: 12px !important;
			line-height: 14px;
			}
	table.formular-ergebnis th {
		font-size: 12px !important;
		width: 217px;	
		font-weight: bold;
		background-color: #acd9ed;
		color: #4f4f4f;
		border-bottom: 1px solid #fff;	
		padding: 12px 24px 12px 12px;
		}
		
	/* klasse fr die darstellung einer ganzzeiligen headline */	
	table.formular-ergebnis th.singlefield {
		width: auto !important;
		}	
		
	table.formular-ergebnis tbody th {
		max-width: 217px !important;
		} 		
	table.formular-ergebnis thead th {
		color: #fff;
		background-color: #83c7e5;
		} 
		table.formular-ergebnis th span {
			float: left;
			font-size: 12px !important;
			padding-right: 12px;
			}
		table.formular-ergebnis th strong, table.formular-ergebnis td strong {
			font-size: 12px !important;
			}			
	table.formular-ergebnis tr.letzte-zeile th,  table.formular-ergebnis tr.letzte-zeile td {
		border-bottom: 1px solid #acd9ed;		
		}	
	
	table.formular-ergebnis tr.gross td {
		font-size: 18px;
		background-color: #d6ecf6;
		}			
	table.formular-ergebnis tr.erste-zeile th {
		border-bottom: 1px solid #acd9ed;
		}
		table.formular-ergebnis tr.erste-zeile td {
			border-bottom: 1px solid #acd9ed;		
			}	
		table.formular-ergebnis td.altrow {
			background-color: #d6ecf6;			
			}	
	
	table.zwischenergebnis td {
		font-size: 12px !important;	
		color: #4f4f4f;
		text-align: left;	
		font-weight: normal;
		}		
	table.zwischenergebnis {
		border-right: 1px solid #83c7e5 !important;
		border-top: 1px solid #83c7e5 !important;	
		border-left: none;
		border-bottom: none;	
		}
	table.zwischenergebnis td, table.zwischenergebnis th {
		border-left: 1px solid #83c7e5 !important;
		border-bottom: 1px solid #83c7e5 !important;
		border-right: none;
		border-top: none;
		}
		
table.kein-abstand {
	margin-bottom: 0px;
	}
	
.foerderung-field {
	border: 1px solid #a5acb2;
	height: 18px;
	float: none !important;
	margin-right: 4px !important;
	margin-top: -4px !important;
	font-weight: normal;
	}


.wrapper-kleiner-abstand {
	margin: 6px 0 0 0 !important;
	}