/* text */
span.orangeFont{color:#ff0000}
span.big{font-size:14px}
span.veryBig{font-size:22px}
span.boldText {font-weight:bold}
span.italicText {font-style: italic;}

span.boldblue {
	font-weight: bold;
	color: #004595;
	}



.headline1 {
        font-size: 1.2em;
       font-weight:bold;
       margin: 0 0 1em 0em;
        padding: 0;

	}
	
.wichtig {
	font-weight: bold;
	color: #8895a1;
	background: #EDEBF1;
	border: none;
	padding: 0.5em;
	}
