*	{
    	padding: 0;
    	margin: 0;
	font-family: "Palatino Linotype", Palatino, serif;
	}

	/*===== steuert auch den Gallerieschriftzug =========*/

html	{								
    	background: #DEDDE3 url(../_images/backgrounds/galleria-gross-hell.png) no-repeat fixed 11px 60px;
  	}
	
body {	
	background: #DEDDE3 url('../_images/backgrounds/back-light-1.jpg');
	font: 1em normal Arial, sans-serif; 
	color: #818181; 
  	text-align: center;
	padding:2em 0em 0em 0em;
	margin: -4em 4em -4em 5em;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	}
 	
#hoehe {
	min-height:800px;
  	height:auto !important;  /* für moderne Browser */
  	height:800px;  /*für den IE */
	}

h1,
h2,
h3  	{
	color: #818181; 
	margin: 4em auto 0.5em;
    	text-align: center;
  	}

h1  	{
    	font-variant: small-caps;
  	}

#kleiner	{
	font-size: 1.7em;
	}

p  { 
	text-align: center;
    	margin: 1em auto;
  	}
img {
	border: none;
	}

a:link {
	color:#818181;
	} 

a:visited {
	color:#818181;
	} 

a:hover {
	color:#A0706F;
	} 

#wrapper {
	margin: auto;
	text-align: center;
  	 }

table {	
	width: 90%;
	color: #818181; 
     	text-align: center;
	margin: auto; 
	margin-bottom: 2.5em;
   	}

td {
    	padding: 3%;
     	}

table img {
     	border: 2px solid #ccc;
     	width:200px;
     	}

#index  	{
    	position: absolute;
    	top: 0.5em;
    	left: 6.5em;
	}

#index a {
    	float: left;
    	display: block;
    	width: auto;
   	padding: 0 0.5em;
    	border: solid #ccc;  		/* == balken rechts und links== */
    	border-width: 0 1em;
    	font-style: italic;
  	}

#index a:hover  { 
	padding: 0 0.5em;
    	border-color: #B0B0B0;		/* == balken rechts und links==*/
    	text-decoration: none;
    	}

#back  {	
	font: 0.9em;
	color: #999;
	letter-spacing: 0.1ex;
	padding-bottom: 1em;
	}

#back a {
	color: #818181;
	text-decoration: underline;
	}

#back a:hover {
	color: #A0706F;
	text-decoration: underline;
	}
	
#copyright  {
	width: 37ex;
    	border-top: 2px dotted #818181;
    	padding: 0.5em 0 2em 0;
    	margin: 2em auto;
	font: 0.9em sans-serif;
    	color: #818181;
	letter-spacing: 0.1ex;
	}

#copyright a {
	font: 0.9em sans-serif;
	color: #818181;
	text-decoration: none;
	etter-spacing: 0.1ex;
	}

#copyright a:hover {
	font: 0.9em sans-serif;
	color: #A0706F;
	text-decoration: underline;
	etter-spacing: 0.1ex;
	}

#pagerank { 
	display: none;
	}


