/*____________________________________________________________________________
  GALLERIES STYLE SHEET
  author: Jens Brueckmann        http://www.j-a-b.net
  modifiziert verwendet hier: http://www.c-mmm.de/galleria/index.html
 __________________________________________________________________________

*/
 
*	{
    	padding: 0;
    	margin: 0;
	font-family: "Palatino Linotype", Palatino, serif;
	}

	/* ======= steuert auch den Gallerieschriftzug ======= */
html	{				
    	background: #181818 url(../_images/backgrounds/galleria-gross-dkl.png) no-repeat fixed 6px 140px;
  	}

body 	{ 
	background: #10110C  url('../_images/backgrounds/back.jpg');
    	position: relative;
    	padding: 0em 2em 1.5em;	   
    	border: 1px solid #5F5050;		/* == um die (schwarze)Inhaltsflaeche == */
    	margin: 0px 80px;			/*== ausserhalb der(schwarzen)Inhaltsflaeche== */
    	color: #818181; 
  	}

h1,
h2,
h3  	{
    	text-align: center;
  	}

h1  	{
    	margin: 3em auto 0;
    	font-variant: small-caps;
  	}

	/* ======= für IE =========== */
* html h1, html h1*  {
    	margin: 3em 0 -1em 0;
  	}

p  { 
	text-align: center;
    	margin: 1em auto;
  	}

img {
	border: none;
	}

a  {
    	text-decoration: none;
   	background: #605F5F;
    	color: #ABABAB;
	padding-left: 20px;
  	}

a:hover { 
	color:#DFBFC0;
    	text-decoration: underline;
  	}

	/*========= positioniert die gallerie-übersicht ======*/

#indexList {
    	position: absolute;
    	top: 0em;
    	left: 2em;
	}

#indexList a  {
    	float: left;
    	display: block;
	background: transparent;
    	width: auto;
   	padding: 0 0.5em;
    	border: solid #5f5050;  		/* == balken rechts und links== */
    	border-width: 0 1em;
    	font-style: italic;
	text-decoration: underline;
  	}

#indexList a:hover  {
	padding: 0 0.5em;
    	border-color: #A0706F;
	background: transparent;
	text-decoration: none;
	}

	/*========= positioniert das Spiegelfoto ======*/

#spiegel {
	position: absolute;
    	top: 3em;
    	right: 2em;
	}
	

	/* ======= Abstand oben zur Ueberschrift und unten zum copyright ======= */
ul#galleryList {
    	width: 100%;
    	margin: 4em auto;  		
    	list-style: none; font-size: 105%;
  	}

ul#galleryList li {
    	position:relative;
    	height: 3em;
    	border: solid #5f5050;  	
    	border-width: 0 2em;
    	margin: 1em 0;
  	}

ul#galleryList li:hover	{
    	border-color: #A0706F;  	
  	}

ul#galleryList li a {
    	display: block;
    	width: 90%;
    	height: 3em;
    	margin: 0em auto;
    	line-height: 3em;
  	}
	
	/* ======= für IE =========== */

ul#galleryList li span  {
    	position: absolute;
    	left: 34%;
    	}

* html, html* ul#galleryList li span  {
    	margin-top: -0.8em;
  	}

#footer  {
    	clear: both;
	text-align: center;
	margin: auto;
   	}

#footer a  {
	background: transparent;
	color: #ABABAB;
	text-decoration: underline;
	padding-left: 0;
  	}

#footer a:hover  {
	background: transparent;
    	color: #A0706F;
	text-decoration: underline;
	padding-left: 0;
  	}

#copyright  {
	display: block;
    	clear: both;
    	width: 37ex;
    	border-top: 1px dotted #D4D0C8;
    	padding: 0.5em 0 0 0;
    	margin: 3em auto 0;
	font: 0.8em sans-serif;
    	color: #999;
	letter-spacing: 0.1ex;
	}

#copyright a {
	font: 1em sans-serif;
	color: #B09FA0;
	text-decoration: none;
	}

#copyright a:hover {
	font: 1em sans-serif ;
	color: #A0706F;
	text-decoration: underline;
	}

#pagerank {
	display: none;
	}


