.SENavigation {
	border-bottom: 1px solid #CED4DA;
}
.SEFormContainer{
	font-family: arial;
	background-color: #F3F3F3;
	border: 1px solid #2B6884;
	padding: 5px;
}

.SEFormUeberschrift {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #2B6884;
	padding-bottom: 10px;
}

.SEFormUntertitel {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding-bottom: 10px;
}

.SEFormElementeContainer{
	padding-bottom: 20px;
}

.SEFormText {
	font-size: 11px;
	color: black;
}


.SENaviAktiv {
	background-color: white;
	border-top:    1px solid #CED4DA;
	border-left:   1px solid #CED4DA;
	border-right:  1px solid #CED4DA;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	padding: 3px 5px 3px 5px;
}

.SENaviPassiv {
	background-color: #FFF5D6;
	border: 1px solid #CED4DA;
	text-align: center;
	padding: 3px 5px 3px 5px;
}

.SENaviLeer {
	background-color: white;
	border-top:    1px solid white;
	border-bottom: 1px solid #CED4DA;
	padding: 3px 0 3 0;
	font-size: 11px;
	font-family: arial;
}


.SENaviAktiv a{
	font-size: 11px;
	font-family: arial;
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}

.SENaviPassiv a{
	font-size: 11px;
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.paddingtop{
	padding-top: 10px;
}

.labelleft {
	float:left;
	width: 120px;
	padding-top: 5px;
}

.labelausrichtung {
	text-align: right;
	padding-right:10px;
}
