/* stylesheet programming by idoru (www.i-doru.org)*/

/* hintergründe */
	
.galerie { background-image:url(images/bg-gal.jpg); 
		background-repeat:no-repeat; 
		width:500px; 
		height:500px; 
		position:absolute; 
		top:0px; 
		left:0px; 
		z-index:1;}

.gal-nav { width:140; 
		height:15; 
		position:absolute; 
		top:474; 
		left:177; 
		z-index:2;}

.gb		{ width:580px; 
		table-layout:fixed; }
		
/*grafiken*/

.bild	{ border-color:#C9CBCF;}
.enterbild	{background-image:url(images/enter.jpg);
			background-repeat:no-repeat;}


/*general */

body 	{ background-color:#ffffff;
		font-size:12px; 
		font-family:Garamond, Book Antiqua, serif; 
		color:#555A6E; 
		text-decoration:none; 
			
		scrollbar-arrow-color:gray; 
		scrollbar-base-color:white; 
		scrollbar-shadow-color:white; 
		scrollbar-face-color:white; 
		scrollbar-highlight-color:white; 
		scrollbar-dark-shadow-color:black; 
		scrollbar-track-color:white;}

/*links*/
		
a:link 		{ color:#555A6E;	}    /* noch nicht besuchte Ziele */
a:visited 	{ color:#cccccc;	} /* besuchte Ziele */
a:hover 	{ color:#cccccc; font-weight:bold; text-decoration:none; }   /* Verweise bei "MouseOver" */	
a:active 	{ color:#cccccc; font-weight:bold; text-decoration:none; }  /* Angeklickte Verweise */