
span {
	font-weight: normal;
	color: black;
	text-decoration: inherit; /* none; */
	font-size: 12px;
}
 
p {
	padding: 0px;
	margin: 0px;
} 	
span.normal_black {
	font-weight: normal;
	color: black;
	text-decoration: inherit; /* none; */
	font-size: 12px;
}
span.normalbold_black {
	font-weight: bold;
	color: black;
	text-decoration: inherit; /* none;*/
	font-size: 12px;
}
span.normal_red {
	font-weight: normal;
	color: red;
	text-decoration: inherit; /* none; */
	font-size: 12px;
}
span.normalbold_red {
	font-weight: bold;
	color: red;
	text-decoration: inherit;  /* none;  damit der Unterstrich die gleiche Farbe annimmt */
	font-size: 12px;
}
span.headline_black {
	font-weight: bold; 
	color: black;
	text-decoration: inherit; /*  none;*/
	font-size: 14px;
}
 
p.left_smallspace {
   	text-align: left;
   	padding-bottom: 6px;
}
p.center_smallspace {
   	text-align: center;
   	padding-bottom: 6px;
}
p.left_mediumspace {
   	text-align: left;
   	padding-bottom: 12px;
}
p.center_mediumspace {
   	text-align: center;
   	padding-bottom: 12px;
}
p.left_bigspace {
   	text-align: left;
   	padding-bottom: 20px;
}
p.center_bigspace {
   	text-align: center;
   	padding-bottom: 20px;
}
p.left {
   	text-align: left;
   	padding-bottom: 0px;
}
p.center {
   	text-align: center;
   	padding-bottom: 0px;
}
 
.external-link,
.external-link-new-window,
.internal-link,
.internal-link-new-window,
.download,
.mail,
.externalLink   {
/* 20100602, xdt: problem mit den underlines und der Textfarbe blau. Der innere Text kann ggf rot sein, 
     gesetzt durch rte. Des aeussere <a> bekommt aber diese Farbe nicht ....
	color: blue;    */
	color: red;
	text-decoration: underline;
}
 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
	list-style-position: outside;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}

ul li,
ol li {
	margin-top: 6px;
	margin-bottom:6px;
}

p.left_5 {
   	text-align: left;
   	padding-bottom: 5px;
}
p.center_5 {
   	text-align: center;
   	padding-bottom: 5px;
}
p.left_0 {
   	text-align: left;
   	padding-bottom: 0px;
}
p.center_0 {
   	text-align: center;
   	padding-bottom: 0px;
}

span.tZ_A52_Fliess_Aus_10 {
	font-weight: bold;
}
/*
span.tZ_A51_Fliess_10 { 
	font-weight: normal;
	font-size: 11px; 
	text-decoration: none; 
	color: black;
}
span.Fliess {
	font-weight: normal;
	font-size:11px;
	text-decoration:none;
	color:black;
}
*/
span.Fliess_Aus {
	font-weight: bold;
}


