/* CSS Document */
#galerie .navi {
	width:104px;
	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:1px solid #333333;
}
#galerie .dlOrg{
	width:100%;
	text-align:right;
}

/* THUMBS */
#galerie .tabel .thumbrow {
	text-align:center;
}
#galerie .tabel .singlerow {
	width: 150px;
	float:left;
	border:1px solid #b7b7b7; 
	background-color: #eeeeee;
	margin:5px;
} 

#galerie .tabel img {
	margin: 10px; 
	/*padding: 10px;
	border:1px solid #bed2dc; 
	background-color: #e1ebf0;*/
}
#galerie .tabel img:hover {
	outline: 2px solid #ff0000; 
} 
