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

.cell_main_content, .download, .cell_article_text {
	font-size: 19px; /* .cell_article_text aus styles_templates.css genommen */
}
.cell_main_content, .download {
	/* padding-right: 20px; */
	
	width: 77%;
}
.download {
	font-family: 'dejavu_sanscondensed';
}
.cell_main_content a, .download a {
	color: #435962;
}
.cell_main_content a:hover, .download a:hover {
	color: #273439;
}

.cell_main_title { /* siehe auch content_title */
	font-family: 'dejavu_sanscondensed';
	font-size: 30px;
	/*font-weight: bold;*/
	color: #7e9ba7;
	padding-bottom: 15px;
	width: 80%;
}
.cell_main_title a {
	color: #005192;
}
.cell_main_title div {
	padding-bottom: 15px;
}
.cell_main_subtitle {
	font-family: 'dejavu_sanscondensed';
	font-size: 24px;
	/* font-weight: bold; */
	color: #7e9ba7;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 75%;
}
.cell_main_text {
	font-size: 22px;
}


.content_title { /* Titel im Text */
	font-family: 'dejavu_sanscondensed';
	font-size: 30px;
	/* font-weight: bold; */
	color: #7e9ba7;
}
.content_title a {
	color: #005192;
}
.content_subtitle, .content_subtitle_spezoeffnzt { /* Untertitel im Text */
	font-family: 'dejavu_sanscondensed';
	font-size: 26px;
	/*font-weight: bold;*/
	color: #7e9ba7;
	
	padding-top: 10px;
}
.content_subtitle a, .content_subtitle_spezoeffnzt a {
	color: #7e9ba7;
}

.cell_content_spacer_bottom {
	height: 50px;
}




.content_button {
	padding: 0px;
}

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


/* List */
ul, ol {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-left: -10px;
}
ul {
	list-style: '-';
}
ol {
	margin-left: 8px;
}
li {
	margin: 0px;
	margin-bottom: -25px;
	padding-left: 18px;
	margin-left: 18px;
}













