
/* Standard-CSS fuer {Art of Healing} */


/* Hier das Allgemeine */

img, p {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
}

body {
 	margin: auto;
	width: 718px;
 	background-image: url('images/xxpghina.jpg');
	font-family: verdana, arial;
 	font-size: 0.7em;
 	color: rgb(192,224,37);
 	line-height: 1.4em;
}

textarea {
	font-family: verdana, arial; font-size: 1em;
}

	#head {
		margin-top: 20px;
		width: 718px;
		height: 112px;
		background-image: url('images/xxgheada.gif'); 
		background-repeat: no-repeat;
	}
			
			#headnavi {
				padding-top: 10px;
				margin-left: 40px;
				width: 400px;
				height: 20px;
				text-align: left;
			}
			
			#ueberschrift {
				padding-top: 10px;
				font-size: 30px;
				line-height: 30px;
				width: 680px;
				height: 35px;
				text-align: right;
				color: rgb(255,255,255);
			}
			
			#unterueberschrift {
				padding-top: 5px;
				font-size: 20px;
				line-height: 20px;
				width: 680px;
				text-align: right;
			}
			
		#mitte {
			/*width: 718px;*/
			padding-left: 40px;
			background-image: url('images/xxpglina.gif'); 
			background-repeat: repeat-y;
		}
			#navigation {
				padding-top: 7px;
				height: 20px;
			}
				
				#navigation div {
					float: left;
				}
				
			#unternavigation {
				height: 20px;
			}
			
			#main00 img {
				margin-right: 3px;
				margin-bottom: 3px;
				float: left;
			}
				
			#main {
				width: 637px;
				color: rgb(255,255,255);
			}
				
				.mainimage {
					float: left;
					border-right: 3px solid rgb(255,255,255);
				}
				
				.mainimageright {
					float: right;
					border-left: 3px solid rgb(255,255,255);
				}
				
				.mainimagemiddle {
					float: left;
					border-left: 3px solid rgb(255,255,255);
					border-right: 3px solid rgb(255,255,255);
				}
					
				.textspalte {				
					float: left;
					width: 234px;
					padding: 10px;
					padding-top: 20px;
				}
				
					 .textspalte li {
					 	margin-left: -20px;
						line-height: 14px;
					 }
				
					.textspalte a:link, .textspalte a:visited, .textspalte a:active {				
					text-decoration: underline;
					color: rgb(255,255,255);
					}
					
					.textspalte a:hover {				
					text-decoration: underline;
					color: rgb(0,0,0);
					}

			#logo {
				margin-top: 10px;
			}
			
	#foot {
		width: 718px;
		height: 20px;
		background-image: url('images/xxgfoota.gif');
	}
	
	
	/* hier die Navigation */
	
	a:link, a:visited, a:active {
		color: rgb(192,224,37);
		text-decoration: none;
	}

	a.kaufmann:hover {
		color: rgb(158,209,200);
		text-decoration: none; 
	} 
	
	a.vitalpflaster:hover {
		color: rgb(107,226,36);
		text-decoration: none; 
	} 
	
	a.nahrung:hover {
		color: rgb(60,180,205);
		text-decoration: none; 
	} 
	
	a.zeremonie:hover {
		color: rgb(38,204,218);
		text-decoration: none; 
	} 
	
	a.produkte:hover {
		color: rgb(96,241,164);
		text-decoration: none; 
	} 
	
	a.impressum:hover {
		color: rgb(54,193,50);
		text-decoration: none; 
	} 