/*fotostrecken.css*/

body { 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #96FC96;
	scrollbar-face-color:rgb(150,252,150);		/*gruen*/
	scrollbar-highlight-color:rgb(255,200,120);	/*dunkelstes orange*/
	scrollbar-shadow-color:rgb(255,248,120);	/*hellste orange*/
	scrollbar-3dlight-color:rgb(105,105,105);	/*grau*/
	scrollbar-arrow-color:rgb(105,105,105);		/*grau*/
	scrollbar-track-color:rgb(175,252,150);		/*gruen*/
	scrollbar-darkshadow-color:rgb(255,200,120);	/*dunkelstes orange*/
	}
	
.mitte	{
	text-align: center;
	height: auto;
	width: 100%;
	}
	
.fotoueberschrift	{
	font-family: Century;
	font-style: italic;
	font-weight: bolder;
	font-size: 17px;
	color: #FF6699;
	}
