body {
   color: #8a703e;
	font-family: sans-serif; 
	font-style: normal; font-weight: normal; font-size: medium; 

   background-image: url(../graphics/ain_al_hayah-background.jpg);
   background-position: 100px 0;
   background-repeat: no-repeat;
   background-attachment: absolute;
   }

a {
   color: #8a703e; 
	font-weight: bold; 
	text-decoration: underline;
   } 

#main { margin: 280px 0px 0px 210px; }

#main a.other { font-weight: normal; } /* fremde Pferde */

#main h1 { font-size: xx-large; margin-bottom: 0; }
#main h2 { font-size: x-large; }
#main h3 { font-size: large; clear: both; }

#main img { border: 0px; }
#main img.hrtop { width: 100%; height: 6px; margin-top: 1em; }
#main img.hr { width: 100%; height: 2px; }

/* Bild(er) samt Bildunterschrift, untereinander angeordnet */
#main div.pic { margin-bottom: 1.5em; }
#main div.pic p { margin: 0.5em 0em 1.0em 0em; font-weight: bold; }
#main div.pic p.other { font-weight: normal; 
	}
#main div.pic img { margin: 0.5em 0em 0.5em 0em; }

/* Bilder mit Unterschrift, nebeneinander angeordnet */
#main div.picn { float: left; margin: 0 1.5em 1.5em 0; }
#main div.picn img { height: 250px; }

#main div.pedigree { margin: 0.5em 0em 1em 0em; } 

#navi { 
	position: absolute; 
	top: 60px; 
	left: 0px; /* for IE! */ 
	width: 200px; 
	}	

#navi a { text-decoration: none; }
#navi a:hover { text-decoration: underline; }

#navi ul { /* 1. Menüebene */
   font-style: italic; 
   font-size: x-large; 
   font-weight: bold; 
	list-style: none; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	}
#navi ul li { padding: 0.25em 0 0.1em 1em; }
#navi ul ul { /* 2. Menüebene */ 
   font-size: 1em; 
   font-size: large; 
   } 

#footer { margin: 0px 0px 0px 210px; }
#footer img.hr { width: 100%; height: 2px; }


