/* in der "fotos" section gibt es keine Exzerpte, daher werden die urspruenglichen Farben angezeigt und nicht das helle Grau wie auf den uebrigen Seiten */

#fotos #content h2 {
	margin-bottom: .75em;
}

#fotos #content .postExcerpt img {
	display: block;	
}

#fotos #content .postExcerpt h2,
#fotos #content .postExcerpt h3,
#fotos #content .postExcerpt h4,
#fotos #content .postExcerpt h5,
#fotos #content .postExcerpt h6 {
	color: #22345f;
	border: none;
}


#fotos #content .postExcerpt p, 
#fotos #content .postExcerpt li {
	color: #000;	
}


#fotos #content .postExcerpt li a:link {
	color: #22345f;
}

#fotos #content .postExcerpt li a:visited {
	color: #940003;
}

#fotos .flickrSlideshowLink {
	margin:0 270px 1em 0;
}

#fotos .flickrSlideshowLink a {
	display: block;
	margin:0;
	padding: 15px 10px 15px 60px;
	background-image: url(/gifs/flickr-slideshow-icon.png);
	background-position:  0 50%;
	background-repeat: no-repeat;
	font-weight: bold;
}

#fotos .flickrSlideshowLink a:hover  {
	background-color: #b8bfd1;
	color:#22345f;
}

#fotos .pageCatList {
	padding-left: 0;
}



