  body {
    color			: black; 
	background-color: #FFFFFF;		/* Hintergrundfarbe Seite */ 
    font-size		: 100.01%;    
    font-family		: Helvetica,Arial,sans-serif; 
    margin-left		: 10 px; /* 439 / Fenterrahmen (Vordergrund) von links */
	margin-right	: 0px; 
	margin-top		: 0px; 
	margin-bottom	: 0px;
/*    text-align		: left;			/* wirkt auf Stickecke Kopf */
	
	border-width	: 1px;			/* Rahmen */
	border-style	: solid;
	border-color	: #CFCFCF;
	padding			: 0em;
	text-align		: justify;
    width			: 1024px;		/* Fenster-Rahmenbreite */
	height			: 2000px;		/* Fenster-Rahmenhöhe */
    padding			: 0;
/*	background-image: url(../Darstellung/HpSeHintergrund.png);	/* Bild als Farbhintergrund */
/*	background-repeat:repeat-y;
	background-position:center; */
	}
  form{
	font-family		: verdana, bold;
	font-size  		: 1em;
    text-align		: center;   		/* Seiteninhalt wieder links ausrichten */
    margin			: 0; 
	padding			: 0em;			/* Abstand von oben */

  }  
  div#Seite {
    text-align		: left;   		/* Seiteninhalt wieder links ausrichten */
    margin			: center;     	/* Menueleiste  (0, auto) */
	
	/*    background		: #ffffe0 url(../Darstellung/HpSeHintergrund.jpg) repeat-y; */
/*	background-attachment:fixed; */
	
   /* border: 2px ridge silver;  */
  }
  h1 {
    font-size		: 0.0em;
    margin			: 1; 
	padding			: 0.3em;
    text-align		: center;
  /*  background: #fed url(./Einteilung/01-Adresse.gif) no-repeat 100% 45%;
	background: url(../Einteilung/01-Stickecke.gif) no-repeat 0% 50%; */
    border-bottom	: 0px solid silver;		/*  h1 erzeugt Abstand zum Menü */
  }
  ul#Navigation {
    font-size		: 0.83em;
    float			: left; width: 160px;	/* Fensterbreite Navigationsleiste */
    margin			: 0 0 0em; 
	padding			: 0;
  }
  ul#Navigation li {
    list-style		: none;
    margin			: 0; padding: 0.1em;
  }
  ul#Navigation a{
    display			: block;
    padding			: 0.2em;				/* Höhe der Menüpunkte */
    font-weight		: bold;
	}
  ul#Navigation a#Zur		{color: white;}		/* Navigation, Zurück-Verweis */
  
  ul#Navigation a:link    {text-decoration:none; font-weight:bold; color: black; background-color: #CCCCCC;}
  ul#Navigation a:visited {text-decoration:none; font-weight:bold; color: black; background-color: #0099FF;}
  ul#Navigation a:hover   {text-decoration:none; font-weight:bold; color: black; background-color: #00BEFF;}
  ul#Navigation a:active  {text-decoration:none; font-weight:bold; color: black; background-color: #0099FF;}
  ul#Navigation a:focus   {text-decoration:none; font-weight:bold; background-color:#0A0;} 
  
  div#Inhalt{
    margin 			: 0 0 0.1em 180px; /* Abstand Textinhalt von Menueleiste (left) */
    padding			: 0 0em; /* Abstand Textinhalt von Menueleiste (left) */
	border-color	: #CFCFCF;
  }
  * html div#Inhalt{ /* 3-Pixel-Bug des Internet Explorer bis Version 6 */
    height       	: 1em; 
    margin-bottom	: 0;
  }
  div#Inhalt h2{	/* Überschrift <h2>...</h2> */
	font-family		: Verdana,Tahoma,Arial;
    font-size		: 80%;
    margin   		: 0.9em 0;
    color    		: black;
  }
  div#Inhalt p{		/* Text <p>...</p> */
	font-family		: Verdana,Tahoma,Arial;
    font-size		: 80%;
	font-weight		: bold;
    margin   		: 0.1em 0;
	margin-right	: 90px; /* Beispiel AGB-Text, Abstand zum rechten Rahmen */
	margin-top		: 0px; 
	margin-bottom	: 0px;
	
  }
  div#Schild1 p{	    /* Motivbeschreibung, Stiche, Grösse usw. */
	font-family		: Verdana,Tahoma,Arial;
    font-size		: 80%;
	font-weight		: bold;
    margin   		: 0.1em 0;
	border-width	: 2px;
	border-style	: solid;
	border-color	: #005FFF;
	padding			: 0.5em;
	text-align		: justify;  
  }
  table#Motivbilder{
	font-family		: verdana, bold;
	font-size  		: 0.9em;
	color	   		: black;
	border			: 1px solid #0000FF;
	padding	   	  	: 5px;
	border-spacing	: 2px;
	border-collapse	: collapse;
	background-color: #F0FFFF;
	table-layout	: fixed;
  }
 table#Motivbilder tr {
	font-family		: verdana, bold;
	font-size  		: 0.9em;
	color	   		: black;
	border			: 1px solid #0000FF;
	padding	   	  	: 5px;
	border-spacing	: 2px;
	border-collapse	: collapse;
	background-color: #F0FFFF;
  }
 table#Motivbilder td {
	font-family		: verdana, bold;
	font-size  		: 0.9em;
	color	   		: black;
	border			: 1px solid #0000FF;
	padding	   	  	: 5px;
	border-spacing	: 2px;
	border-collapse	: collapse;
	background-color: #F0FFFF;
  }
  td#tdBild{
	width			: 25px;
	height			: 30px;
  }
  td#Ekw{
	width			: 25px;
	height			: 30px;
	background-image:url(../Bilder/Einkaufswagen.gif);
  }
  
/*  */