/* *********************
	Regular Text
********************* */

.cell_main_content {
	/* padding-right: 20px; */
	font-size: 18px;
	width: 75%;
}
.cell_main_content a {
	color: #005192;
}
.cell_main_content a:hover {
	color: #002D5A;
}

.cell_main_title {
	font-size: 34px;
	font-weight: bold;
	color: #005192;
	padding-bottom: 15px;
}
.cell_main_title a {
	color: #005192;
}
.cell_main_title div {
	padding-bottom: 15px;
}
.cell_main_subtitle {
	font-size: 23px;
	font-weight: bold;
	color: #005192;
	padding-bottom: 10px;
	padding-top: 10px;
}
.cell_main_text {
	font-size: 18px;
}


.content_title { /* Titel im Text */
	font-size: 34px;
	font-weight: bold;
	color: #005192;
}
.content_title a {
	color: #005192;
}
.content_subtitle, .content_subtitle_spezoeffnzt { /* Untertitel im Text */
	font-size: 23px;
	font-weight: bold;
	color: #005192;
}
.content_subtitle a, .content_subtitle_spezoeffnzt a {
	color: #005192;
}

.cell_content_spacer_bottom {
	height: 50px;
}




.content_button {
	padding: 0px;
}

.content_button a {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	/* display: block; */
	color: white;
	background-color: #005192;
}
.content_button a:hover {
	color: #AEC8DC;
}







.cell_jobs, .cell_buttons {
	min-height: 200px;
	background-color: #afc8d9;
	padding-top: 50px;
}
.cell_buttons {
	min-height: 150px;
}
.cell_jobs .content_button, .cell_buttons .content_button {
	padding-top: 35px;
}






.cell_aktuell {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF200;
}
.cell_aktuell .cell_main_content {
	width: 100%;
	color: #005192;
}
.cell_aktuell_body {
	padding: 20px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;
}








/* List */
ul, ol {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 20px;
}
li {
	margin: 0px;
	margin-bottom: -20px;
	padding-left: 4px;
	margin-left: 18px;
}

