
/*
--------------------------------------------------------------------------------------------------------
------ Hier ausschließlich Text-Formatierungen notieren, die per Textfunktionen geschrieben werden! -------
-------------------------- andere CSS-Notationen haben hier NICHTS verloren!!! -------------------------
--------------------------------------------------------------------------------------------------------
*/

.highlight {
	color:#fff;
	background-color:#F27608;
}

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

span.textmail {
	padding-right:12px;
	background:url(../images/textmail.gif) no-repeat center right;
}
span.textdownload {
	padding-right:12px;
	background:url(../images/download.gif) no-repeat center right;
}
div.textdownload {
	display:block;
}
div.textdownload td {
	vertical-align:middle;
}
div.textdownload td img {
	margin-right:10px;
}


/* im text eingebundene links - ende */

/* auszeichnungen - start */
b.intext {
	font-weight:bold;
}
* h2.intext {
	font-size:16px;
	font-weight:bold;
	display:inline;
}
* h3.intext {
	font-size:14px;
	font-weight:bold;
	display:inline;
}
i.intext {
	font-style:italic;
}
/* auszeichnungen - 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:#fff;
	display:block;
	border:solid 1px #eeeeee;
	background:#F27608;
}
span.quote span.quoteblock {
	display:block;
	font-weight:normal;
}
/* im text eingebundene zitate - start */

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

/* size - start */
span.size_up {
	font-size:1.2em;
}
span.size_down {
	font-size:0.8em;
}
/* size - ende */

hr {
	width:100%;
	height: 1px;
	color:#F27608;
}


/* texttags */


