


div#suche
{
	width: 506px;
	height: 189px;
	border-bottom: 1px solid #000000;
	background-image: url(../grafik/textures/wolken.jpg);
}
*html div#suche
{
	width: 509px;
}


div#suche div#aidu-suche
{
	margin: 19px 0 0 19px;
}
*html div#suche div#aidu-suche
{
	margin: -18px 0 0 0;
}



/* spez. Boxen u. Inner-Frames */


div#box_ebay
{
	width: 1000px;
	height: 104px;
	margin-top: 1px;
	margin-bottom: 10px;
	border-width: 1px;
	padding-top: 14px;
	background-color: #FFFF00;
	border-top: none;
	overflow: visible; /* overflow:auto von ang-box machte bei dieser Box im Firefox Probleme */
}
*html div#box_ebay
{
	height: 118px;
	margin-top: 0;
}


div.frame_tchibo
{
	width: 1003px;
	height: 294px;
	border-width: 1px 0 0 0;
	background-color: #00204F;
}
*html div.frame_tchibo
{
	height: 295px;
}

.if_tchibo
{
	margin: 20px auto;
	display: inline-cell;
}


div.frame_lidl
{
	width: 1003px;
	border-width: 1px 0 0 0;
	background-color: #FFE401;
}

div.box_lidl
{
	height: 350px;
	border-color: #B01207;
}
*html div.box_lidl
{
	height: 346px;
}

.if_lidl
{
	width: 200px;
	margin: 23px auto;
	display: inline-cell;
}


div.frame_condor
{
	width: 1003px;
	border-width: 1px 0 0 0;
	background-color: #0450A1;
}

div.box_condor,
div.box_condor_mitte
{
	position: relative;
	float: left;
	height: 294px;
}
*html div.box_condor,
*html div.box_condor_mitte
{
	height: 290px;
}

div.box_condor
{
	width: 334px;
}

div.box_condor_mitte
{
	width: 335px;
	text-align: center;
}
*html div.box_condor_mitte
{
	width: 333px;
}

.if_condor
{
	margin: 45px auto;
	display: inline-cell;
}


