
/*******************************/
/*   meine Einstellungen                       */
/******************************/

/*	normaler Text */
	td		{ color: #333300; text-decoration: none; font-size:10pt; text-align: left; font-family:Trebuchet MS; margin-left: 8px}

/*	Allgemeine Einstellung der gesamten Website: Legen Sie hier besonders die Hintergrund-
	Farbe der Website fest (background-color). */
	body	{ margin-top: 0px; margin-bottom: 0px; margin-left: 8px;
			  margin-right: 0px;background-image: url(bilder/bg.gif);background-repeat: repeat-y;background-position: center;background-color: #167121;}

/*	navigations Textlink */
	a:link.naviTextlink	      {text-decoration: none; font-weight:bold; color: #FFFFCC;}
	a:visited.naviTextlink	{text-decoration:none; font-weight:bold; color: #FFFFCC;}
	a:hover.naviTextlink	{text-decoration: underline; font-weight:bold; color: #FFFFCC;}
	a:active.naviTextlink	{text-decoration: underline; font-weight:bold; color: #FFFFCC;}
	
/*	navigations Textlink 2 */
	a:link.navi2Textlink	{text-decoration: none; font-size:10pt; text-align: left; font-family:Trebuchet MS; font-weight:bold; color: #FFFFCC;}
	a:visited.navi2Textlink	{text-decoration: none; font-size:10pt; text-align: left; font-family:Trebuchet MS; font-weight:bold; color: #FFFFCC;}
	a:hover.navi2Textlink	{text-decoration: underline; font-size:10pt; text-align: left; font-family:Trebuchet MS; font-weight:bold; color: #FFFFCC;}
	a:active.navi2Textlink	{text-decoration: underline; font-size:10pt; text-align: left; font-family:Trebuchet MS; font-weight:bold; color: #FFFFCC;}

/*	normaler Textlink */
	a:link.normalerTextlink	      {text-decoration: none; color: #669900;}
	a:visited.normalerTextlink	{text-decoration: none; color: #669900; }
	a:hover.normalerTextlink	{text-decoration: underline; color: #669900;}
	a:active.normalerTextlink	{text-decoration: underline; color: #669900;}

/*	große Überschriften */
	.ueberschrift	{ color: #FFFFCC; text-decoration: none; font-size:14pt; text-align: left; font-family:Trebuchet MS; margin-left:8; font-weight:bold }

/*	normaler Text */
	.normText	{ color: #491E1E; text-decoration: none; font-size:10pt; text-align: left; font-family:Trebuchet MS; margin-left:8; margin-top:8 }
