/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Text- und Bilderformatierungen     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschrifen/Titel */
h1
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	margin-left: 0em;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;	
	margin-top: 1.4em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 75px;
}



/************************************************************************************/
/* Text Formatierungs Tags */

sub
{
	vertical-align: bottom;	
}

sup
{
	vertical-align: bottom;	
}




/************************************************************************************/
/* Bilder */

.image-icon
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}



/************************************************************************************/
/* Links */

a:link, a:active, a:visited
{
	/*  
	color giftgrün : #B5CD46; 
	color orange  : #D25A36;
	color org  : #5e6e1b;
	*/
	color: #D25A36;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.pdf
{
	background-image:url(/images/file_icons/pdf.gif);
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}




/************************************************************************************/
/* Text Klassen */

.text-gruen
{
	color: #009900;
}

.text-rot
{
	color: #e10019;
}

.text-blau
{
	color: #0066FF;
}

.text-fett
{
	font-weight: bold;
}

.text-kursiv
{
	font-style: italic;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-emailadresse-reverse
{
	unicode-bidi: bidi-override; 
	direction: rtl; 
}

.text-bildlegende
{
	font-style: italic;
	float: right;
	height: 16px;
	width: 375px;
	text-align: right;
	margin-bottom: 10px;
}
