/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Text- und Bilderformatierungen     */
/*                                                                                  */
/************************************************************************************/

/*Schriftfarben:

laufschrift: #58585a;
navi-gruen: #cfdd99 ;
neues-gruen:#B7C500;

*/
/************************************************************************************/
/* Überschrifen/Titel */
h1
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 0em;
	margin: 3em 0em 1em 0px;
	color:#b7c500;
	letter-spacing:0.1em;}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;	
	margin: 0em;
}



/************************************************************************************/
/* Text Formatierungs Tags */

sub
{
	vertical-align: bottom;	
}

/************************************************************************************/
/* Bilder */

.image-icon
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}



/************************************************************************************/
/* Links */

a:link, a:active, a:visited
{
	color: #000;
	text-decoration: underline;}

a:hover
{
	text-decoration: none;
	color: #B7C500;}

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;
}

