/* Formatierung -------------------------------- */

*
	{
	margin: 0px; 
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
	}

html { overflow: scroll; } 

body
	{
	background-image: url(../pic/bg_body.png);
	background-position: top;
	background-position: absolut;
	background-repeat: repeat-y;
	width: 100%;
	}

.text10 { font-size: 10px }
.text11 { font-size: 11px }
.text12 { font-size: 12px }
.text13 { font-size: 13px }
.text14 { font-size: 14px }

p	
	{
	margin-bottom: 10px;
	}

td p { margin: 0;}

h1, h2, h3, h4, h5, h6
	{
	color: #7D9F17; /* 99C21C */ 
	letter-spacing: 1px;
	font-weight: 500;
	}

	
h1
	{
	font-size: 22px;
	margin-bottom: 8px;
	}
	
#titel h1
	{
	font-size: 25px;
	color: #F5F5F5;
	font-weight: 500;
	}	
	
h2
	{
	font-size: 19px;
	margin-bottom: 8px;
	margin-top: 4px;
	}
	
#subtitel h2
	{
	font-size: 25px;
	color: #888;
	font-weight: 500;
	}	
	
h3
	{
	font-size: 16px;
	margin-bottom: 7px;
	margin-top: 3px;
	}

h4
	{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 3px;
	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: #7D9F17; text-decoration: none; border-bottom: 1px dashed #7D9F17;}
#content a:visited { color: #678214; }
#content a:hover, #content  active { color: #99C21C; border-bottom: 1px solid #7D9F17;}


.pointer { cursor: pointer; }

/* 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: #bfcc2b;
		padding: 0 5px 0 5px;
		}
		
	#aktuellContent
		{
		padding: 5px;
		font-size: 10px;
		}

/* ende: Bereicht Aktuell-Box auf Homepage ====================================== */	
