<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Formatierung -------------------------------- */

*
	{
	margin: 0px; 
	padding: 0px;
	}
	
html, body
	{
	height: 150%;
	font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
	}

.text10 { font-size: 10px }
.text11 { font-size: 11px }
.text12 { font-size: 12px }
.text13 { font-size: 13px }
.text14 { font-size: 14px }

p	
	{
	font-style: normal;
	margin-bottom: 10px;
	}

td p { margin: 0;}

h1, h2, h3, h4
	{
	color: #8CC000;
	letter-spacing: 1px;
	}

	
h1
	{
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 500;
	}
	
h2
	{
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 10px;
	}
	
h3
	{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

h4
	{
	font-size: 10px;
	margin-bottom: 9px;
	margin-top: 10px;
	font-weight: 0px;	
	}
	
a
	{
	color: #c00;
	text-decoration: none;
	}
	
address
	{ 
	font-style: normal; 
	text-align: left; 
	padding-right: 20px;
	font-size: 12px;
	}
	

/* A u f z ae h l p u n k t e  ------------------ */  	
ul,ol	{
	margin: 5px 15px;
	padding: 0px;
	}
	
li 	{
	margin: 0px 0px;
	padding-bottom: 2px;
	}

/* I n h a l t s b i l d e r  TextBild-Modul  ------------------ */ 
img.textbildleft
	{
	float: left;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 15px;
	/*border: 1px solid #c00;*/
	}

img.textbildright
	{
	float: right;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 15px;
	/*border: 1px solid #c00;*/
	}

/* Standardlinks text-decoration: underline; */
#content a, #content a:link { color: #669; text-decoration: none; border-bottom: 1px dashed #669;}
#content a:visited { color: #336; }
#content a:hover, #content  active { color: #336; background-color: #ffd; border-bottom: 1px solid #669;}

/* Bereicht Aktuell-Box auf Homepage ======================================= */

	#aktuell 
		{
		float: right;
		width: 260px;
		background-color: #fff;
		margin-left: 10px;
		}
		
	h2.aktuell 
		{ 
		font-size: 13px; 
		font-weight: 600;
		color: #333;
		line-height: 26px;
		}
		
	h3.eventTitel	
		{
		margin: 0 0 5px 0;
		padding: 0;
		font-weight: 600;
		font-size: 12px;
		}
	
	#aktuellTitel
		{
		background-color: #C3E0F7;
		padding: 0 5px 0 5px;
		}
		
	#aktuellContent
		{
		padding: 5px;
		font-size: 10px;
		}
/* ende: Bereicht Aktuell-Box auf Homepage ====================================== */	
</pre></body></html>