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

/*schriften*/

h4 		{ text-transform:uppercase; color:c4ad8d;} 

h5 		{ font-size:11pt; color:c4ad8d;} 
		
.kur	{ font-style:italic; font-size:11pt; }
		
.kl		{ font-size:10pt; }

/* hintergründe */

.text	{ width:590px; 
		font-size:11pt; 
		table-layout:fixed; }
			
.bg		{ background-image:url(images/bg.gif); 
		background-repeat:repeat-y; 
		width:679px; }
		
.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:470; 
		left:180; 
		z-index:2;}

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

.bild	{ border-color:#c4ad8d;}

.li-bild	{ border-color:#c4ad8d;
		float:left; 
		margin-right:5px; 
		margin-left:5px;
		margin-top:5px;
		margin-bottom:5px}

.re-bild	{ border-color:#c4ad8d;
		float:right; 
		margin-right:5px; 
		margin-left:5px;
		margin-top:5px;
		margin-bottom:5px}

.linie	{ color:#f6efe1; 
		height:5px; 
		border:1px solid #c4ad8d;}

/*general */

body 	{ background-color:#ffffff;
		font-size:11pt; 
		font-family:Garamond, Book Antiqua, serif; 
		color:#997d57; 
		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:#997d57;	}    /* noch nicht besuchte Ziele */
a:visited 	{ color:#c4ad8d;	} /* besuchte Ziele */
a:hover 	{ color:#c4ad8d; font-weight:bold; text-decoration:none; }   /* Verweise bei "MouseOver" */	
a:active 	{ color:#f6efe1; font-weight:bold; text-decoration:none; }  /* Angeklickte Verweise */

/*farben*/

#weiss		{ color:#ffffff;	}	
#creme1		{ color:#fffcf7;	}	/*bg hell*/
#creme2		{ color:#f6efe1;	}	/*ornamente innen*/
#braun1		{ color:#c4ad8d;	}	/*ornamente aussen, ueberschriften*/
#braun2		{ color:#997d57;	}	/*fliesstext*/