/* CSS Document */
#galerie .navi {
	width:124px;
	float:right;
}
#galerie .navi img{
	margin-top:1px;
}
#galerie .header {
	float:left;
}
#galerie .clear {
	clear:both;
}
#galerie .right {
	width:100%;
	margin-top:1px;
	text-align:right;
}
#galerie .right img{
	margin-left:1px;
}
/* SINGLE */
#galerie .bild{
	width:100%;
	text-align:center;
}
#galerie .bild img{
padding: 5px;
	border:0px solid #333333;
}
#galerie .dlOrg{
	width:100%;
	text-align:right;
}

/* THUMBS */
#galerie .tabel .thumbrow {
	text-align:center;
}

#galerie .tabel .singlerow  img{

	float:left;
	border:0px solid #b7b7b7; 
	background-color: #eeeeee;
	background-color: #fff;
	margin:3px;
	padding:8px;
} 

#galerie .tabel img:hover {
	/* outline: 2px solid #ff0000;  */
	background-color: #3878ae;
	background-color: #eeeeee;
} 
