.tbox {
	border: 1px solid lightgrey;
}
/* Rubriktitel */
.x01, .e01 {
	font-size: 150%;
	font-weight: bold;
	color: Teal;
	padding: 1em 0em;
}
/* Serientitel */
.x02, .e02 {
	font-size: 140%;
	font-weight: bold;
	color: Maroon;
	background-color: InfoBackground;
}
/* Dachzeile/Spitzmarke */
.x03, .e03 {
	font-family: monospace;
}
/* Titel/Headlines */
.x04, .e04 {
	font-size:16px;
	line-height: 125%;
	font-weight:bold;
}
/* Untertitel */
.x05, .e05 {
	font-size:1.1em;
	font-weight:bold;
}
/* Vorspänne / Leads */
.x06, .e06, .ody {
	color: #404040;
	font-weight: bold;
}
/* Autorenzeile */
.x07, .e07 {
	text-transform: uppercase;
}
/* Lauftexte / Bodies */
.x08, .e08 {
	
}
/* Zwischentitel */
.x09, .e09 {
	font-weight:bold;
	padding-bottom:0;
}
/* Zitate / Quotes */
.x10, .e10 {
	padding-left:3em;
	font-style:italic;
}
/* Legenden */
.x11, .e11 {
	font-size:1em;
}
/* Foto-Bylines */
.x12, .e12 {
	font-size:0.9em;
	font-weight: bold;
	padding-left:10px;
}
/* Fussnoten / Marginalien */
.x13, .e13 {
	font-size:0.9em;
	font-style:normal;
}
/* Kasten */
.e20 {
	
}
/* Kastentitel */
.x21, .e21 {
	font-size:1.1em;
	color:white;
	font-weight:bold;
	background-color: Background;
}
/* Kastengrundtext */
.x22, .e22 {
	background-color: #eee;
}
/* Kastenzwischentitel */
.x23, .e23 {
	background-color: #eee;
	font-weight:bold;
}
/* Tabelle */
.e30 {
	
}
/* Tabellentitel */
.x31, .e31 {
	background-color: blue;
	color:white;
	font-weight:bold;
	text-align:center
}
/* Tabellengrundtext */
.x33, .e33 {
	font-size:0.9em;
}
/* Tabellenzwischentitel */
.x34, .e34 {
	font-size:0.9em;
	font-weight:bold;
}
/* Tabellenfuss */
.x34, .e35 {
	font-size:0.8em;
	text-align:right;
}
/* Interview Antwort */
.x41 {
	padding-left:15px;
}
/* Bild */
.e50 {
	
}
/* Zeichenformatvorlagen */
/* fett */
.x51 {
	font-weight:bold;
}
/* kursiv */
.x52 {
	font-style: italic;
}
/* versal */
.x53 {
	text-transform: uppercase;
	font-weight:bold;
}
/* unterstrichen */
.x54 {
	text-decoration: underline;
}
/* durchstrichen */
.x55 {
	text-decoration: line-through;
}
/* Autor */
.x56 {
	text-transform: uppercase;
}
/* Internetlink */
.x57 {
	font-weight:bold;
}
.x57 a:hover {
	text-decoration: underline;
}
/* Mailadresse */
.x58 {
	font-weight:bold;
}
.x58:hover {
	text-decoration: underline;
}
/* Fussnote */
.x59 {
	font-size:0.8em;
}
/* Marginalien */
.x60 {
	color: blue;
}
/* UrheberIn */
.x61 {
	text-transform:uppercase;
	font-size:0.8em;
}
.zwischentitel{
	text-transform:uppercase;
	font-weight: bold;
}
