body {
	background-image: url(home_blank.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;

}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}





/*  ÜBERSICHT TERMINE */


		/*vergangene termine*/
		
		.tblTermineAlt {
			width: 230px;
			empty-cells:show;
			margin-bottom: 20px;
			border: 2px dotted #929292;
		}
		
		.tblTermineTnAlt {
			vertical-align: middle;
		}	
		.tblTermineDatumAlt{
			vertical-align: top;
			/*font-weight: bold;*/
			font-size: 10px;
			font-style: normal;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

		.tblTermineTitelAlt{
			vertical-align: top;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

		.tblTermineDatumAlt a:link {color: #515151; text-decoration: none;}
		.tblTermineDatumAlt a:visited {color: #515151; text-decoration: none;}
		.tblTermineDatumAlt a:hover {color: #515151; text-decoration: underline;}
		.tblTermineDatumAlt a:active {color: #515151; text-decoration: underline;}
		.tblTermineDatumAlt a:focus {color: #515151; text-decoration: none;}

		.tblTermineTitelAlt a:link {color: #515151; text-decoration: none;}
		.tblTermineTitelAlt a:visited {color: #515151; text-decoration: none;}
		.tblTermineTitelAlt a:hover {color: #515151; text-decoration: underline;}
		.tblTermineTitelAlt a:active {color: #515151; text-decoration: underline;}
		.tblTermineTitelAlt a:focus {color: #515151; text-decoration: none;}


		
		/*aktuelle termine*/
		
		.tblTermine {
			width: 230px;
			empty-cells:show;
			margin-bottom: 20px;
			border: 1px dotted #494949;
		}
		
		.tblTermineTn {
			vertical-align: middle;
			/*background-color: #32D63D;*/
		}		
	
		.tblTermineDatum {
			vertical-align: top;
			font-weight: bold;
			font-size: 13px;
			font-style: italic;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #1B7E22;
		}

		.tblTermineTitel{
			vertical-align: top;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #1B7E22;
		}

		.tblTermineDatum a:link {color: #fff; text-decoration: none;}
		.tblTermineDatum a:visited {color: #fff; text-decoration: none;}
		.tblTermineDatum a:hover {color: #fff; text-decoration: underline;}
		.tblTermineDatum a:active {color: #fff; text-decoration: underline;}
		.tblTermineDatum a:focus {color: #fff; text-decoration: none;}

		.tblTermineTitel a:link {color: #fff; text-decoration: none;}
		.tblTermineTitel a:visited {color: #fff; text-decoration: none;}
		.tblTermineTitel a:hover {color: #fff; text-decoration: underline;}
		.tblTermineTitel a:active {color: #fff; text-decoration: underline;}
		.tblTermineTitel a:focus {color: #fff; text-decoration: none;}

		
		/*nächster termin*/
		
		.tblTermineNext {
			width: 230px;
			empty-cells:show;
			margin-bottom: 20px;
			border: 0px dotted #494949;
		}
		
		.tblTermineTnNext {
			vertical-align: middle;
			/*background-color: #32D63D;*/
		}
		
		.tblTermineDatumNext {
			vertical-align: top;
			font-weight: bold;
			font-size: 13px;
			font-style: italic;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			/*background-color: #1B7E22;*/
		}

		.tblTermineTitelNext{
			vertical-align: top;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			/*background-color: #D5D5D5;*/
		}

		.tblTermineDatumNext a:link {color: #fff; text-decoration: none;}
		.tblTermineDatumNext a:visited {color: #fff; text-decoration: none;}
		.tblTermineDatumNext a:hover {color: #fff; text-decoration: underline;}
		.tblTermineDatumNext a:active {color: #fff; text-decoration: underline;}
		.tblTermineDatumNext a:focus {color: #fff; text-decoration: none;}

		.tblTermineTitelNext a:link {color: #fff; text-decoration: none;}
		.tblTermineTitelNext a:visited {color: #fff; text-decoration: none;}
		.tblTermineTitelNext a:hover {color: #fff; text-decoration: underline;}
		.tblTermineTitelNext a:active {color: #fff; text-decoration: underline;}
		.tblTermineTitelNext a:focus {color: #fff; text-decoration: none;}
		

		/*SPACER*/
		
		.termineSpacer{ 
			height: 2px;
			border-top: 5px dotted #929292;
			border-bottom: 5px solid #1B7E22;
			width: 230px;
			display: block;
			margin-bottom: 20px;
		}

		.termineSpacer2{ 
			height: 180px;
			width: 230px;
		}		
		
		
/* TERMIN EINZELN */

		.terminEinzeln a {
			font-size: 10px;
		}
		
		.terminEinzeln p {
			font-size: 12px;
		}


/* KONTAKT*/

	.eingabefeld {
		border: 0px;
		width: 200px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	}

	.adresse {
		font-family: Verdana, Arial, sans-serif;
		font-size: 13px;
	}