/* Headlines */
/* h1 */
h1.bg-orange {
	font-size: 16px;
	background-color: #FF7B00;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px -5px;
}

h1.brown {
	font-size: 16px;
	font-weight: bold;
	color: #504229;
	margin-bottom: 10px;
}

h1.orange {
	font-size: 16px;
	font-weight: bold;
	color: #FF7B00;
	margin-bottom: 10px;
}

h1.black {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

/* h2 */

h2.bg-orange {
	font-size: 14px;
	background-color: #FF7B00;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px -5px;
}

h2.brown {
	font-size: 14px;
	font-weight: bold;
	color: #504229;
	margin-bottom: 10px;
}

h2.orange {
	font-size: 14px;
	font-weight: bold;
	color: #FF7B00;
	margin-bottom: 10px;
}

h2.black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

/* h2 nichtfett */
h2.bg-orange-nichtfett {
	font-size: 14px;
	background-color: #FF7B00;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px -5px;
}

h2.brown-nichtfett {
	font-size: 14px;
	font-weight: normal;
	color: #504229;
	margin-bottom: 10px;
}

h2.orange-nichtfett {
	font-size: 14px;
	font-weight: normal;
	color: #FF7B00;
	margin-bottom: 10px;
}

h2.black-nichtfett {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	
}

/* h2 Kapitälchen fett */

h2.brown-kapitaelchen {
	font-size: 14px;
	font-weight: bold;
	color: #504229;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2.orange-kapitaelchen {
	font-size: 14px;
	font-weight: bold;
	color: #FF7B00;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2.black-kapitaelchen {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	text-transform: uppercase;
}



/* h2 Kapitälchen nichtfett */

h2.brown-nichtfett-kapitaelchen {
	font-size: 14px;
	font-weight: normal;
	color: #504229;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2.orange-nichtfett-kapitaelchen {
	font-size: 14px;
	font-weight: normal;
	color: #FF7B00;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2.black-nichtfett-kapitaelchen {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* h2 gepunktet unterstrichen: */

h2.brown-kapitaelchen-gepunktet {
	font-size: 14px;
	font-weight: bold;
	color: #504229;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #504229;
	padding-bottom: 2px;
}

h2.brown-nichtfett-kapitaelchen-gepunktet {
	font-size: 14px;
	font-weight: normal;
	color: #504229;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #504229;
	padding-bottom: 2px;
}

/* Ende Headlines */


/* Absätze */


p.orange {
	color: #FF7B00;
	}

p.brown {
	color: #504229;
	}

p.orange-fett {
	color: #FF7B00;
	font-weight:bold;
	}

p.brown-fett {
	color: #504229;
	font-weight:bold;
	}

p.black-fett {
	color: #000;
	font-weight:bold;
	}

p.orange-1-5 {
	color: #FF7B00;
	line-height: 150%;
	}

p.brown-1-5 {
	color: #504229;
	line-height: 150%;
	}

p.black-1-5 {
	color: #000;
	line-height: 150%;
	}

p.orange-fett-1-5 {
	color: #FF7B00;
	font-weight:bold;
	line-height: 150%;
	}

p.brown-fett-1-5 {
	color: #504229;
	font-weight:bold;
	line-height: 150%;
	}

p.black-fett-1-5 {
	color: #000;
	font-weight:bold;
	line-height: 150%;
	}

/* Ende Absätze */

/* Listen */

ul.orange {
	color: #FF7B00;
	}

ul.brown {
	color: #504229;
	}

ul.orange-fett {
	color: #FF7B00;
	font-weight:bold;
	}

ul.brown-fett {
	color: #504229;
	font-weight:bold;
	}

ul.black-fett {
	color: #000;
	font-weight:bold;
	}


/* Ende Listen */

/* Tabellen */

td.orange-ganzhell {
	background-color: #FFE7CE;
	}

td.orange-hell {
	background-color: #FFC384;
	}

td.orange {
	background-color: #FF7B00;
	}

td.orange-dunkel {
	background-color: #B56108;
	}


/***/
td.dunkelbraun-weiss {
	background-color: #504229;
	color: #FFF;
	}

td.dunkelbraun-orange {
	background-color: #504229;
	color: #FF7B00;
	}

td.dunkelbraun-hellbraun {
	background-color: #504229;
	color: #ECE2CC;
	}
/***/
td.mittelbraun-weiss {
	background-color: #968359;
	color: #FFF;
	}

td.mittelbraun-hellbraun {
	background-color: #968359;
	color: #ECE2CC;
	}
	
td.mittelbraun-schwarz {
	background-color: #968359;
	color: #000;
	}
/***/
td.hellbraun-schwarz {
	background-color: #ECE2CC;
	color: #000;
	}

td.hellbraun-orange {
	background-color: #ECE2CC;
	color: #FF7B00;
	}#FFF;
	}

td.mittelbraun-hellbraun {
	background-color: #968359;
	color: #ECE2CC;
	}
	
td.mittelbraun-schwarz {
	background-color: #968359;
	color: #000;
	}
/***/
td.hellbraun-schwarz {
	background-color: #ECE2CC;
	color: #000;
	}

td.hellbraun-orange {
	background-color: #ECE2CC;
	color: #FF7B00;
	}
