/*  aus basis.css geborgt:  */
p.bb {
	color: #585858;
	margin: 0 auto auto 25px;
}
.bb {
	border-bottom: 1px dotted #9BB375;
	font-weight: bold;
}

/*  all forms  */
form {
	margin: 0 0 3em 0;
}
fieldset {
	border: none;
	margin: 0 0 2em 0;
	padding: 0;
}
legend {
	/*display: none;*/
	font-weight: bold;
	padding: 0;
	margin-left: 0;
}
fieldset#degrees, fieldset#langskills, fieldset.indent {
	padding-left: 2.1em;
}
fieldset#degrees legend, fieldset#degrees .degrow, fieldset#langskills legend, fieldset#langskills .degrow, 
#frow_noml, fieldset.indent legend, fieldset.indent .iptext_l {
	margin-left: -2.1em;
}

input.ipsubmit {
	background-color: #9BB375;
	border: 1px solid #000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

/*  Form "Applicant's declaration" */
#appform1 p, #appform1 div {
	margin-left: 30px;
}
#appform1 div.fl, #appform1 img, #appform1 input {
	float: left;
	margin-left: 0;
	padding-left: 0;
}

/*  Application form  */
.frow {
	clear: both;
	margin-top: 8px;
}

.fcell {
	float: left;
	margin: 0;
	padding: 0;
	width: 12em;
}

.degrow {
	clear: both;
	font-weight: bold;
	padding-top: 0.7em;
}

input.iptext, input.iptext_xs, input.iptext_s, input.iptext_xm, input.iptext_m, input.iptext_l, textarea, select, .ipfile {
	border: 1px solid #9BB473;
	background-color: #F5F5F5;
	color: #484EA6;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 1.1em;
	padding-left: 2px;
}
input.iptext_xs, input.iptext_s {
	margin-right: 4px;
}

/*  Elementbreiten  */
input.ipsubmit {
	width: 302px;
}
input.iptext_l {
	width: 300px;
}
input.iptext_m {
	width: 250px;
}
input.iptext_xm {
	width: 132px;
}
input.iptext_s {
	width: 96px;
}
input.iptext_xs {
	width: 42px;
}
input.ipfile {
	width: 300px;
	margin-left: -2.1em;
}
textarea {
	margin-left: -100px;
	width: 400px;
}

/*  Fehlermeldung Pflichtfelderinnerung:  */
.insist {
	background-color: #ffffe0;
	border: 1px solid #ddd;
	color: #474FA4;
	font-weight: bold;
	padding: 0.5em;
}

.uploadmsg {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #9bb375;
	font-weight: bold;
	padding: 0.5em;
}

/*  Summary  */
#ulSummary {
	margin: 0;
	padding-left: 0;
}
#ulSummary li {
	float: left;
	list-style: none;
}
#ulSummary a {
	/*border: 1px solid #9bb375;*/
	background-color: #f5f5f5;
	border: 1px solid #9bb375;
	display: block; 
	margin-right: 5px;
	padding: 5px;
	margin-top: 5px;
	text-decoration: none;
}
#ulSummary li.first a {
	border-left-width: 1px;
}
#ulSummary a:focus, #ulSummary a:hover, #ulSummary a:active {
	background-color: #fff;
	padding-top: 10px;
	margin-top: 0;
}
#ulSummary a.active {
	background-color: #fff;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	padding-top: 10px;
	margin-top: 0;
}

#divSummary {
	border: 1px solid #9bb375;
	float: left;
	padding: 0.5em;
	margin-top: -1px;
	width: 90%;
}
#divSummary b {
	clear: left;
	display: block;
	float: left;
	width: 20em;
}
.subline1 {
	border-bottom: 1px dashed #9bb375;
	margin: 10px;
}
.subline2 {
	border-bottom: 1px solid #9bb375;
	clear: right;
	margin: 10px;
}
#divSummary .ipsubmit {
	float: right;
	margin: 10px;
	width: auto; 
}