﻿
/* ---- Ueberschriften 
        (Die Schriftart wird in der default.css festgelegt) 

*/



h1, h2, h3, h4 {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 14px;
	text-align: left;
	color: #105154;
}

h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;

}
h3 {
	font-size: 11px;
}

h4 {
	font-size: 10px;
}
