
.haupt { 
	background-color:#transparent;
	text-align:left;
	padding:0;
	width:550px;
}

/* BILDERGALERIE formatieren */


#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{
font: normal 9px Tahoma;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{
background-color: #DEF99F;
font: normal 11px Tahoma;
color: #000000;
}

#thumbLoading{
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #e5e5e5;
padding: 5px;
z-index: 5;
}
