BODY {	
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 8%;
	font-size: 13px;
	line-height: 19px;
	font-family: Optima, Geneva, sans-serif;
	color: #660000;
	background-color: #FFCC99;
}

P {	
	width: 750px; /*700*/
}

TABLE {	
	border-spacing: 8px;
}

TD {
	padding: 6px; 	
	vertical-align: top;
	text-align: left;
}

TABLE.kontakt {	
	border: 0px;
	border-spacing: 0px;
	padding: 0px; 	
}
TD.kontakt {
	padding: 0px; 	
	vertical-align: top;
	text-align: left;
}

.einzel {	
	border: 0px;
	border-style: dotted;
	vertical-align: top;
	background: white;
	background-image: url("img/handundarm.jpg");
	background-repeat: repeat;
	background-position: top left;
	height: 400px;
	width: 600px;
}

.einzel2 {	
	background-image: url("img/nacken.jpg"); 
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 680px; /*630*/
	width: 538px;
}

.menu {	
	width: 120px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

.titel1 {	
	vertical-align: bottom;
	font-size: 30px;
	line-height: 36px;
}

.programm {	
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 0px;
}

.programmR {	
	text-align: right;
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 0px;
}

SPAN {	
	text-align: left;
}

.titel2 {	
	font-size: 18px;
	line-height: 28px;
}

.titel3 {	
	font-size: 16px;
	line-height: 24px;
}

:link { color: #CC0000; }  /* for unvisited links */
:visited { color: #CC0000; } /* for visited links */
:active { color: #CC0000; } /* when link is clicked */
:hover { color: #660000; }
