.SENavigation {
	border-bottom: 1px solid #CED4DA;
}
.SEFormContainer{
	font-family: arial;
	padding: 10px;
}

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

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

.SEFormElementeContainer{
	padding-bottom: 20px;
}

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


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



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

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


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



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

.paddingtop{
	padding-top: 10px;
}

.labelleft { 
	float:left;
	width: 120px;
	font-weight: bold;
	color: #003399;
}

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


/*-------------------Stichwortnavigation ABC-Gruppen ------------------------------------------------*/
/* normal /ok */
.SEstichwortABC {
   font-size: 11px; 
   color: silver;
   text-decoration: none;
}
a.SEstichwortABC{
   font-size: 11px; 
   color: #003399;
   text-decoration: underline;
}

/* aktiv /ok */
.SEstichwortABCSel {
    font-size: 11px; 
   color: #005BAC;
   text-decoration: underline;
}

.elementpadding {
	padding-bottom: 5px;
}