/* Button am Ende einer Seite */
.DL_buttonBelow { 
	margin-top: 20px; 
}


/* Seitentitel Haupt und Sub */
.DL_topHeader, .DL_subHeader { 
	text-align: left;
	font-weight: 600; 
}
.DL_topHeader { 
	font-size: 26px;
	margin-bottom: 4px; 
}
.DL_subHeader { 
	font-size: 20px;
	margin-bottom: 28px; 
}


/* Abschnitt auf der Seite */
.DL_contentBlock { 
	margin-bottom: 20px; 
}


/* Manchmal ist ein Input am Ende einer Zeile und soll dann nicht so rangeklatscht sein */
.DL_inlineInputLeftMargin { 
	margin-left: 20px; 
}

