/* -----------------------------------------------
 * Style Sheet for gallery
 * $Id: gallery.css 51 2010-05-15 14:08:57Z wshbg $
 * Site: muemmel.net 
 * Author:   Wilfried Schmitten    www.muemmel.net
 * -----------------------------------------------
 */
/*
#navcontainer {
	font: 16px/20px Georgia, "Times New Roman", serif;
	color: #48546A;
}
 
#singlecol {
	float: left;
	width: 80%;
	font-size: .8em;
	color:#444;
}

#singlecol a:hover {
	background: none;
}
*/
/* -----------------------------------------------------------------------------
Fotos Index und einzelne Bilder
--------------------------------------------------------------------------------
*/
#foto_index { 
	font-size: smaller; 
	font-style: normal; 
	text-align: center; 
}

#foto_index table, #foto table {
	margin-top: 60px;
	width: 100%;
	padding: 2px;
}
#foto_index div {
	background-image:url(../grafik/fade.gif); 
	background-repeat:repeat-y;
	padding:2px; 
	border-top:thin solid #48546A;
	border-bottom:thin solid #48546A;
}

#foto_index img { 
	border: medium solid #e0e0e0;
	padding:1px
}

#foto_index td a:before {
	content:'';
}
		
#foto_index a:hover img { 
	border: medium solid #b0b0b0; 
	padding:1px
}

.foto_wrapper { 
	background: url(../grafik/shadow.jpg) no-repeat bottom right; 
	clear: right; 
	float: left; 	
	position: relative; 
}
		
.foto_wrapper img { 
	background-color: #ffffff; 
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-left: 2px solid #a9a9a9;
	border-top: 2px solid #a9a9a9; 
	padding: 4px; 
	margin: -7px 7px 7px -7px; 
	display:block; 
	position: relative; 
}
		
.streifen {
	background-color:#55678b;
	height: 20px;
}

.streifen a:before {
	content:'';
}

#foto_index .streifen img, #foto .streifen img {
	border:none;
	padding: 2px 5px 2px 5px;
}

#foto_index .streifen a:hover img {
	border:none;
	padding:none;
}
