body {
  	background-color:#000000;
	margin-top:0px;
	margin-right:0px
}

li span {
	font-size:0.9em; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:#CCCCCC;
}
	
li {
	color: #F9CA0D;
}
  
#bildframe {
	width: 100%;
	height: 100%;
	background-image: url(Seiten_Inhalt/fotoback.png);
	background-repeat: repeat;
	display: none;
	position: absolute;
	z-index: 100;
	text-align: center;
}
					
#fotoauswahl {
	width: 100%;
	height: 90%;
	float: left;
	overflow: auto;
}
 
ul {
	color: #F9CA0D;
	list-style: square;
}

li span {
	color: #AAAAAA;
}

  a:link{color:#ffffff; text-decoration:none;}
  a:visited{color:#ffffff; text-decoration:none;}
  a:focus {color:#ffffff; text-decoration:underline;}
  a:hover {color:#ffffff; text-decoration:underline;}
  a:active{color:orange; text-decoration:none;}  
  
.galerie {
	border: 1px solid #BBBBBB;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}