/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//GLOBALE EINSTELLUNGEN//////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*FARBE UND SCHRIFTART, GLOBAL*/
td			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(40, 40, 40)} /*für Opera, der <span> ignoriert*/
span			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(40, 40, 40)}


/*FARBE UND SCHRIFTART SOWIE TEXTDEKORATION DER LINKS, GLOBAL*/
a 			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(9, 108, 0); text-decoration: none}
a:hover 		{text-decoration: underline}
a:active 		{color: rgb(9, 108, 0)}
a:visited 		{color: rgb(9, 108, 0)}


/*NAVIGATIONSLEISTE AUF JEDER SEITE*/
span.navi		{font-size: 11pt; font-weight: 500; color: rgb(40, 40, 40)}	/*THEMEN IN DER NAVIGATIONSLEISTE*/
a.navi			{font-size: 10pt; font-weight: 500; color: rgb(255, 255, 255)}	/*LINKS IN DER NAVIGATIONSLEISTE*/
a.navi:hover		{text-decoration: underline}					/*LINKS IN DER NAVIGATIONSLEISTE*/
a.navi:active		{color: rgb(255, 255, 255)}					/*LINKS IN DER NAVIGATIONSLEISTE*/
a.navi:visited		{color: rgb(255, 255, 255)}					/*LINKS IN DER NAVIGATIONSLEISTE*/


/*TITEL AUF JEDER SEITE GANZ OBEN*/
span.title		{font-size: 16pt; font-weight: 500}		/*ZUM BEISPIEL '[welcome]' AUF DER STARTSEITE*/


/*YOU ARE HERE LINKS*/
span.URhere		{font-size: 11pt; font-weight: 500}


/*VERWANDTE LINKS UNTEN AM SEITENENDE*/
span.bottomLinks	{font-size: 11pt; font-weight: 500}             /*ZUM BEISPIEL 'BACK TO MAINPAGE'*/


/*FOOTER AUF JEDER SEITE*/
span.footer		{font-size: 8pt; font-weight: 500; color:#FFCCDD;}		/*TEXT DES FOOTERS*/
a.footer		{font-size: 8pt; font-weight: 500;color:#FFCCDD;}		/*LINKS DES FOOTERS*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//EINSTELLUNGEN FÜR EINZELNE SEITEN//////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*NEWS AUF DER STARTSEITE*/
span.newsTitle		{font-size: 12pt; font-weight: 600}
span.newsCategory	{font-size: 8pt; font-weight: 500}
span.newsSubmitted	{font-size: 8pt; font-weight: 500}
span.newsContent	{font-size: 10pt; font-weight: 500}


/*ÜBERSICHT ÜBER DIE LINKS*/
a.linkName         	{font-size: 10pt; font-weight: 500}
span.linksCategory	{font-size: 12pt; font-weight: 600}
span.linkCreated	{font-size: 8pt; font-weight: 500}
span.linkDescription	{font-size: 10pt; font-weight: 500}


/*ARTIKEL ÜBERSICHT*/
a.articleLinkOV	        {font-size: 10pt; font-weight: 500}
span.articleHeadlineOV	{font-size: 12pt; font-weight: 500}
span.articleCategoryOV	{font-size: 10pt; font-weight: 500}


/*EINZELNER ARTIKEL*/
span.articleTitle	{font-size: 12pt; font-weight: 600}
span.articleCreated	{font-size: 8pt; font-weight: 500}
span.articleContent	{font-size: 10pt; font-weight: 500}


/*PHOTO KATEGORIE ÜBERSICHT*/
span.photoHeadlineCO    {font-size: 10pt; font-weight: 500}
a.photoCategoryCO       {font-size: 10pt; font-weight: 500}


/*PHOTO ÜBERSICHT. NORMALE GALLERIE*/
span.photoHeadlineOV    {font-size: 10pt; font-weight: 500}


/*EINZELNES PHOTO*/
span.photoNameSI	{font-size: 12pt; font-weight: 600}
span.photoCategorySI	{font-size: 8pt; font-weight: 500}
span.photoCreatedSI	{font-size: 8pt; font-weight: 500}
span.photoDescriptionSI	{font-size: 10pt; font-weight: 500}


/*SOUNDFILES*/
span.soundfileHeadline	{font-size: 10pt; font-weight: 500}
span.soundfileListe	{font-size: 10pt; font-weight: 500}
span.soundfileHeader	{font-size: 10pt; font-weight: 600}


/*GUESTBOOK*/
span.guestbookForm	        {font-size: 10pt; font-weight: 500}
span.guestbookHeadline	        {font-size: 10pt; font-weight: 600}
span.guestbookText	        {font-size: 10pt; font-weight: 500}
span.guestbookShowUser	        {font-size: 10pt; font-weight: 600}
span.guestbookShowTime	        {font-size: 8pt; font-weight: 500}
span.guestbookShowContent	{font-size: 10pt; font-weight: 500}

/*QSLCARD*/
span.qslcardHeadline	        {font-size: 12pt; font-weight: 500}
span.qslcardText              	{font-size: 10pt; font-weight: 500}

