/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.text-links-start {
	padding-left: 10px;
 	padding-top: 20px
}

.headlines {
	font-size: 16px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	border-left: 1px solid rgb(255,78,0);
 	padding-top: 5px;
 	margin-right: 10px;
 	padding-bottom: 5px;
 	border-bottom: 1px solid rgb(255,78,0)
}

.bg-links-text {
	padding-left: 90px;
 	padding-top: 20px
}

.headline-orange {
	font-size: 16px;
 	color: rgb(255,78,0);
 	font-weight: bold;
 	border-left: 1px solid rgb(255,78,0);
 	padding-top: 5px;
 	padding-bottom: 5px;
 	border-bottom: 1px solid rgb(255,78,0)
}

.text-rechts {
	font-size: 12px;
 	margin-left: 10px;
 	padding-left: 10px;
 	margin-right: 10px;
 	padding-right: 20px
}

.bg-links {
	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/background_mitte_links.png" );
 	background-repeat: no-repeat;
 	background-position: top left;
 	padding-left: 90px;
 	padding-top: 25px
}

.rot-12 {
	font-size: 12px;
 	color: rgb(255,0,0)
}

.right-frame {
	padding: 15px 12px 5px 5px
}

.bg-rechts {
	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/background_mitte_rechts.png" );
 	background-repeat: no-repeat;
 	background-position: right top
}

.text-links {
	padding-left: 90px;
 	padding-top: 20px
}