.box {
	width: 100px;
	height: 152px;
	}
.box2 {
	width: 100px;
	height: 295px;
	}
	
/* Banner */
#topbanner {
	position: absolute;
	top: 560px;
	left: 248px;
	width: 680px;
	height: 60px;
	z-index: 100;
	margin: 0px;
	}
/*
#news {
	position: absolute;
	top: 285px;
	left: 620px;
	width: 230px;
	height: 65px;
	background-color: white;
	z-index: 100;
	margin: 0px;
	overflow: hidden;
}	
*/

#quicksearch {
	position: absolute;
	top: 290px;
	left: 580px;
	width: 270px;
	height: 150px;
	background-color: white;
	z-index: 100;
	margin: 0px;
	overflow: hidden;
}

/*
#auktion {
	position: absolute;
	top: 215px;
	left: 262px;
	width: 123px;
	height: 60px;
	z-index: 100;
	margin: 0px;
	}
*/

select {
	width: 120px;
	}
	
/* Top */
#topbild1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 262px;
	height: 128px;
	z-index: 10;
}
#topbild2 {
	position: absolute;
	top: 0px;
	left: 323px;
	width: 269px;
	height: 128px;
	z-index: 10;
}
#topbild3 {
	position: absolute;
	top: 0px;
	left: 628px;
	width: 127px;
	height: 128px;
	z-index: 10;
}
#topbild4 {
	position: absolute;
	top: 0px;
	left: 940px;
	width: 60px;
	height: 128px;
	z-index: 10;
}
#trenner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 128px;
	background-color: #0F5397;
	z-index: 9;
}
#over1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 128px;
	background-color: #0F5397;
	filter: alpha(Opacity=40);
	-moz-opacity: 0.4;
	z-index: 20;
}
#over2 {
	position: absolute;
	top: 0px;
	left: 229px;
	width: 180px;
	height: 128px;
	background-color: #92C9FF;
	filter: alpha(Opacity=40);
	-moz-opacity: 0.4;
	z-index: 20;
}
#over3 {
	position: absolute;
	top: 0px;
	left: 720px;
	width: 35px;
	height: 128px;
	background-color: #92C9FF;
	filter: alpha(Opacity=40);
	-moz-opacity: 0.4;
	z-index: 20;
}
#zertlogo {
	position: absolute;
	top: 0px;
	left: 730px;
	width: 106px;
	height: 128px;
	z-index: 30;
	}

/* Menus */
#topmenu {
	position: absolute;
	top: 30px;
	left: 811px;
	width: 129px;
	height: 128px;
	z-index: 10;
	}
#topmenu a {
	color: #C0EBFB;
	font-size: 9px;
	font-weight: normal;
	}
	
#menu {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 159px;
	height: 100%;
	background-color: white;
	z-index: 5;
	padding: 0 5px 0 5px;
	border-width: 0 1px 0 0;
	border-color: #E8E8E8;
	border-style: solid;
}

.quicksearch_table {
	border: 0px;
	width: 630px;
	}
	
.quicksearch_table td {
	padding: 0 5px 0 5px;
	width: 210px;
	}

	
.left-border-grey {
	border-width: 0 0 0 1px; 
	border-color: #E8E8E8; 
	border-style: solid;
	}