*	{
    	padding: 0;
    	margin: 0;
	font-family: "Palatino Linotype", Palatino, serif;
	}

	/*===== steuert auch den Gallerieschriftzug =========*/

html	{								
    	background: #10110C url(../_images/backgrounds/galleria-gross-dkl.png) no-repeat fixed 11px 60px;
  	}

body {	
	background: #10110C  url('../_images/backgrounds/back.jpg');
	font: 0.9em normal Arial, sans-serif; 
	color: #818181; 
  	text-align: center;
	padding:3em 0em 0em 0em;
	margin: 0 4em 0 5em;
	border: 1px solid #818181;
	}

#hoehe {
	min-height:900px;
  	height:auto !important;  /* für moderne Browser */
  	height:900px;  /*für den IE */
	}

h1,
h2,
h3  	{
	color: #818181; 
	margin: 2em auto 0.5em;
    	text-align: center;
  	}

h1  	{
    	font-variant: small-caps;
  	}

#kleiner	{
	font-size: 1.7em;
	}

p  { 	/*font-family: Arial, sans-serif;
	text-align: center;*/
    	margin: 0.9em 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 #818181;
     	width:200px;
     	}

#index  	{
    	position: absolute;
    	top: 1em;
    	left: 6.5em;
	}

#index a {
    	float: left;
    	display: block;
    	width: auto;
   	padding: 0 0.5em;
    	border: solid #5f5050;  		/* == balken rechts und links== */
    	border-width: 0 1em;
    	font-style: italic;
  	}

#index a:hover  { 
	padding: 0 0.5em;
    	border-color: #A0706F;		/* == balken rechts und links==*/
    	text-decoration: none;
    	}

#copyright  {
	width: 37ex;
    	border-top: 1px dotted #D4D0C8;
    	padding: 0.5em 0 2em 0;
    	margin: 3em auto 0;
	font: 0.8em sans-serif;
    	color: #999;
	letter-spacing: 0.1ex;
	}

#copyright a {
	font: 0.9em sans-serif;
	color: #B09FA0;
	text-decoration: none;
	}

#copyright a:hover {
	font: 0.9em sans-serif ;
	color: #A0706F;
	text-decoration: underline;
	}

#pagerank { 
	display: none;
	}






