a:link		{color: blue}
			a:visited	{color: blue}
			a:active	{color: red}
			a:hover		{color: blue; background-color: #eee;}
			a			{text-decoration: none;}


body.main	{
			background-color: white;
			color: black;
			font-family: 'Verdana';
			font-size: small;
			font-style: normal;
			text-align: center;
			}

div.header-mainpage {
			font-family: Tahoma;
			font-size: 14px;
			color: #0000CC;
			font-style: italic;
			font-weight: bold;
			}

div.header-nutzungshinweise {
			font-family: Tahoma;
			font-size: 12px;
			color: #0000CC;
			font-style: italic;
			font-weight: bold;
			}

div.text-mainpage
			{
			font-family: 'Verdana';
			color: black;
			font-size: 13px;
			text-align: left;
			}

div.text-spenden
			{
			font-family: 'Verdana';
			color: black;
			font-size: 14px;
			text-align: left;
			font-weight: bold;
			}

div.text-impressionen
			{
			font-family: 'Times New Roman';
			color: red;
			font-size: 20px;
			text-align: center;
			font-style: italic;
			font-weight: bold;
			}

div.text-impressionen-final
			{
			font-family: 'Tahoma';
			color: navy;
			font-size: 15px;
			text-align: center;
			font-style: italic;
			font-weight: bold;
			text-align: center;
			}

div.text-events-header
			{
			font-family: 'Arial';
			color: black;
			font-size: 16px;
			text-align: left;
			font-weight: bold;
			text-decoration: underline;
			}

div.link-back
			{
			font-family: 'Verdana';
			color: blue;
			font-size: 13px;
			text-align: left;
			}

div.mainpage-welcome {
			font-size: 20px;
			font-weight: bold;
			color:#FF0000;
			}

div.copyright
			{
			font-family: 'Tahoma';
			color: black;
			font-size: 10px;
			text-align: center;
			font-weight: normal;
			}

div.center
			{
			text-align: center;
			}

p.center
			{
			text-align: center;
			}
	 
em.mainpage-red {
			font-style: italic;
			color: red;
			}

em.underlined {
			font-style: normal;
			text-decoration: underline;
			}

