@charset "utf-8";
/* CSS Document */

.center{
	text-align: center	
}

.ueberschrift{

}
.ueberschrift_1{
	font-size: 		1.2em; 
	color: 			#36638E; 
	font-family: 	aladin;
}
.ueberschrift_2{
	font-size: 		1.5em; 
	color: 			#578B37;
}
.ueberschrift_3{
	font-size: 		2em; 
	font-family: 	'Lucida Grande'; 
	color: 			#BC8700;
}
.absatz{
	margin-left: 	50px;			
}
.absatz_1_1{		color: 			#f00;		}
.absatz_2_1{		color: 			#0f0;		}
.absatz_3_1{		color: 			#2020EF;	}

.titel{
	margin-left: 	100px;			
}
.titel_1_1{			color: #36638E; 	background-color: #D10000; 	}
.titel_2_1{			color: #000000; 	background-color: #006C09;	}
.titel_3_1{			color: #FFFFFF; 	background-color: #707070;	}

.flex{
	display: 		flex; 
	flex-direction: row; 	
}
.width_100{
	width: 			100px;	
}