#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#3D3D40;
}

#sbox-window
{
	position:				absolute;
	background: url('squeezebox_02_FILES/squeezebox_bg.png') left top repeat-x #DCDCDC;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	border: 1px solid #CCC;
}

#sbox-btn-close
{
	position:				absolute;
	width:					119px;
	height:					17px;
	right:					10px;
	top:					17px;
	background:				url('squeezebox_02_FILES/closebox.png') no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url('squeezebox_02_FILES/closebox.png');
}

.sbox-loading #sbox-content
{
	margin-top:70px;
	background:url('squeezebox_02_FILES/spinner.gif') center center no-repeat;
}

#sbox-content
{
	clear:					both;
	overflow:				hidden;
	width:					100%;
	background:url('squeezebox_02_FILES/die_aktuelle_wettervorhersage.png') 15px 8px no-repeat;
	padding-top:40px;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	/*visibility:				hidden;*/
}