@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	color: black;
}

/* In Container c2, c3 */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #9b0e33;
	padding-left: 0px;
	margin: 1px 0px 1px 0px;
	vertical-align: top;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	padding-left:0px;
	margin:0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding-left:0px;
	margin:0px 0px 0px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	padding-left:0px;
	margin:0px 0px 0px 0px;
}

/* =============================== */
/* Auszeichnungen im Text */
span.Fett {
	font-weight: bold;
}

span.FettRot {
	font-weight: bold;
	color: #9b0e33;
}

span.Kleiner {
	font-size:0.7em;
}

/* ===================================== */
/* Tabelle Gottesdienste */
table.Hintergrund {
	font-size: 0.8em;
	line-hight: 0.9em;
	background-color: #FFFFFF;
	margin: 0.1em 0em 0.1em 0em;
	padding-right: 5px;
	border-width: 1px 0px 1px 0px;
	td height="auto"
	tr align="left" 
	tr valign="top"
}

td.TabellenTitelRot, p.TabellenTitelRot {
	font-size: 0.8em;
	line-hight: 0.9em;
	font-weight: bold;
	color: #9b0e33;
	margin: 0.1em 0em 0.1em 0em;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0e33;
}

td.TabellenTitelSchwarz, p.TabellenTitelSchwarz {
	font-size: 0.8em;
	line-hight: 1em;
	font-weight: bold;
	color: #000000;
	margin: 0.1em 0em 0.1em 0em;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.TabellenTextSchwarz, p.TabellenTextSchwarz {
	font-size: 0.8em;
	line-hight: 0.9em;
	color: #000000;
	margin: 0.1em 0em 0.1em 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 0px;

}
td.TabellenTextRot, p.TabellenTextRot{
	font-size: 0.8em;
	line-hight: 1em;
	color: #9b0e33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0e33;
	padding-left: 0px;
}
