
.highlight {
	color:#FFFF00;
	font-weight:bold;
	background-color:#FF0000;
}

/* im text eingebundene links - start */
span.textextlink {
	padding-right:8px;
	background:url(../images/extlink.gif) no-repeat center right;
}
span.textmail {
	padding-right:8px;
	background:url(../images/textmail.gif) no-repeat center right;
}
span.textdownload {
	padding-right:8px;
	background:url(../images/download.gif) no-repeat center right;
}

span.textintlink {
	padding-right:8px;
	background:url(../images/intlink.gif) no-repeat center right;
}
/* im text eingebundene links - ende */

/* auszeichnungen - start */
b.intext {
	font-weight:bold;
}
span.size_up {
	font-size:1.1em;
}
span.size_down {
	font-size:0.9em;
}
span.h1 {
	font-weight:bold;
	font-size:1.3em;
}
span.h2 {
	font-weight:bold;
	font-size:1.2em;
}
i.intext {
	font-style:italic;
}
/* auszeichnungen - ende */

/* color - start */
span.color1 {
	color:#9E5613;
}
span.color2 {
	color:#888888;
}
span.color3 {
	color:#cc9900;
}
/* color - ende */

/* im text eingebundene bilder - start */
span.textimage {
	margin:0px 10px 5px 0px;
	float:left;
}
span.textimage img {
}
/* im text eingebundene bilder - ende */

/* im text eingebundene zitate - start */
span.quote {
	padding:5px;
	font-weight:bold;
	color:#666666;
	display:block;
	border:solid 2px #eeeeee;
	background:#f6f6f6;
}
span.quote span.quoteblock {
	display:block;
	font-weight:normal;
}
/* im text eingebundene zitate - start */

/* im text eingebundene ungegliederte listen - start */
ul.textul {
	margin:10px 0px 10px 20px;
	list-style-type:none;
	list-style-image:url(../images/list_style_image.gif);
	
}
ul.textul li {
}
/* im text eingebundene ungegliederte listen - ende */

