@charset "utf-8";
/* CSS Document */

.startBox .quickview{
	display:none;
	position:absolute;
	top: 25px;
	left: 30px;
	z-index:9999;
	width:602px;
	height:251px;
	overflow:hidden;
	padding:3px 5px 7px 5px;
	margin: auto;
	background: url(../images/Startbox/quickviewBG_full.png);
}
.startBox  .quickview table td{}
.startBox  .quickview table tr{
	color:#FFFAB3;
}
.startBox  .quickview table{
	float:left;
}
.startBox  .quickview table tr:hover{color:#000000; background-color:#b1a567;}
#main .quickview h1{
	color:#ffffff;
	margin: 1px 0 7px 0;
	display: block;
	border-bottom: 1px dotted #FFFAB3;
	width: 510px;
	float: left;
	padding-bottom: 3px;
}
#main .quickview .close{
	display:block;
	float:right;
	background: url(../images/mainnavi/delete_MO.gif) no-repeat;
	width:11px;
	height:11px;
	margin:4px;
	width: 11px;
    cursor: pointer;
}
#main .quickview .close:hover .closetext{display:block;}
#main .quickview .closetext{
	font-size:10px;
	color:#FFFAB3;
	margin:3px 0px 0 27px;
	padding:0 0 0 0;
	float:left;
	display: none;
}
.startBox  .quickview .inner{
	padding:12px 10px 10px 20px;
}
.startBox  .quickview .button{
	width:212px;
	height:12px;
	float:right;
	display:block;
	padding:14px 15px 16px 15px;
	margin:10px 10px 0 0;
	background:url(../images/Startbox/quickviewButton.png) no-repeat;
	text-align: center;
	color: #FFFAB3;
}



.startBox .eintrag:hover .quickview{ display:block;}
